Skip to content

Releases: hirosystems/clarinet

v1.5.3

17 Mar 10:59
75231f9
Compare
Choose a tag to compare
Merge pull request #942 from hirosystems/release/next

chore: bump version

v1.5.2

16 Mar 23:19
6b462e2
Compare
Choose a tag to compare
Merge branch 'main' into develop

v1.5.1

15 Mar 13:14
f484c59
Compare
Choose a tag to compare

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 with ord (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

14 Mar 12:37
c2df5bd
Compare
Choose a tag to compare

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 with ord (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

08 Feb 01:01
29cd1d9
Compare
Choose a tag to compare
Merge pull request #868 from hirosystems/rc/next

Release next

v1.4.1

04 Feb 04:54
2fd6d95
Compare
Choose a tag to compare
Merge pull request #858 from hirosystems/release/next

Release next

v1.4.0

23 Jan 07:20
b02d2d0
Compare
Choose a tag to compare

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

v1.3.1

04 Jan 07:47
64baa79
Compare
Choose a tag to compare

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

Credits

v1.3.0

21 Dec 08:29
3980f6d
Compare
Choose a tag to compare

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 in clarinet 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

03 Dec 14:53
376e54d
Compare
Choose a tag to compare

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