github celestiaorg/celestia-node v0.3.0

latest releases: v0.15.0-rc0, v0.15.0-alpha.0, v0.14.0...
22 months ago

v0.3.0 | 2022-09-06

Arabica Testnet Release

It has been half a year since our last minor release, and, as a result, our third minor release of celestia-node introduces a large range of new and hardened functionality. Some key highlights can be found below:

Highlights

  • Re-introduction of full node type
    • Operates solely on the p2p network and independently from the Core network
    • Able to sync and reconstruct block data from light nodes only
    • Secures light node by generating and broadcasting fraud proofs
    • Light nodes discover Full Nodes over p2p network via DHT
  • Implementation of state interaction via a celestia-core connection (ability to read and verify balances, as well as submit transactions to the celestia network), specifically the ability to submit a PayForData transaction
  • Data availability sampling (DASing) over headers in the past and local caching of successful sampling results
  • Introduction of FraudService
  • Alpha node API
  • Key management utility via cel-key
  • Introduction of telemetry via opentelemetry
  • Parallelized GetSharesByNamespace resulting in faster application data retrieval
  • Removes Core Node embedding for Bridge Node

Migration

The Node's Store default directory path has changed, and If you have been running any of the past two release candidates against mamaki and want to retain your data, please run the Node with --node.store ~/.celestia-<node_type> flag or migrate your store from $HOME/.celestia-<node_type> to $HOME/.celestia-<node_type>-mamaki.

BREAKING CHANGES

FEATURES

IMPROVEMENTS

BUG FIXES

MISCELLANEOUS

New Contributors

Full Changelog: https://github.com/celestiaorg/celestia-node/compare/v0.2.0...v0.3.0## v0.3.0 | 2022-09-06

Don't miss a new celestia-node release

NewReleases is sending notifications on new releases.