Skip to content

Commit bf31352

Browse files
authored
Merge pull request #5331 from stacks-network/update-clarity-wasm-develop
Update clarity wasm develop
2 parents 93285f7 + dd20238 commit bf31352

File tree

46 files changed

+3217
-827
lines changed

Some content is hidden

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

46 files changed

+3217
-827
lines changed

.github/workflows/bitcoin-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ jobs:
118118
- tests::signer::v0::mine_2_nakamoto_reward_cycles
119119
- tests::signer::v0::signer_set_rollover
120120
- tests::signer::v0::signing_in_0th_tenure_of_reward_cycle
121+
- tests::signer::v0::continue_after_tenure_extend
122+
- tests::signer::v0::multiple_miners_with_custom_chain_id
121123
- tests::nakamoto_integrations::burn_ops_integration_test
122124
- tests::nakamoto_integrations::check_block_heights
123125
- tests::nakamoto_integrations::clarity_burn_state

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
1717
- `get-tenure-info?` added
1818
- `get-block-info?` removed
1919
- Added `/v3/signer/{signer_pubkey}/{reward_cycle}` endpoint
20+
- Added `tenure_height` to `/v2/info` endpoint
2021
- Added optional `timeout_ms` to `events_observer` configuration
22+
- Added support for re-sending events to event observers across restarts
2123

2224
## [2.5.0.0.7]
2325

0 commit comments

Comments
 (0)