mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 06:42:16 +00:00
Mempool Specification
This package contains documents specifying the functionality of the mempool module.
Components:
- Config - how to configure it
- External Messages - The messages we accept over p2p and rpc interfaces
- Functionality - high-level description of the functionality it provides
- Concurrency Model - What guarantees we provide, what locks we require.