You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.2 KiB

  1. # Unreleased Changes
  2. ## v0.34.0-rc6
  3. Special thanks to external contributors on this release:
  4. Friendly reminder, we have a [bug bounty program](https://hackerone.com/tendermint).
  5. ### BREAKING CHANGES
  6. - CLI/RPC/Config
  7. - Apps
  8. - P2P Protocol
  9. - Go API
  10. - Blockchain Protocol
  11. ### FEATURES
  12. ### IMPROVEMENTS
  13. - [statesync] \#5516 Check that all heights necessary to rebuild state for a snapshot exist before adding the snapshot to the pool. (@erikgrinaker)
  14. ### BUG FIXES
  15. - [blockchain/v2] \#5499 Fix "duplicate block enqueued by processor" panic (@melekes)
  16. - [abci/grpc] \#5520 Return async responses in order, to avoid mempool panics. (@erikgrinaker)
  17. - [blockchain/v2] \#5530 Fix "processed height 4541 but expected height 4540" panic (@melekes)
  18. - [consensus/wal] Fix WAL autorepair by opening target WAL in read/write mode (@erikgrinaker)
  19. - [block] \#5567 Fix MaxCommitSigBytes (@cmwaters)
  20. - [blockchain/v2] \#5553 Make the removal of an already removed peer a noop (@melekes)
  21. - [evidence] \#5574 Fix bug where node sends committed evidence to peer (@cmwaters)
  22. - [privval] \#5583 Make `Vote`, `Proposal` & `PubKey` non-nullable in Responses (@marbar3778)
  23. - [evidence] \#5610 Make it possible for abci evidence to be formed from tm evidence (@cmwaters)