chia-blockchain/tests/fee_estimation
Adam Kelly 7bdf7dc478
Change names used to look up estimated spendbundle sizes in get_fee_estimate RPC (#14369)
* Change names used to look up estimated spendbundle sizes in get_fee_estimate RPC

* Update tests

* add test for get_spendbundle_type_cost

* add spend_count to get_fee_estimate

* Update chia/rpc/full_node_rpc_api.py

Co-authored-by: Jeff <jeff@chia.net>

Co-authored-by: Jeff <jeff@chia.net>
2023-01-20 11:59:08 -06: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 Call method to process transactions added to mempool in Fee Estimator (#14290) 2023-01-06 14:18:52 -06: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 It is okay to return a result in some cases when median == -1 (#14285) 2023-01-13 16:09:40 -06:00
test_mempoolitem_height_added.py Preserve correct MempoolItem block height when rebuilding mempool (#13951) 2022-11-21 16:28:48 -06:00