dogecoin/qa/pull-tester
Suhas Daftuar 5add7a74a6 Track transaction packages in CTxMemPoolEntry
Associate with each CTxMemPoolEntry all the size/fees of descendant
mempool transactions.  Sort mempool by max(feerate of entry, feerate
of descendants).  Update statistics on-the-fly as transactions enter
or leave the mempool.

Also add ancestor and descendant limiting, so that transactions can
be rejected if the number or size of unconfirmed ancestors exceeds
a target, or if adding a transaction would cause some other mempool
entry to have too many (or too large) a set of unconfirmed in-
mempool descendants.
2015-09-19 13:25:48 -04:00
..
rpc-tests.sh Track transaction packages in CTxMemPoolEntry 2015-09-19 13:25:48 -04:00
run-bitcoind-for-test.sh.in Require sufficent priority for relay of free transactions 2014-12-30 02:03:29 +01:00
tests-config.sh.in Depends: Add ZeroMQ package 2015-09-16 10:59:32 +01:00