Skip to content

Commit

Permalink
Merge pull request #5438 from stacks-network/chore/release_3.0.0.0.2_…
Browse files Browse the repository at this point in the history
…changelog

Updating changelogs for 3.0.0.0.2
  • Loading branch information
wileyj authored Nov 8, 2024
2 parents 9c5d822 + 189b621 commit be9ed61
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,15 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
## [Unreleased]

### Changed
- Add index for StacksBlockId to nakamoto block headers table (improves node performance)
- Remove the panic for reporting DB deadlocks (just error and continue waiting)

## [3.0.0.0.2]

### Added

### Changed
- Fixes a few bugs in the relayer and networking stack
- detects and deprioritizes unhealthy replicas
- fixes an issue in the p2p stack which was preventing it from caching the reward set.

## [3.0.0.0.1]

Expand Down
7 changes: 7 additions & 0 deletions stacks-signer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE

### Changed

## [3.0.0.0.2.0]

### Added
- Adds `tenure_last_block_proposal_timeout_secs` option to account for delayed global block acceptance. default to 30s

### Changed

## [3.0.0.0.1.0]

### Changed
Expand Down

0 comments on commit be9ed61

Please sign in to comment.