Browse Source

docs: upgrade documentation for custom mempools (#6794)

This is proposed language for the upgrade process about the new custom
reactor/mempool support.
pull/6811/head
Sam Kleinman 3 years ago
committed by GitHub
parent
commit
31994cadc0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      UPGRADING.md

+ 10
- 0
UPGRADING.md View File

@ -81,6 +81,16 @@ will need to change to accommodate these changes. Most notably:
Mark gRPC in the RPC layer as deprecated and to be removed in 0.36.
### Support for Custom Reactor and Mempool Implementations
The changes to p2p layer removed existing support for custom
reactors. Based on our understanding of how this functionality was
used, the introduction of the prioritized mempool covers nearly all of
the use cases for custom reactors. If you are currently running custom
reactors and mempools and are having trouble seeing the migration path
for your project please feel free to reach out to the Tendermint Core
development team directly.
## v0.34.0
**Upgrading to Tendermint 0.34 requires a blockchain restart.**


Loading…
Cancel
Save