docs: upgrade documentation for custom mempools (#6794)

This is proposed language for the upgrade process about the new custom
reactor/mempool support.
This commit is contained in:
Sam Kleinman
2021-08-06 15:51:07 -04:00
committed by GitHub
parent e5312942e3
commit 31994cadc0

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.**