Skip to content

v0.14.0

Compare
Choose a tag to compare
@cmmarslender cmmarslender released this 13 Sep 20:16
· 33 commits to main since this release
b97b0b2

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

Full Changelog: v0.13.0...v0.14.0