Skip to content

Commit 4443437

Browse files
authored
Merge pull request #5426 from stacks-network/chore/3.0.0.0.1_changelog
Update the changelogs
2 parents c773444 + 554c963 commit 4443437

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,21 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
1111
- Add index for StacksBlockId to nakamoto block headers table (improves node performance)
1212
- Remove the panic for reporting DB deadlocks (just error and continue waiting)
1313

14+
## [3.0.0.0.1]
15+
16+
### Changed
17+
- Add index for StacksBlockId to nakamoto block headers table (improves node performance)
18+
- Remove the panic for reporting DB deadlocks (just error and continue waiting)
19+
- Various test fixes for CI (5353, 5368, 5372, 5371, 5380, 5378, 5387, 5396, 5390, 5394)
20+
- Various log fixes:
21+
- don't say proceeding to mine blocks if not a miner
22+
- misc. warns downgraded to debugs
23+
- 5391: Update default block proposal timeout to 10 minutes
24+
- 5406: After block rejection, miner pauses
25+
- Docs fixes
26+
- Fix signer docs link
27+
- Specify burn block in clarity docs
28+
1429
## [3.0.0.0.0]
1530

1631
### Added

stacks-signer/CHANGELOG.md

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

1212
### Changed
1313

14-
## [3.0.0.0.0]
14+
## [3.0.0.0.1.0]
15+
16+
### Changed
17+
18+
- Change block rejection message to generic block response
19+
20+
## [3.0.0.0.0.1]
21+
22+
### Added
23+
24+
### Changed
25+
- Update block proposal timeout default to 10 minutes (#5391)
26+
- Updated documentation link in output (#5363)
27+
28+
## [3.0.0.0.0.0]
1529

1630
### Added
1731

0 commit comments

Comments
 (0)