v0.14.0
Potentially Breaking Change
The config package has updated Logging
to be pointers in all sections where logs are configured. When loading an existing config from yaml, all instances will point to the same data. This enables setting logging related config options once and the change will apply to all instances of these values throughout the config.
Additionally, network_overrides
and logging
now serialize using yaml anchors (similar to the way chia-blockchain initially has the config set up) to avoid duplicated sections in the serialized forms.
What's Changed
- Serialize network constants and logging with anchors by @cmmarslender in #153
Full Changelog: v0.13.0...v0.14.0