github celestiaorg/celestia-node v0.7.2
v0.7.2 - Blockspace Race Patch

latest releases: v0.18.0-rc45-debug-libp2p-now-v3, v0.18.0-rc45-debug-libp2p-now-v2, v0.18.0-rc45-debug-libp2p-now...
19 months ago

Please update your nodes!

This patch release includes several bug fixes found during the first phase of incentivised testnet, including one that is critical for network functionality.

Node runners on blockspacerace- please update and re-sync the chain. You can do this by removing the block store and running init and start again.

For bridge and full, you can remove the block store by doing:

rm -r ~/<nodestore_path>/data ~/<nodestore_path>/transients ~/<nodestore_path>/index ~/<nodestore_path>/blocks

For light, you can remove the block store by doing:

rm -r ~/<nodestore_path>/data

Please note that the phase for blockspacerace for full and light nodes has not yet started.

This patch also includes a small breaking change: the config parameter for bootstraper mode has been removed from the config and an environment variable has been introduced in its place. For details, check the description here.

What's Changed

BUG FIXES

BREAKING

  • refactor(nodebuilder/p2p)!: Configure bootstrapper from env instead of config by @smuu in #1881

FEATURE

  • feat(core/listener): listen for EventDataSignedBlock by @walldiss in #1948

REFACTOR

  • refactor(nodebuilder/das): update default DASer setting by @walldiss in #1912
  • refactor(header/sync): cleanup sync head detection logic by @Wondertan in #1889
  • refactor(fraud): extract fraud package to libs by @vgonkivs in #1916
  • refactor(libs/header/p2p): extend logging in session by @vgonkivs in #1923

MISCELLANEOUS

  • test(nodebuilder): Add test that also checks that empty block is stored by @renaynay in #1895
  • chore(nodebuilder): tiny log fix by @renaynay in #1929
  • chore(libs/header/p2p): change log level in case of ErrNotFound by @vgonkivs in #1937

New Contributors

Full Changelog: v0.7.1...v0.7.2

Don't miss a new celestia-node release

NewReleases is sending notifications on new releases.