github celestiaorg/celestia-node v0.9.0
v0.9.0 - Storage stability for `bridge` and `full` nodes

latest releases: v0.17.0-rc7, v0.17.0-rc6, v0.17.0-rc5.5...
17 months ago

This release contains a fix to address datastore bloat.

full and bridge node runners MUST clear their datastore via the new command unsafe-reset-store and re-sync from scratch.

Example:

celestia bridge unsafe-reset-store --p2p.network blockspacerace

This release also contains a change to the config - please re-initialise your node!

What's Changed

BREAKING

  • !refactor(share/p2p/peers): expose peer manager params to nodebuilder by @walldiss in #1925
  • fix(eds/store): use Path instead of Host in FileMount serialization/deserialization by @distractedm1nd in #2071

FEATURE

  • feat: include function signatures in rpc cli autocompletions by @distractedm1nd in #2026
  • feat(share/getter): add support for ErrNotFound in IPLD/Store getters by @walldiss in #2050
  • feat(cli): adding unsafe-reset-store command by @distractedm1nd in #2070
  • feat: if NODE_STORE is set use it in custom init command by @smuu in #2069
  • feat(share/getter): add support for ErrNotFound in shrex getter implementation by @walldiss in #2074

REFACTORING

  • refactoring(share/p2p): remove TTL in pubsub by @vgonkivs in #2023
  • refactor(share/eds): add ErrNotFound to eds store and shrex server by @walldiss in #2048
  • refactor(libs/fraud): fraud tests overhaul by @Wondertan in #2039

BUG FIXES

DEPENDENCIES

MISCELLANEOUS

  • feat: pin version of common workflows and actions by @smuu in #2005
  • das/share: Change log from DAH.Hash() to DAH.String() by @Ray-Escobar in #1971
  • chore(log): Suppress pubsub logs to WARN and net/identify to ERROR by @HoytRen in #2002
  • chore: Make use of common adr template by @MSevey in #2030
  • refactor(share/shrex): cleanup shrex logs by @walldiss in #2079

New Contributors

Full Changelog: v0.8.2...v0.9.0

Don't miss a new celestia-node release

NewReleases is sending notifications on new releases.