Releases: celestiaorg/celestia-core-rpc-rs
Releases · celestiaorg/celestia-core-rpc-rs
v0.0.1-test3
Full Changelog: test...v0.0.1-test3
test 2
Merge pull request #2 from celestiaorg/sysrex-patch-1 Update release.yml
test
Merge pull request #2 from celestiaorg/sysrex-patch-1 Update release.yml
celestia-core-rpc-rs v0.39.25-rc.1
Summary
Release candidate updating the crate to celestia-core v0.39.25 with refreshed Tendermint deps and improved developer experience (CLI, install flow, and release automation).
Highlights
- Updated to tendermint/tendermint-rpc 0.40.3 and Celestia types/proto crates for v0.39.25 compatibility.
- New release workflow publishes prebuilt CLI binaries for Linux and macOS.
- Improved CLI UX and docs (request/curl display, JSON comparison helpers, bytes array output).
Breaking Changes - CLI binary renamed from
celestia-core-rpctocelestiacore.
Changes
- Bumped crate version to
0.39.25. - Switched core deps to
tendermint,tendermint-config,tendermint-proto,tendermint-rpcv0.40.3. - Added
celestia-types 0.20.0andcelestia-proto 0.12.1. - Updated HTTP/WebSocket stack (http 1.4, hyper 1.8, hyper-util, http-body-util, hyper-rustls, async-tungstenite).
- Added release workflow to build and upload CLI artifacts.
- New install script and expanded install docs (prebuilt assets, cargo install, local build).
- Added compatibility docs for RPC dialects and
CompatMode. - Added remote test docs and required environment variables.
Compatibility
- celestia-core: v0.39.25
- tendermint/tendermint-rpc: 0.40.3
- celestia-types: 0.20.0
- celestia-proto: 0.12.1
Upgrade Notes - Update any scripts/automation to call
celestiacoreinstead ofcelestia-core-rpc. - If you pin HTTP stack crates, align to the new hyper/http versions above.
Full Changelog: https://github.com/celestiaorg/celestia-core-rpc-rs/commits/v0.39.25-rc.1