chia-blockchain/chia
Amine Khaldi ac0349f8dc
Simplify request_mempool_transactions() and get_items_not_in_filter() (#14404)
* Only deal with the relevant subset of the MempoolItem (which is SpendBundle here).

* get_items_not_in_filter() doesn't need to be async.

* Use len(items) instead of counter for the limit check.

* Update tests to reflect the improvements.
2023-02-15 22:47:07 -06:00
..
clvm Add cost logging to CLVM tests as fixture (#14444) 2023-02-10 15:13:45 -06:00
cmds Improve the help text for the peer command (#14542) 2023-02-10 17:33:34 -06:00
consensus move SerializedProgram to its own file (#14391) 2023-01-27 17:20:23 -06:00
daemon Add a daemon heartbeat setting to config.yaml (#13886) 2023-01-06 11:55:20 -06:00
data_layer optimize offers (#14531) 2023-02-10 15:14:23 -06:00
farmer Typecheck _set_state_changed_callback (#14464) 2023-02-01 15:31:46 -06:00
full_node Simplify request_mempool_transactions() and get_items_not_in_filter() (#14404) 2023-02-15 22:47:07 -06:00
harvester Typecheck _set_state_changed_callback (#14464) 2023-02-01 15:31:46 -06:00
introducer Typecheck _set_state_changed_callback (#14464) 2023-02-01 15:31:46 -06:00
plot_sync server: Enable and fix mypy in ws_connection.py (#13878) 2022-11-12 14:18:11 -06:00
plotters fix reporting of deprecation of plotter install and bladebit2 commands (#14421) 2023-02-07 18:13:01 -06:00
plotting Factor out member functions of ProofOfSpace to be free functions (#13930) 2022-11-17 13:46:22 -06:00
pools move SerializedProgram to its own file (#14391) 2023-01-27 17:20:23 -06:00
protocols move SerializedProgram to its own file (#14391) 2023-01-27 17:20:23 -06:00
rpc optimize offers (#14531) 2023-02-10 15:14:23 -06:00
seeder Typecheck _set_state_changed_callback (#14464) 2023-02-01 15:31:46 -06:00
server Rate limit 'Rate limiting' message (#14435) 2023-02-08 21:25:35 -06:00
simulator use run_block_generator() to run block generators (#14544) 2023-02-13 11:00:21 -06:00
ssl isort: Remove the remaining exceptions and sort the related files (#14124) 2022-12-13 17:10:55 -06:00
timelord Typecheck _set_state_changed_callback (#14464) 2023-02-01 15:31:46 -06:00
types bump chia_rs to 0.2.2 (#14533) 2023-02-10 15:14:56 -06:00
util Add dexie DNS seeder (#14556) 2023-02-13 11:19:49 -06:00
wallet Merge commit '5f737cc094d1a077755f0bb00ad5b7a56870a988' into checkpoint/main_from_release_1.7.0_5f737cc094d1a077755f0bb00ad5b7a56870a988 2023-02-11 20:46:29 +01: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