Skip to content

v0.1.0

Compare
Choose a tag to compare
@Wondertan Wondertan released this 06 Dec 22:24
· 2289 commits to main since this release
bbcfc13

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