 
|
a4da91a86d
|
Changed: Enhance DataLayer Plugin Registration System for Improved Third-Party Integration (#17711)
* 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>
|
2024-07-16 11:05:11 -07:00 |
|