Skip to content

Releases: celestiaorg/celestia-node

v0.1.0

06 Dec 22:24
bbcfc13
Compare
Choose a tag to compare

v0.1.0 | 2021-11-03

This is the first celestia-node release. The release constitutes the foundation for the data availability "halo" network that will complement the core consensus network.

Mainly, we introduce 3 packages:

  • service/header - defines everything related to syncing, exchanging, and storing chain headers.
  • service/share - defines everything related to sampling and requesting Shares (chunks of erasure-coded block data) from the network
  • node - defines the Node singleton with its assembly, essentially gluing all the bits together.

For further information regarding the architecture and features introduced in this release, refer to the devnet ADR.

FEATURES