Releases: hirosystems/clarinet
Releases · hirosystems/clarinet
v2.4.1
v2.4.0
✨ 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
- Update pox contracts (#1387) (9adb0f0)
- Handle pox-locking in simnet (#1375) (dbc0178)
- Update clarity and clarity-wasm (#1372) (ae47f28)
Credits
v2.3.1
chore: release 2.3.1 (#1371)
v2.3.0
✨ 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
- Update clarinet new project template (#1367) (80be703)
- Remove chainhook subcommands (#1328) (1d084ef)
🔧 Refactors
Credits
v2.2.1
v2.2.0
✨ 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
- Fix docs url in messaging (#1335) (763f6f9)
- Update GitHub action format for Clarinet 2.x (#1332) (b3feafb)
Credits
v2.1.0
✨ Features
- Add
clarinet contract rm <name>
(#1261) (98f9d4d) - Alias
clarinet integrate
toclarinet devnet start
(#1244) (28ae908) - SDK: add
getBlockTime()
to simnet (#1273) (28a9e92)
🐞 Bug fixes
- Polish deployment ux (#1286) (47e6aac)
- Properly handle clap try_parse errors (1f30675)
- Remove extra { in package.json template (#1256) (7f20e50)
- SDK: tuple diff (#1284) (8ece84b)
🔧 Refactors
🧹 Chores
📚 Documentation
- Change
contract publish
->deployments apply
(#1287) (f9a5526) - Improve clarinet-sdk contributing section (#1281) (3c85bd8)
Credits
v2.0.0
🚨 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
- Use clarinet sdk in examples (#1204) (f88be03)
- Remove deno (#1186) (dd90570)
- Update service names for k8s devnet assets (#1161) (e03b941)
📚 Documentation
- Udpate hints (#1227) (763b4b6)
- Deprecation warnings for clarinet test and clarinet run (#1157) (edf98aa)
Credits
v1.8.0
New Features 🚀
- feat: initialize clarinet-sdk with the core js lib by @hugocaillard in #1068
- feat: add devnet package command by @csgui in #1116
- feat: allow stacks-network to be run as standalone chain coordinator by @MicaiahReid in #1064
Other Changes ✨
- fix: get_costs analyzes commands with spaces by @FriendsFerdinand in #1112
- Edit typos and language fixes in the 'Extend Clarinet' doc by @krishna-chaitanya-piratla in #1120
- Added chainhook docs to references links by @LakshmiLavanyaKasturi in #1125
- Edit troubleshooting instructions for imports related error in test files by @krishna-chaitanya-piratla in #1114
- Edit typos and language fixes in the 'Clarinet Deployment Plans' doc by @krishna-chaitanya-piratla in #1122
- Deleted the Image and added the new youtube playlist link by @RajeevDash007 in #1126
- Fix grammar related issues in the Introduction file by @krishna-chaitanya-piratla in #1118
- Edit typos and language fixes in the 'Clarinet Integrate' doc by @krishna-chaitanya-piratla in #1123
- Updated epoch to 2.4 by @LakshmiLavanyaKasturi in #1111
- Edit typos and language fixes in the 'Analyze with Check-Checker' doc by @krishna-chaitanya-piratla in #1119
- Edit typos and language fixes in the 'Chainhooks' doc by @krishna-chaitanya-piratla in #1121
- ci: clarinet cli revamp by @CharlieC3 in #1104
- docs: Typo fixes by @Scofield-Idehen in #1127
- ci: use rust toolchain v1.71.0 by @hugocaillard in #1146
- fix: clarinet-deployments wasm build by @hugocaillard in #1144
- fix: project manifest (de)serialization tag by @MicaiahReid in #1150
New Contributors
- @FriendsFerdinand made their first contribution in #1112
- @krishna-chaitanya-piratla made their first contribution in #1120
- @RajeevDash007 made their first contribution in #1126
Full Changelog: v1.7.1...v1.8.0
v1.7.1
Update CI - do not rebuild on doc change (#1087)