Releases: hirosystems/clarinet
Releases · hirosystems/clarinet
v1.5.3
Merge pull request #942 from hirosystems/release/next chore: bump version
v1.5.2
Merge branch 'main' into develop
v1.5.1
1.5.0 (2023-03-14)
✨ Features
- Improved support for launching a subnet in
clarinet integrate
(6fc2c540) clarinet integrate
is now relying on the latest stacks-node 2.1 and on bitcoind v24 - ideal if you are exploring ordinals and working withord
(b1264e61)- Update chainhooks predicate schemas (038ff1f)
- Handle Clarity version and epoch for requirements (b667a1c1)
🐞 Bug fixes
📚 Documentation
- Added deployment plans documentation (dabf1fd)
- Added links to documentation and issues (10a597b)
- Fixed various other minor documentation issues (2b6d301, d0f5c47)
🚨 Breaking change
- The
enable_next_features
setting for enabling Stacks 2.1 is no longer required, as the code for Stacks 2.1 was recently merged. - The epoch 2.1 management could be breaking some unit tests if they were hard coding block heights in your unit tests.
- Chainhook files should now be specified with JSON (instead of YAML) and these same JSON specifications can be used for API registration (
POST /v1/chainhooks
endpoint). We're starting adding documentation on this repository.
Credits
v1.5.0
1.5.0 (2023-03-14)
✨ Features
- Improved support for launching a subnet in
clarinet integrate
(6fc2c540) clarinet integrate
is now relying on the latest stacks-node 2.1 and on bitcoind v24 - ideal if you are exploring ordinals and working withord
(b1264e61)- Update chainhooks predicate schemas (038ff1f)
- Handle Clarity version and epoch for requirements (b667a1c1)
🐞 Bug fixes
📚 Documentation
- Added deployment plans documentation (dabf1fd)
- Added links to documentation and issues (10a597b)
- Fixed various other minor documentation issues (2b6d301, d0f5c47)
🚨 Breaking change
- The
enable_next_features
setting for enabling Stacks 2.1 is no longer required, as the code for Stacks 2.1 was recently merged. - The epoch 2.1 management could be breaking some unit tests if they were hard coding block heights in your unit tests.
- Chainhook files should now be specified with JSON (instead of YAML) and these same JSON specifications can be used for API registration (
POST /v1/chainhooks
endpoint). We're starting adding documentation on this repository.
Credits
v1.4.2
Merge pull request #868 from hirosystems/rc/next Release next
v1.4.1
Merge pull request #858 from hirosystems/release/next Release next
v1.4.0
1.4.0 (2023-01-23)
✨ Features
- Improve LSP completion capability (4cc24ed3, 16db8dd4, 905e5433, 9ffdad0f, d3a27933, cad54358, 439c4933)
- Upgrade clarity vm (fefdd1e0)
- Upgrade stacks-node next image (492804bb)
- Expose stacks-node settings wait_time_for_microblocks, first_attempt_time_ms, subsequent_attempt_time_ms in Devnet config file
- Improve Epoch 2.1 deployments handling
- Improve
stacks-devnet-js
stability
📚 Documentation
- Updated documentation to set clarity version of contract (b124d96f)
Credits
- @csgui
- @hstove
- @hugocaillard
- @LakshmiLavanyaKasturi
- @lgalabru
- @obycode
- @omahs
- @philipdesmedt
- @whoabuddy
v1.3.1
1.3.0 (2022-12-21)
✨ Features
- Introduce use_docker_gateway_routing setting for CI environments
- Improve signature help in LSP (eee03cff)
- Add support for more keyword help in REPL ([f564d46](f564d46, 0efcc75e)
- Various Docker management optimizations / fixes (b379d29f, 4f4c8806)
- Added
chain.switchEpoch()
to deno testing library
🐞 Bug fixes
- Fix STX assets title (fdc748e7, ce5d107c)
- Fix define function grammar (d02835ba)
- Fix get_costs panicking (822d8e29, e41ae715)
- Updated pox 2 contract with latest version
Credits
- @csgui
- @hugocaillard
- @lgalabru
- @obycode
- @philipdesmedt
- @whoabuddy
v1.3.0
1.3.0 (2022-12-21)
✨ Features
- Improved Clarity 2 support (#711 #714)
- Ability to configure VSCode extension features (340ba9b8)
- Ability to
Go to definition
in LSP (#676) - Press
n
inclarinet integrate
to mine new blocks manually, improve Devnet responsiveness and termination reliability - Revamped stacks-devnet-js testing framework
🐞 Bug fixes
- Fix deployment plans issue where contracts keep being re-ordered (cf8140e6)
- Fid deno errors not being displayed (3d2db0b7)
Credits
v1.2.0
1.2.0 (2022-12-3)
✨ Features
- Improve Stacks 2.1 support
- Improve
stack-devnet-js
stability - Update Clarity VM
🐞 Bug fixes
clarinet test
returns status code 1 when failing- clarity unit test framework: support contract deploys in unit tests
- clarity unit test framework: add matcher for stx burn events
Credits