Skip to content

Releases: hirosystems/clarinet

v2.9.0

30 Sep 12:51
5c21c16
Compare
Choose a tag to compare

✨ Features

  • Slown down burn blocks when getting close to epoch 3.0 transition (#1569) (8fc863d)
  • Customize number of signers in devnet (#1555) (76eba28)

🐞 Bug fixes

  • Handle reorg in epoch 3.0 (#1568) (be42dd9)
  • Convert correctly from uSTX to STX when applying a deployment (#1563) (dfe4098)
  • Auto extend stacking_orders in devnet config by default (#1528) (a3e9002)

🔧 Refactors

  • Consolidate datastore and burn datastore data (#1562) (c56b2d4)
  • Remove internal dependency on the repl (#1511) (cd00c89)

🧹 Chores

🔧 Continuous Integration

  • Upgrade actions/upload-artifacts and download-artifacts to v4 (#1554) (146e32e)

Credits

@erickcestari
@hugocaillard
@tippenein

v2.8.0

01 Aug 14:34
15d4f6c
Compare
Choose a tag to compare

✨ Features

  • Add stacks_node_next_initiative_delay in devnet config (#1523) (56f7c46)
  • Advance burn and stacks chain tips independently (#1506) (efeadc5)
  • Clarinet sdk browser (#1448) (1982441)

🐞 Bug fixes

  • Improve vitest matcher sources resolver (#1514) (0cd1b95)
  • Testnet.toml path in project creation template (#1504) (b37d9f8)

🧹 Chores

📚 Documentation Changes

Credits

@hugocaillard
@tippenein

v2.7.0

28 Jun 12:26
9a76909
Compare
Choose a tag to compare

✨ Features

🐞 Bug fixes

  • Print error if deployment start fails (#1487) (fe8f96e)
  • Set tenure height on epoch change if great or equal than 3.0 (#1482) (e59b1f3)
  • Better new project name handling (#1481) (6ce3af5)
  • Prevent panic in trace (#1467) (343a01a)
  • Block height increment in sdk mine_block (#1466) (156058c)
  • Add a safety check in lsp check_if_should_wrap (#1459) (9c4bfdb)
  • Upgrade rustline and fix escape characters in cli (da11c99)
  • Add options to enable or disable costs and coverage reports in sdk (#1441) (fd761e4)

Credits

@hugocaillard
@MicaiahReid

v2.6.0

22 Apr 19:34
f06d087
Compare
Choose a tag to compare

✨ Features

🧹 Chores

🔧 Continuous Integration

Credits

@hugocaillard
@MicaiahReid

v2.5.1

16 Apr 13:10
a3b9571
Compare
Choose a tag to compare
chore: release 2.5.1 (#1424)

v2.5.0

15 Apr 14:07
22e10c2
Compare
Choose a tag to compare

✨ Features

🐞 Bug fixes

  • Improve error message in sdk custom matchers (#1417) (a7bd073)
  • Allow epoch 2.5 in clarinet-sdk (#1414) (19747e3)
  • Allow requirements for contracts deployed with multisig (807c738)

🧹 Chores

Credits

@hugocaillard
@MicaiahReid

Special thanks to @friedger and @obycode for the bug reports and the great suggestions

v2.4.1

27 Mar 20:38
175103e
Compare
Choose a tag to compare

Credits

@friedger

v2.4.0

25 Mar 13:21
a5f9fea
Compare
Choose a tag to compare

✨ Features

  • Upgrade devnet to improve epoch 2.5 handling (7c201d4)
  • Add signers and signers-voting boot contracts (#1386) (05c6a57)
  • Call private function in simnet (#1380) (0288a26)

🧹 Chores

Credits

@hugocaillard
@MicaiahReid

v2.3.1

04 Mar 15:27
c797c42
Compare
Choose a tag to compare
chore: release 2.3.1 (#1371)

v2.3.0

01 Mar 12:56
7a41c0c
Compare
Choose a tag to compare

✨ Features

  • Handle deployment plans in simnet (clarinet-sdk only) (#1360) (a340d48)
  • Improve clarity-wasm results comparison (#1358) (0f9e612)
  • Enable clarity-wasm in clarity check (#1355) (abc3458)

🐞 Bug fixes

  • Log to devnet.log file when running js devnet (#1363) (388c501)
  • Remove errors on exit when running devnet with --no-dashboard (#1357) (fad5c76)

🧹 Chores

🔧 Refactors

  • Let @stacks/transactions handle tuple items sorting in tests diff (#1362) (d313891)

Credits

@diempi
@hugocaillard
@MicaiahReid
@tippenein