chia-blockchain/chia
Kyle Altendorf a691d3c4b2
asyncio.get_event_loop() is deprecated in 3.10, stop using it (mostly) (#10418)
* asyncio.get_event_loop() is deprecated in 3.10, stop using it

https://docs.python.org/3.10/library/asyncio-eventloop.html#asyncio.get_event_loop
> Deprecated since version 3.10: Deprecation warning is emitted if there is no running event loop. In future Python releases, this function will be an alias of get_running_loop().

* black
2022-03-28 13:20:50 -07:00
..
clvm new DBWrapper supporting concurrent readers (#10166) 2022-03-28 11:58:00 -07:00
cmds asyncio.get_event_loop() is deprecated in 3.10, stop using it (mostly) (#10418) 2022-03-28 13:20:50 -07:00
consensus single thread executor (#10919) 2022-03-28 12:47:46 -07: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 asyncio.get_event_loop() is deprecated in 3.10, stop using it (mostly) (#10418) 2022-03-28 13:20:50 -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 Switch to integrated lock_and_load_config() context manager (#10698) 2022-03-28 12:52:51 -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 wallet: Drop unused WalletStateManager.load_wallets (#10756) 2022-03-28 12:50:50 -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