Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Oct 17:52
· 66 commits to develop since this release
625e6e0

🚨 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