mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-03 08:31:20 +00:00
12 lines
435 B
Markdown
12 lines
435 B
Markdown
|
# Mempool Specification
|
||
|
|
||
|
This package contains documents specifying the functionality
|
||
|
of the mempool module.
|
||
|
|
||
|
Components:
|
||
|
|
||
|
* [Config](./config.md) - how to configure it
|
||
|
* [Functionality](./functionality.md) - high-level description of the functionality it provides
|
||
|
* [External Messages](./messages.md) - The messages we accept over p2p and rpc interfaces
|
||
|
* [Local Services](./services.md) - Interfaces with consensus and abci services
|