Skip to content

Releases: celestiaorg/celestia-node

v0.23.5

17 Jul 14:34
1a02cee

Choose a tag to compare

This release is the celestia-node release intended to be compatible with celestia-app v4 release.

What's Changed

New Contributors

Full Changelog: v0.22.3...v0.23.5

v0.23.5-mocha

17 Jul 09:57
3164fac

Choose a tag to compare

v0.23.5-mocha Pre-release
Pre-release

What's Changed

Full Changelog: v0.23.4-mocha...v0.23.5-mocha

v0.23.5-arabica

17 Jul 09:57
3164fac

Choose a tag to compare

v0.23.5-arabica Pre-release
Pre-release

What's Changed

Full Changelog: v0.23.4-arabica...v0.23.5-arabica

v0.23.4-mocha

14 Jul 14:56
2a72973

Choose a tag to compare

v0.23.4-mocha Pre-release
Pre-release

What's Changed

Full Changelog: v0.23.3-mocha...v0.23.4-mocha

v0.23.4-arabica

14 Jul 11:31
7854bc9

Choose a tag to compare

v0.23.4-arabica Pre-release
Pre-release

What's Changed

Full Changelog: v0.23.3-arabica...v0.23.4-arabica

v0.23.3-mocha

04 Jul 10:12
cfc69dc

Choose a tag to compare

v0.23.3-mocha Pre-release
Pre-release

What's Changed

Full Changelog: v0.23.2-mocha...v0.23.3-mocha

v0.23.3-arabica

04 Jul 08:38
4ea39c3

Choose a tag to compare

v0.23.3-arabica Pre-release
Pre-release

What's Changed

Full Changelog: v0.23.2-arabica...v0.23.3-arabica

v0.23.2-mocha

30 Jun 10:17
13f4413

Choose a tag to compare

v0.23.2-mocha Pre-release
Pre-release

Please note this release rolls back a breaking go-header release so node operators may need to perform a config-update on their node in case they've upgraded already.

See https://docs.celestia.org/how-to-guides/celestia-node-troubleshooting#resetting-your-config for more guidance.

What's Changed

Full Changelog: v0.23.1-mocha...v0.23.2-mocha

v0.23.2-arabica

27 Jun 12:39
43dcbaa

Choose a tag to compare

v0.23.2-arabica Pre-release
Pre-release

Please note this release rolls back a breaking go-header release so node operators may need to perform a config-update on their node in case they've upgraded already.

See https://docs.celestia.org/how-to-guides/celestia-node-troubleshooting#resetting-your-config for more guidance.

What's Changed

Full Changelog: v0.23.1-arabica...v0.23.2-arabica

v0.22.3

09 Jun 14:54
7e98e6f

Choose a tag to compare

Standalone Celestia Client Library v0

Added a new client library that enables interaction with the Celestia network without requiring a light or full node. The library supports both read-only operations (data retrieval from bridge DA nodes) and transaction submission capabilities for blob operations, providing a minimal-overhead solution for blob submission and retrieval.
This addresses the need for lightweight Celestia network integration where running a light node isn't practical or necessary.
Docs: https://github.com/celestiaorg/celestia-node/blob/v0.22.3/api/client/readme.md

Important Notes

  • No Impact on Existing Nodes: This release does not affect existing celestia-node functionality and does not require migration of light or bridge nodes.
  • Trusted Endpoints Required: The client library should only be used with fully trusted endpoints, as it does not perform verification of proofs returned by the endpoint. Users are responsible for ensuring the reliability and trustworthiness of their chosen endpoints.

What's Changed

  • feat(api): Implement Celestia Client Library v0 by @walldiss in #4265

Full Changelog: v0.22.2...0.22.3