v0.10.0
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
- Partially handle network related anchors in config by @cmmarslender in #147
Full Changelog: v0.9.3...v0.10.0