Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.02 KB

CHANGELOG_PENDING.md

File metadata and controls

34 lines (20 loc) · 1.02 KB

Unreleased Changes

vX.X

Special thanks to external contributors on this release:

Friendly reminder, we have a bug bounty program.

BREAKING CHANGES

  • CLI/RPC/Config

  • Apps

  • P2P Protocol

  • Go API

  • Blockchain Protocol

FEATURES

IMPROVEMENTS

  • [statesync] #5516 Check that all heights necessary to rebuild state for a snapshot exist before adding the snapshot to the pool. (@erikgrinaker)

BUG FIXES

  • [blockchain/v2] #5499 Fix "duplicate block enqueued by processor" panic (@melekes)
  • [abci/grpc] #5520 Return async responses in order, to avoid mempool panics. (@erikgrinaker)
  • [types] #5523 Change json naming of PartSetHeader within BlockID from parts to part_set_header (@marbar3778)
  • [blockchain/v2] #5530 Fix "processed height 4541 but expected height 4540" panic (@melekes)
  • [consensus/wal] Fix WAL autorepair by opening target WAL in read/write mode (@erikgrinaker)
  • [evidence] #5574 Fix bug where node sends committed evidence to peer (@cmwaters)