Skip to content

Commit ae969ca

Browse files
authored
Merge pull request #6173 from wileyj/chore/3.1.0.0.12_changelog
Update changelogs for 3.1.0.0.12
2 parents 418b0c7 + 624c148 commit ae969ca

File tree

3 files changed

+37
-2
lines changed

3 files changed

+37
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

stacks-signer/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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"

0 commit comments

Comments
 (0)