chia-blockchain/chia
2022-03-31 23:03:59 -07:00
..
clvm new DBWrapper supporting concurrent readers (#10166) 2022-03-28 11:58:00 -07:00
cmds fix test_full_sync.py to only feed the blocks in the main chain to the node (#10974) 2022-03-31 23:03:59 -07:00
consensus Fix the issues in main (failing tests) (#10977) 2022-03-31 14:27:01 -04:00
daemon asyncio.get_event_loop() is deprecated in 3.10, stop using it (mostly) (#10418) 2022-03-28 13:20:50 -07:00
farmer Switch to integrated lock_and_load_config() context manager (#10698) 2022-03-28 12:52:51 -07:00
full_node reorg fixes (#10943) 2022-03-31 08:26:23 -07:00
harvester asyncio.get_event_loop() is deprecated in 3.10, stop using it (mostly) (#10418) 2022-03-28 13:20:50 -07:00
introducer add all none's (#4503) 2021-05-10 22:05:45 -07:00
plotters asyncio.get_event_loop() is deprecated in 3.10, stop using it (mostly) (#10418) 2022-03-28 13:20:50 -07:00
plotting Switch to integrated lock_and_load_config() context manager (#10698) 2022-03-28 12:52:51 -07:00
pools Use uint128 for wallet balances (#10936) 2022-03-29 10:30:09 -07:00
protocols Fix method name (#10500) 2022-03-01 10:49:41 -08:00
rpc add select_coins RPC method (#10495) 2022-03-17 09:10:21 -07:00
seeder asyncio.get_event_loop() is deprecated in 3.10, stop using it (mostly) (#10418) 2022-03-28 13:20:50 -07:00
server when running multiple services in the same process (in tests), don't initialize logging for all of them, and don't set the proctitle of the test (#10686) 2022-03-17 14:58:30 -07:00
simulator Move BLS validation to other processes during sync (#9746) 2022-01-20 14:50:41 -08:00
ssl chia|tests|pre-commit: Add missing __init__.py files (#8758) 2021-12-16 18:52:46 -08:00
timelord asyncio.get_event_loop() is deprecated in 3.10, stop using it (mostly) (#10418) 2022-03-28 13:20:50 -07:00
types use rust clvm in Program.run() (#10878) 2022-03-28 11:58:59 -07:00
util asyncio.get_event_loop() is deprecated in 3.10, stop using it (mostly) (#10418) 2022-03-28 13:20:50 -07:00
wallet Add more type checks to CAT Wallet (#10934) 2022-03-29 10:30:46 -07:00
__init__.py make multiprocessing start method configurable (#10528) 2022-03-03 10:27:36 -08: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 plotters. (#8497) 2021-10-28 15:37:46 -07:00