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