This release contains stability improvements for bootstrapping onto the network as well as two new config-related commands:
config-remove
-- removes the node's configconfig-update
-- updates the node's outdated config
It also contains a change that will default to using my_celes_key
account if more than one key is present in the keyring and no --keyring.accname
has been specified.
What's Changed
FEATURES
REFACTORINGS
- refactor(nodebuilder): Use
my_celes_key
as default if no--keyring.accname
is specified by @renaynay in #2084
BUG FIXES
- fix(modp2p): fix(modp2p): use Infof by @Wondertan in #2081
- fix(modp2p): disable metrics on libp2p by default by @Wondertan in #2082
- fix: removing skip from shrexeds tests and updating them to current logic by @distractedm1nd in #2075
DEPENDENCIES
- chore(deps): bump github.com/hashicorp/go-getter from 1.6.1 to 1.7.0 by @dependabot in #2014
- chore(deps): bump mheap/github-action-required-labels from 3 to 4 by @dependabot in #2003
- chore(deps): bump alpine from 3.17.2 to 3.17.3 by @dependabot in #2004
- chore(deps): bump go.uber.org/multierr from 1.9.0 to 1.11.0 by @dependabot in #1998
- deps: bump go-header by @Wondertan in #2088
Full Changelog: v0.9.0...v0.9.1