Skip to content

Commit 4799797

Browse files
committed
Merge branch 'develop' into feat/restrict-assets
2 parents a65dda4 + 9ab65d1 commit 4799797

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+2681
-1079
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
1313
- Add `stackerdb_timeout_secs` to miner config for limiting duration of StackerDB HTTP requests.
1414
- When determining a global transaction replay set, the state evaluator now uses a longest-common-prefix algorithm to find a replay set in the case where a single replay set has less than 70% of signer weight.
1515
- New endpoints /v3/tenures/blocks/, /v3/tenures/blocks/hash, /v3/tenures/blocks/height allowing retrieving the list of stacks blocks from a burn block
16+
- New authenticated endpoint /v3/block/replay to replay the execution of any Nakamoto block in the chain (useful for validation, simulation, getting events...)
1617
- Creates epoch 3.3 and costs-4 in preparation for a hardfork to activate Clarity 4
1718
- Adds support for new Clarity 4 builtins (not activated until epoch 3.3):
1819
- `contract-hash?`

Cargo.lock

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ members = [
1111
"libsigner",
1212
"stacks-signer",
1313
"stacks-node",
14-
"contrib/stacks-inspect"
14+
"contrib/stacks-inspect",
15+
"contrib/stacks-cli"
1516
]
1617

1718
exclude = ["contrib/tools/config-docs-generator"]

0 commit comments

Comments
 (0)