chia-blockchain/chia
Arvid Norberg 8d7a462702
can_replace() tests (#14864)
* mempool min fee increase is a constant

* make can_replace() a free function rather than a member of mempool. It doesn't need to be a member, and a free function is easier to test

* simplify can_replace by passing in MempoolItem

* slightly simplify handling of conflicting mempool items in mempool_manager, to avoid double lookups

* simplify can_replace() by just passing removal_names instead of the whole dict

* add unit test for can_replace()
2023-03-21 18:41:16 -05:00
..
clvm simplify the mempool filter to only pass in the spend_bundle name (#14665) 2023-02-27 12:57:32 -06:00
cmds Added chia completion command (#14782) 2023-03-16 12:50:30 -05:00
consensus disable soft-fork 2 (for now) (#14786) 2023-03-09 19:13:15 -06:00
daemon avoid AttributeError when shutting down plotting (#3954) 2023-03-09 04:22:38 -06:00
data_layer hint most chia.types (#14741) 2023-03-06 16:34:22 -06:00
farmer hint chia.farmer.farmer (#14687) 2023-02-28 03:05:08 -06:00
full_node can_replace() tests (#14864) 2023-03-21 18:41:16 -05:00
harvester hint chia.harvester.harvester, harvester_api (#14690) 2023-02-28 11:42:58 -06:00
introducer Typecheck _set_state_changed_callback (#14464) 2023-02-01 15:31:46 -06:00
plot_sync hint chia.harvester.harvester, harvester_api (#14690) 2023-02-28 11:42:58 -06:00
plotters hint chia.plotting.create_plots (#14692) 2023-03-08 12:57:50 -06:00
plotting hint chia.plotting.create_plots (#14692) 2023-03-08 12:57:50 -06:00
pools hint chia.pools.pool_wallet (#14694) 2023-03-08 11:26:24 -06:00
protocols hint chia.protocols.pool_protocol (#14695) 2023-02-28 11:42:00 -06:00
rpc Add support to cat_spend RPC for running TAIL (#14730) 2023-03-21 13:33:07 -05:00
seeder Listen on ::0 so we can respond to both ipv4 and ipv6 (#14731) 2023-03-03 19:59:54 -06:00
server server: Drop outdated config update (#14592) 2023-03-06 15:58:40 -06:00
simulator hint chia.plotting.create_plots (#14692) 2023-03-08 12:57:50 -06:00
ssl isort: Remove the remaining exceptions and sort the related files (#14124) 2022-12-13 17:10:55 -06:00
timelord cleanup adjacent string literals (#14650) 2023-02-22 17:16:07 -06:00
types can_replace() tests (#14864) 2023-03-21 18:41:16 -05:00
util util: Drop outdated comments (#14787) 2023-03-21 03:34:26 -05:00
wallet Add support to cat_spend RPC for running TAIL (#14730) 2023-03-21 13:33:07 -05:00
__init__.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
py.typed Added a py.typed file in the chia directory for pep-561 compliance (#8014) 2021-08-17 10:53:25 -07:00
pyinstaller.spec Add Bladebit prerelease to prerelease mac builds (#13540) 2022-09-26 18:35:33 -05:00