Releases: hirosystems/clarinet
Releases · hirosystems/clarinet
v2.11.2
v2.11.1
v2.11.0
Clarinet release - Nakamoto edition
With this release, Clarinet will create and execute contracts in Epoch 3.0 / Clarity 3 by default.
✨ Features
🐞 Bug fixes
Credits
v2.10.0
v2.9.0
✨ 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
- Add disable_postgres flag and separate from stack_api disabling (#1558) (1bdc272)
- Update clarity and clarity-wasm (#1560) (b57802e)
- Upgrade bitcoin cargo dependencies (#1556) (fb70931)
- Upgrade npm dependencies (#1551) (e38d0ae)
- Remove unused Clarinet3.toml (148bc5d)
🔧 Continuous Integration
Credits
v2.8.0
✨ 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
- Update time version (#1525) (428afdc)
- Clippy warning v1.80 (#1518) (445ea33)
- Update reqwest and tokio version and other dependencies (#1510) (bce1a30)
📚 Documentation Changes
Credits
v2.7.0
✨ Features
- Support clarity 3 (#1465) (2c92bef)
- Update Clarity-vm (#1484) (3365470)
- Create git attributes in projects (#1446) (b08df15)
🐞 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
v2.6.0
v2.5.1
chore: release 2.5.1 (#1424)
v2.5.0
✨ Features
- Improved epoch 2.5 support (#1418) (397d8a4)
- Enable boot contracts coverage (#1412) (c570964)
- Introduce the stacks-codec component (#1399) (83e1383)
🐞 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
Special thanks to @friedger and @obycode for the bug reports and the great suggestions