Skip to content

Commit b761f1a

Browse files
committed
Merge branch 'develop' into chore/update-docs_1721318026
* develop: (91 commits) feat: update tx estimator when tx yields too big tx error Only check if we advanced pre fork miner 2 blocks forward Fix default affirmation map settings for 3.0 chore: set 3.0 mainnet activation height chore: signers should be more permissive about a slow miner wakeup fix: use hex instead of u8 bytes in fixture Do not assume every tenure has inter_blocks_per_tenure feat: add metadata to mock signatures feat: add signer message metadata to block responses chore: convert BlockAccepted to a struct chore: fix test chore: move test chore: fix test test: verify tenure_heights in new block events chore: revert change moving request creation out of loop feat: add `tenure_height` to `/new_block` event payload chore: fix missing `clone` chore: fix log feat: various improvements to retry logic in event dispatcher feat: cap the backoff for sending events to timeout * 3 ...
2 parents f356211 + e92b081 commit b761f1a

Some content is hidden

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

84 files changed

+6550
-2248
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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +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
21+
- Added optional `timeout_ms` to `events_observer` configuration
22+
- Added support for re-sending events to event observers across restarts
2023

2124
## [2.5.0.0.7]
2225

0 commit comments

Comments
 (0)