mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-04 10:04:54 -05:00
* server: Introduce `ApiProtocol` * genericize (#5) * `ApiProtocol.api_ready` -> `ApiProtocol.ready()` * Add `ApiProtocol.log` and give APIs separate loggers * Fix `CrawlerAPI` * Drop some unrelated removals * Fix some of the generic hinting * Revert some changes in `timelord_api.py` * Fix `CawlerAPI` readiness * Fix hinting * Get some `CrawlerAPI` coverage --------- Co-authored-by: Kyle Altendorf <sda@fstab.net>