Skip to content

Releases: hirosystems/clarinet

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

v2.2.1

08 Feb 15:48
4bfe976
Compare
Choose a tag to compare

🐞 Bug fixes

🔧 Refactors

v2.2.0

01 Feb 18:49
5b3fdb8
Compare
Choose a tag to compare

✨ Features

  • Upgrade clarity-vm to the Nakamoto version including epoch 2.5 and epoch 3.0 (#1266) (e3ce0c2)
  • Run clarity-wasm in a separate session in clarinet console (#1330) (fdf400b)
  • Improved stacking orders (#1331) (b05d453)

🧹 Chores

📚 Documentation

Credits

v2.1.0

13 Dec 14:53
28259ef
Compare
Choose a tag to compare

✨ Features

🐞 Bug fixes

🔧 Refactors

  • Implement test fixtures, fix clippy issues, add some tests (#1246) (8dc6780)

🧹 Chores

📚 Documentation

  • Change contract publish -> deployments apply (#1287) (f9a5526)
  • Improve clarinet-sdk contributing section (#1281) (3c85bd8)

Credits

v2.0.0

31 Oct 17:52
625e6e0
Compare
Choose a tag to compare

🚨 Breaking change

In Clarinet v2.0.0, the commands clarinet test and clarinet run have been deprecated and are not available anymore.
They have been replaced by the new JS SDK. Learn more on our blog.

✨ Features

  • Introduce global ~/.clarinet/clarinetrc.toml (#1208) (bbe26cc)
  • Update clarinet generated template to use the sdk (#1209) (27f9bce)
  • Create clarinet-sdk testing boilerplate (#1158) (6f2e990)
  • Deployment apply -use-on-disk-deployment-plan (2cba233)
  • Allow stacks-network to be run as standalone chain coordinator (#1064) (55b03bb)

🐞 Bug fixes

  • Detect trait dependencies in composite types (#1236) (2b38545)
  • Detect dependencies defined in const (#1205) (6e8b69a)
  • Replace . with _ for contract names (#1202) (165bfb9)
  • Avoid pulling undesired dependencies in stacks-rpc crate (#1115) (17d2058)
  • Project manifest (de)serialization tag (#1150) (ce0881c)
  • Clarinet-deployments wasm build (#1144) (1ab5702)
  • Command splits once and picks everything after as the expression to get costs from (#1112) (6b35ed7)

🔧 Refactors

🧹 Chores

📚 Documentation

Credits

v1.8.0

12 Sep 18:37
Compare
Choose a tag to compare

New Features 🚀

Other Changes ✨

New Contributors

Full Changelog: v1.7.1...v1.8.0

v1.7.1

19 Jul 20:26
8ca42c0
Compare
Choose a tag to compare
Update CI - do not rebuild on doc change (#1087)