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

latest releases: v0.17.0-rc8, v0.16.0-beta.0, v0.17.0-rc7...
pre-release17 months ago

This patch release contains a fix to address datastore bloat. We recommend full and bridge node runners to 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

FEATURE

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

New Contributors

Full Changelog: v0.8.2...v0.8.3-rc1

Don't miss a new celestia-node release

NewReleases is sending notifications on new releases.