Skip to content

Commit 08ed8bb

Browse files
authored
Merge branch 'develop' into feat/log-not-starting-metrics
2 parents 404d0be + 50c723a commit 08ed8bb

File tree

61 files changed

+3732
-906
lines changed

Some content is hidden

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

61 files changed

+3732
-906
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)