v0.9.1
版本发布时间: 2023-04-17 23:14:09
celestiaorg/celestia-node最新发布版本:v0.12.0(2023-10-31 22:05:39)
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
andconfig-update
commands to CLI by @renaynay in https://github.com/celestiaorg/celestia-node/pull/2068
REFACTORINGS
- refactor(nodebuilder): Use
my_celes_key
as default if no--keyring.accname
is specified by @renaynay in https://github.com/celestiaorg/celestia-node/pull/2084
BUG FIXES
- fix(modp2p): fix(modp2p): use Infof by @Wondertan in https://github.com/celestiaorg/celestia-node/pull/2081
- fix(modp2p): disable metrics on libp2p by default by @Wondertan in https://github.com/celestiaorg/celestia-node/pull/2082
- fix: removing skip from shrexeds tests and updating them to current logic by @distractedm1nd in https://github.com/celestiaorg/celestia-node/pull/2075
DEPENDENCIES
- chore(deps): bump github.com/hashicorp/go-getter from 1.6.1 to 1.7.0 by @dependabot in https://github.com/celestiaorg/celestia-node/pull/2014
- chore(deps): bump mheap/github-action-required-labels from 3 to 4 by @dependabot in https://github.com/celestiaorg/celestia-node/pull/2003
- chore(deps): bump alpine from 3.17.2 to 3.17.3 by @dependabot in https://github.com/celestiaorg/celestia-node/pull/2004
- chore(deps): bump go.uber.org/multierr from 1.9.0 to 1.11.0 by @dependabot in https://github.com/celestiaorg/celestia-node/pull/1998
- deps: bump go-header by @Wondertan in https://github.com/celestiaorg/celestia-node/pull/2088
Full Changelog: https://github.com/celestiaorg/celestia-node/compare/v0.9.0...v0.9.1