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

latest releases: v0.18.0-not-final-experiment-v3.3, v0.18.0-not-final-experiment-v3.2, v0.18.0-not-final-experiment-v3.1...
pre-release19 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

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.