mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-02 10:05:46 -05:00
* feat: load plugins from file * feat: add tests * feat: add file based datalayr plugin support * fix: isort * match mozilla-ca repo with main * chore: fix linting * add additional test coverage * Update chia/util/misc.py Co-authored-by: Kyle Altendorf <sda@fstab.net> * move utility to datalayer folder * fix lint * use PluginRemote schema * remove check * remove check * Update chia/data_layer/util/plugin.py Co-authored-by: Kyle Altendorf <sda@fstab.net> * load plugin using yaml.safe_load instead of json.load * add default value to headers if doesnt exist * fix: syntax error * add log exception * Update chia/data_layer/util/plugin.py Co-authored-by: Kyle Altendorf <sda@fstab.net> --------- Co-authored-by: Kyle Altendorf <sda@fstab.net>