chia-blockchain/chia/seeder
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
..
__init__.py Chia Seeder (#8991) 2021-11-27 18:30:25 -08:00
crawl_store.py Don't load initial data older than 5 days (#10481) 2022-02-28 15:21:31 -08:00
crawler_api.py Crawler RPC (#10141) 2022-02-14 11:48:35 -08:00
crawler.py Crawler RPC (#10141) 2022-02-14 11:48:35 -08:00
dns_server.py asyncio.get_event_loop() is deprecated in 3.10, stop using it (mostly) (#10418) 2022-03-28 13:20:50 -07:00
peer_record.py Add TLS version to collected crawler stats (#9534) 2021-12-13 08:40:22 -08:00
start_crawler.py Timelord RPC + Misc Metrics Updates/Fixes (#10255) 2022-02-18 07:43:52 -08:00