Skip to content

v0.10.0

Compare
Choose a tag to compare
@cmmarslender cmmarslender released this 11 Sep 13:16
· 39 commits to main since this release
f5da054

Potentially Breaking Change

The config package has updated NetworkOverrides and SelectedNetwork to be pointers in all sections where these values are used. When loading an existing config from yaml, all instances will point to the same data. This enables setting network constants and the selected network once and the change will apply to all instances of these values throughout the config.

For instance, *cfg.SelectedNetwork = "testnet11" will set this selected network in the entire config.

What's Changed

Full Changelog: v0.9.3...v0.10.0