Celestia Node Versions Save

Celestia Data Availability Nodes

v0.13.6

1 week ago

This patch fixes a severe namespace data parsing logic bug that causes missed blobs.

  • 72111f4a fix(blob/service): fix handling of the padding shares (#3404)
  • e40a1099 fix(das): Clarify logs for historic headers that are skipped (#3380)

v0.13.5

3 weeks ago

A patch release focused on dependancy bumps and chore updates.

  • 0fbab7d8 chore(fmt/linters): Add gofumpt formatter and linter (#3331) by @walldiss
  • a1a5f3c0 chore(fmt/linters): enable nilerr, nilnil, nolintlint and fix related issues (#3332) by @walldiss
  • d525c235 chore(linters): add errorlint (#3334) by @walldiss
  • 8925abe1 chore(linter): add 6 more linteres (#3333) by @walldiss
  • 6219c48e chore(deps): chore: bump to rsmt2d to v0.13.1 (#3319) by @walldiss
  • ef2abebf chore: Update Tendermint Telemetry Broken Link (#3338) by @Erlangshen219
  • 17448701 chore: bump go-libp2p-pubsub (#3372) by @Wondertan
  • c0698c28 refactor(share/sha-256): Consolidate SHA-256 Hash Function Usage (#3330) by @kien6034
  • 29cdd843 fix(ci): update from published to released trigger for deployment epic (#3351) by @MSevey
  • b22e51e1 chore(deps): Bump golangci/golangci-lint-action from 4.0.0 to 5.1.0 (#3353) by @dependabot
  • fe218322 chore(deps): Bump golang.org/x/net from 0.21.0 to 0.23.0 (#3321) by @dependabot
  • ea62ce13 chore(deps): Bump go.uber.org/fx from 1.20.1 to 1.21.1 (#3342) by @dependabot
  • c2b20ec9 chore(deps): Bump the otel group with 8 updates (#3343) by @dependabot
  • 0e5c3ff3 chore(deps): Bump codecov/codecov-action from 4.1.0 to 4.3.1 (#3354) by @dependabot
  • 46092a79 chore(deps): Bump peaceiris/actions-mdbook from 1 to 2 (#3308) by @dependabot
  • 875ab8b3 chore(deps): Bump peaceiris/actions-gh-pages from 3 to 4 (#3310) by @dependabot
  • 081da174 chore(deps): Bump golangci/golangci-lint-action from 5.1.0 to 5.3.0 (#3369) by @dependabot

Full Changelog: https://github.com/celestiaorg/celestia-node/compare/v0.13.4...v0.13.5

v0.14.0-rc0

1 month ago

This RC notably introduces:

Note, this RC contains a break, listed below, that breaks proto for BEFPs. This break is not invasive and would not impact running this RC against current live networks.

What's Changed

BREAKING

Other

New Contributors

Full Changelog: https://github.com/celestiaorg/celestia-node/compare/v0.13.4...v0.14.0-rc0

v0.13.4

1 month ago

A patch release containing various fixes.

Fixes

  • ceae8cfb fix(nodebuilder/share/cmd): Fix parsing of uint for height in share rpc CLI commands (#3294)
  • 913e9df5 fix(nodebuilder): return fx error if theres an error getting keystore or constructing signer (#3297)
  • 2dbf7586 fix(core): Unsubscribe from new block event on Stop in listener (#3315)
  • ba50a25f fix(p2p/discovery): Unregister metrics callback on close (#3280)
  • 13ac02fe fix(metrics): Unregister callback on stop for several metrics implementations (#3281)
  • c48dd049 feat(share/p2p/shrex): add recovery middleware to shrex-nd and shrex-eds servers (#3328)
  • fe94d62b feat(share/p2p/shrexsub): add recovery to shrexSub (#3327)

Chores

  • 08d118ef deps: bump go-header and go-fraud (#3326)
  • f30b5fba deps: bump celestia-app (#3316)
  • 5f94b059 feat(ci): call reusable workflow to track the release deployments and notify devops (#3291)
  • 739cbc7d chore(state/core_accessor): remove query cli (#3307)

Full Changelog: https://github.com/celestiaorg/celestia-node/compare/v0.13.3...v0.13.4

v0.13.3

1 month ago

What's Changed

Full Changelog: https://github.com/celestiaorg/celestia-node/compare/v0.13.2...v0.13.3

v0.13.2

2 months ago

This patch mainly addresses two medium-severity issues:

Fixes

Refactors

Chores

Features

New Contributors

v0.13.1

2 months ago

This patch release notably fixes a bug that broke serialisation for blob.Proof. It also introduces an additional field inside of the blob.Blob struct that tracks the index of the first share of the blob inside of the EDS (extended data square).

What's Changed

FEATURES / IMPROVEMENTS

BUG FIXES

MISCELLANEOUS

New Contributors

Full Changelog: https://github.com/celestiaorg/celestia-node/compare/v0.13.0...v0.13.1

v0.15.0-beta.1

3 months ago

Changelog

  • c1ab9c5d bump header

v0.13.0

3 months ago

This release introduces a light node sampling window of 30 days, specified in CIP-4. Light nodes will now only sample blocks within a 30 day window instead of sampling all blocks from genesis.

Also notable is the integration of the go-da interface into celestia-node, which breaks blob.Proof serialization.

What's Changed

BREAKING

IMPROVEMENTS

BUG FIXES

MISCELLANEOUS

New Contributors

Full Changelog: https://github.com/celestiaorg/celestia-node/compare/v0.12.4...v0.13.0

v0.13.0-rc1

4 months ago

Proper release logs will land in the official release.

What's Changed

New Contributors

Full Changelog: https://github.com/celestiaorg/celestia-node/compare/v0.12.2...v0.13.0-rc1