neptune-mempool 0.14.0

Neptune transaction mempool: the Mempool store, its transaction-id and upgrade-priority abstractions, and the proof-quality policy used for gossip and replacement
docs.rs failed to build neptune-mempool-0.14.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: neptune-mempool-0.0.0

The Neptune transaction mempool.

This crate holds the Mempool store together with the small set of abstractions it is built on:

  • [transaction_kernel_id] — the TransactionKernelId/Txid identifiers used to key transactions in the mempool.
  • [upgrade_incentive] and [upgrade_priority] — the priority model that decides which transactions are worth proof-upgrading.
  • [transaction_proof_quality] — the node-level proof-quality policy used for mempool replacement and peer gossip.
  • [tx_upgrade_filter] — the TXID filter that partitions upgrade work.