You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
448 B

  1. # Mempool Specification
  2. This package contains documents specifying the functionality
  3. of the mempool module.
  4. Components:
  5. * [Config](./config.md) - how to configure it
  6. * [External Messages](./messages.md) - The messages we accept over p2p and rpc interfaces
  7. * [Functionality](./functionality.md) - high-level description of the functionality it provides
  8. * [Concurrency Model](./concurrency.md) - What guarantees we provide, what locks we require.