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

FEATURE

REFACTOR

MISCELLANEOUS

New Contributors

Full Changelog: https://github.com/celestiaorg/celestia-node/compare/v0.7.1...v0.7.2