File tree Expand file tree Collapse file tree 3 files changed +37
-2
lines changed Expand file tree Collapse file tree 3 files changed +37
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to the versioning scheme outlined in the [ README.md] ( README.md ) .
77
8+ ## [ 3.1.0.0.12]
9+
10+ ### Added
11+
12+ - Document missing config structs
13+ - Document MinerConfig parameters
14+ - Document BurnchainConfig parameters
15+ - Document NodeConfig parameters
16+
17+ ### Changed
18+
19+ - ` get_fresh_random_neighbors ` to include allowed neigbors
20+ - Logging improvements and cleanup
21+ - Move serde serializers to stacks_common
22+ - Depend on clarity backing store interface
23+ - Updated ` ./docs/event-dispacher.md `
24+
25+ ### Fixed
26+
27+ - Handle Bitcoin reorgs during Stacks tenure extend
28+
829## [ 3.1.0.0.11]
930
1031- Hotfix for p2p stack misbehavior in mempool syncing conditions
Original file line number Diff line number Diff line change @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to the versioning scheme outlined in the [ README.md] ( README.md ) .
77
8+ ## [ 3.1.0.0.12.0]
9+
10+ ### Changed
11+
12+ - Refactor / cleanup signerDB migrations code
13+ - Signers should not infinitely loop when pushing a block to stacks-node
14+ - Logging improvements and cleanup
15+
16+ ### Fixed
17+
18+ - Fix ` capitulate_miner_view ` so stacks-node won't swap between multiple miners
19+ - Mark current miner as invalid on capitulation
20+ - Fix flaky ` miner_recovers_when_broadcast_block_delay_across_tenures_occurs ` test
21+
822## [ 3.1.0.0.10.0]
923
1024### Added
Original file line number Diff line number Diff line change 11# Update these values when a new release is created.
22# `stacks-common/build.rs` will automatically update `versions.rs` with these values.
3- stacks_node_version = " 3.1.0.0.11 "
4- stacks_signer_version = " 3.1.0.0.11 .0"
3+ stacks_node_version = " 3.1.0.0.12 "
4+ stacks_signer_version = " 3.1.0.0.12 .0"
You can’t perform that action at this time.
0 commit comments