Skip to content

Commit f9b282a

Browse files
committed
Updating changelogs for 3.0.0.0.3
1 parent d13bdb8 commit f9b282a

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
77

88
## [Unreleased]
99

10+
### Added
11+
12+
### Changed
13+
14+
15+
## [3.0.0.0.3]
16+
17+
### Added
18+
1019
### Changed
1120
- Add index for StacksBlockId to nakamoto block headers table (improves node performance)
1221
- Remove the panic for reporting DB deadlocks (just error and continue waiting)
@@ -16,6 +25,15 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
1625
- Add `/v3/blocks/height/:block_height` rpc endpoint
1726
- If the winning miner of a sortition is committed to the wrong parent tenure, the previous miner can immediately tenure extend and continue mining since the winning miner would never be able to propose a valid block. (#5361)
1827

28+
## [3.0.0.0.2]
29+
30+
### Added
31+
32+
### Changed
33+
- Fixes a few bugs in the relayer and networking stack
34+
- detects and deprioritizes unhealthy replicas
35+
- fixes an issue in the p2p stack which was preventing it from caching the reward set.
36+
1937
## [3.0.0.0.1]
2038

2139
### Changed

stacks-signer/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,25 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
1111

1212
### Changed
1313

14+
## [3.0.0.0.2.0]
15+
16+
### Added
17+
18+
### Changed
19+
1420
- Allow a miner to extend their tenure immediately if the winner of the next tenure has committed to the wrong parent tenure (#5361)
1521

22+
## [3.0.0.0.2.0]
23+
24+
### Added
25+
- Adds `tenure_last_block_proposal_timeout_secs` option to account for delayed global block acceptance. default to 30s
26+
27+
### Changed
28+
1629
## [3.0.0.0.1.0]
1730

31+
### Added
32+
1833
### Changed
1934

2035
- Change block rejection message to generic block response

0 commit comments

Comments
 (0)