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.
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] — theTransactionKernelId/Txididentifiers 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.