zebra/zebrad/src/components/mempool
teor 2d129414e0
Store the transaction fee in the mempool storage (#2885)
* Create a new VerifiedUnminedTx containing the miner fee

* Use VerifiedUnminedTx in mempool verification responses

And do a bunch of other cleanups.

* Use VerifiedUnminedTx in mempool download and verifier

* Use VerifiedUnminedTx in mempool storage and verified set

* Impl Display for VerifiedUnminedTx, and some convenience methods

* Use VerifiedUnminedTx in existing tests
2021-10-18 11:24:37 +10:00
..
crawler Add a debug config that enables the mempool (#2862) 2021-10-13 15:04:49 +00:00
storage Store the transaction fee in the mempool storage (#2885) 2021-10-18 11:24:37 +10:00
tests Store the transaction fee in the mempool storage (#2885) 2021-10-18 11:24:37 +10:00
config.rs Add a debug config that enables the mempool (#2862) 2021-10-13 15:04:49 +00:00
crawler.rs Add a debug config that enables the mempool (#2862) 2021-10-13 15:04:49 +00:00
downloads.rs Store the transaction fee in the mempool storage (#2885) 2021-10-18 11:24:37 +10:00
error.rs Add transactions that failed verification to the mempool rejected list (#2821) 2021-10-07 21:34:01 +00:00
gossip.rs Send `AdvertiseTransactionIds` to peers (#2823) 2021-10-08 08:59:46 -03:00
storage.rs Store the transaction fee in the mempool storage (#2885) 2021-10-18 11:24:37 +10:00
tests.rs Test if the mempool storage is cleared (#2815) 2021-10-01 14:44:25 +00:00