chia-blockchain/tests/fee_estimation
Arvid Norberg 00a3647643
optimize Mempool.add_to_pool() (#14988)
* optimize at-capacity check in mempool.add_to_pool() by only computing the total cost once and remove all items in a single call

* use sqlite logic

* add test for Mempool.add_to_pool() when it's full
2023-04-07 12:09:46 -05:00
..
__init__.py Fee estimation. (#13645) 2022-10-18 09:12:22 -05:00
cmdline_test.py Fee estimation. (#13645) 2022-10-18 09:12:22 -05:00
test_fee_estimation_integration.py optimize Mempool.add_to_pool() (#14988) 2023-04-07 12:09:46 -05:00
test_fee_estimation_rpc.py Change names used to look up estimated spendbundle sizes in get_fee_estimate RPC (#14369) 2023-01-20 11:59:08 -06:00
test_fee_estimation_unit_tests.py simplify fee estimator by not leaking MempoolItem into its interface (#14685) 2023-02-27 16:34:11 -06:00
test_mempoolitem_height_added.py simplify the mempool filter to only pass in the spend_bundle name (#14665) 2023-02-27 12:57:32 -06:00