github celestiaorg/celestia-node v0.22.3

one month ago

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

Don't miss a new celestia-node release

NewReleases is sending notifications on new releases.