Files
tendermint/CHANGELOG_PENDING.md
Sam Kleinman 03ad7d6f20 p2p: delete legacy stack initial pass (#7035)
A few notes:

- this is not all the deletion that we can do, but this is the most
  "simple" case: it leaves in shims, and there's some trivial
  additional cleanup to the transport that can happen but that
  requires writing more code, and I wanted this to be easy to review
  above all else.
  
- This should land *after* we cut the branch for 0.35, but I'm
  anticipating that to happen soon, and I wanted to run this through
  CI.
2021-10-05 13:40:32 +00:00

586 B

Unreleased Changes

Friendly reminder: We have a bug bounty program.

vX.X

Month, DD, YYYY

Special thanks to external contributors on this release:

BREAKING CHANGES

  • CLI/RPC/Config

  • Apps

  • P2P Protocol

    • [p2p] #7035 Remove legacy P2P routing implementation and associated configuration (@tychoish)
  • Go API

    • [blocksync] #7046 Remove v2 implementation of the blocksync service and recactor, which was disabled in the previous release (@tychoish)
  • Blockchain Protocol

FEATURES

IMPROVEMENTS

BUG FIXES