Skip to content

v1.5.1

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Mar 13:14
· 294 commits to develop since this release
f484c59

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