-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: clarity-vm and epoch 2.4 support
* feat: add support for epoch 2.2 in devnet * chore: update stacks-rpc-client * chore: update Cargo.lock * fix: add default PoxInfo * feat: add `pox_2_unlock_height` to burnchain config * feat: add `stacksNodeVersion` This function can be used to determine which version of the stacks-node is supported by this library. * fix: add missing `pox_2_unlock_height` 3da566b missed this field. * feat: add 2.3 support * feat: add support for epoch 2.4 Remove `pox_2_unlock_height` configuration. The node just uses 2.2 activation height + 1. * feat: updates to fix `clarinet integrate` This works with the `feat/2.4-clarity-wasm` branch of stacks-blockchain. * feat: update height->block calculations * feat: add epochs 2.2, 2.3, 2.4 to `::set_epoch` * feat: add pox-3 to boot contracts * fix: added missing pox-3.clar * feat: pull in latest pox-3 contract * feat: set exact 2.4 start height * chore: use clarity-vm from crates.io * chore: upgrade clarity-vm to 2.1.1 * refactor: remove comment * refactor: remove comments * chore: remove unused `PoxInfo` defaults * fix: update default stacks-node image * refactor: review * chore: reapply clarity-vm 2.1 changes --------- Co-authored-by: Brice Dobry <brice@hiro.so> Co-authored-by: Hugo C <911307+hugocaillard@users.noreply.github.com>
- Loading branch information
1 parent
b08c86d
commit 0c8de5b
Showing
23 changed files
with
2,565 additions
and
397 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.