chia-blockchain/chia
Arvid Norberg c7301693e1
sqlite-backed mempool (#14657)
* implement Mempool using an in-memory sqlite database

* remove_from_pool with empty list is a no-op

* the order is not important in get_coin_records_by_puzzle_hash() or get_block_spends()

* use format string in log statement

* make MempoolItem not streamable, to improve performance of creating objects
2023-03-03 15:04:21 -06:00
..
clvm simplify the mempool filter to only pass in the spend_bundle name (#14665) 2023-02-27 12:57:32 -06:00
cmds Refine help text for chia peer -a (#14563) 2023-02-28 14:26:03 -06:00
consensus Soft fork2 tests (#14712) 2023-03-01 14:19:55 -06:00
daemon daemon: Fix server shutdown / wait for it (#14674) 2023-02-28 11:43:24 -06:00
data_layer remove leading newlines from indented code blocks (#14653) 2023-02-23 21:53:48 -06:00
farmer hint chia.farmer.farmer (#14687) 2023-02-28 03:05:08 -06:00
full_node sqlite-backed mempool (#14657) 2023-03-03 15:04:21 -06: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 fix reporting of deprecation of plotter install and bladebit2 commands (#14421) 2023-02-07 18:13:01 -06:00
plotting hint chia.harvester.harvester, harvester_api (#14690) 2023-02-28 11:42:58 -06:00
pools Fix Pool Wallet check for invalid state (#14711) 2023-03-01 14:20:44 -06:00
protocols hint chia.protocols.pool_protocol (#14695) 2023-02-28 11:42:00 -06:00
rpc update mypy.ini (#14706) 2023-02-28 16:59:33 -06:00
seeder remove leading newlines from indented code blocks (#14653) 2023-02-23 21:53:48 -06:00
server correct rate limiting of rate limit log message (#14659) 2023-02-27 12:56:34 -06:00
simulator daemon: Fix server shutdown / wait for it (#14674) 2023-02-28 11:43:24 -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 sqlite-backed mempool (#14657) 2023-03-03 15:04:21 -06:00
util sqlite-backed mempool (#14657) 2023-03-03 15:04:21 -06:00
wallet Extend did_find_lost_did API (#14673) 2023-02-28 13:11:28 -06: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