Releases: celestiaorg/celestia-node
v0.23.5
This release is the celestia-node release intended to be compatible with celestia-app v4 release.
What's Changed
- fix(makefile): ensure correct semantic version is shown for branches by @Himess in #4230
- docs(README): add supported archs by @cristaloleg in #4253
- deps: Bump SDK to version 0.50 and Celestia App to V4 by @chatton in #4219
- chore(deps): upgrade to v4.0.0-arabica by @rootulp in #4268
- deps(go.mod): Bump app (#4363) --
arabicaby @renaynay in #4369 - feat(api): Celestia client lib (v4 migration) (#4318) by @renaynay in #4370
- deps(go.mod): roll back go-header release by @renaynay in #4371
- deps(go.mod): Bump app -->
mochaby @renaynay in #4372 - fix(nodebuilder/header): Fix module_test after go-header rollback by @renaynay in #4373
- deps(go.mod): Bump app
arabica(#4383) by @renaynay in #4384 - deps(go.mod): bump app
mochaby @renaynay in #4386 - deps(go.mod): backport arabica app bump by @renaynay in #4392
- deps(go.mod): backport app bump
mochaby @renaynay in #4395 - deps(go.mod): bump app dep and go-square by @renaynay in #4406
- deps(go.mod): Bump app to mainnet by @renaynay in #4410
New Contributors
Full Changelog: v0.22.3...v0.23.5
v0.23.5-mocha
What's Changed
Full Changelog: v0.23.4-mocha...v0.23.5-mocha
v0.23.5-arabica
What's Changed
- deps(go.mod): backport app bump
mochaby @renaynay in #4395 - deps(go.mod): bump app dep and go-square by @renaynay in #4406
Full Changelog: v0.23.4-arabica...v0.23.5-arabica
v0.23.4-mocha
What's Changed
- deps(go.mod): backport arabica app bump by @renaynay in #4392
- deps(go.mod): backport app bump
mochaby @renaynay in #4395
Full Changelog: v0.23.3-mocha...v0.23.4-mocha
v0.23.4-arabica
What's Changed
- deps(go.mod): bump app
mochaby @renaynay in #4386 - deps(go.mod): backport arabica app bump by @renaynay in #4392
Full Changelog: v0.23.3-arabica...v0.23.4-arabica
v0.23.3-mocha
v0.23.3-arabica
v0.23.2-mocha
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
- deps(go.mod): Bump app (#4363) --
arabicaby @renaynay in #4369 - feat(api): Celestia client lib (v4 migration) (#4318) by @renaynay in #4370
- deps(go.mod): roll back go-header release by @renaynay in #4371
- deps(go.mod): Bump app -->
mochaby @renaynay in #4372 - fix(nodebuilder/header): Fix module_test after go-header rollback by @renaynay in #4373
Full Changelog: v0.23.1-mocha...v0.23.2-mocha
v0.23.2-arabica
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
- deps(go.mod): Bump app (#4363) --
arabicaby @renaynay in #4369 - feat(api): Celestia client lib (v4 migration) (#4318) by @renaynay in #4370
- deps(go.mod): roll back go-header release by @renaynay in #4371
Full Changelog: v0.23.1-arabica...v0.23.2-arabica
v0.22.3
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
Full Changelog: v0.22.2...0.22.3