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.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to the versioning scheme outlined in the [ README.md] ( README.md ) .
7
7
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
+
8
29
## [ 3.1.0.0.11]
9
30
10
31
- 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.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to the versioning scheme outlined in the [ README.md] ( README.md ) .
7
7
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
+
8
22
## [ 3.1.0.0.10.0]
9
23
10
24
### Added
Original file line number Diff line number Diff line change 1
1
# Update these values when a new release is created.
2
2
# `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