Skip to content

v0.9.1 - Bootstrapping stability improvements

Choose a tag to compare

@renaynay renaynay released this 17 Apr 15:14
b8c24bf

This release contains stability improvements for bootstrapping onto the network as well as two new config-related commands:

  • config-remove -- removes the node's config
  • config-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

  • feat(cmd): Add config-remove and config-update commands to CLI by @renaynay in #2068

REFACTORINGS

  • refactor(nodebuilder): Use my_celes_key as default if no --keyring.accname is specified by @renaynay in #2084

BUG FIXES

DEPENDENCIES

Full Changelog: v0.9.0...v0.9.1