Skip to content

Releases: celestiaorg/celestia-core-rpc-rs

v0.0.1-test3

04 Mar 16:51
45b16fe

Choose a tag to compare

v0.0.1-test3 Pre-release
Pre-release

Full Changelog: test...v0.0.1-test3

test 2

04 Mar 16:17
f7c75f9

Choose a tag to compare

test 2 Pre-release
Pre-release
Merge pull request #2 from celestiaorg/sysrex-patch-1

Update release.yml

test

04 Mar 16:13
f7c75f9

Choose a tag to compare

test Pre-release
Pre-release
Merge pull request #2 from celestiaorg/sysrex-patch-1

Update release.yml

celestia-core-rpc-rs v0.39.25-rc.1

03 Mar 21:38
998a8ce

Choose a tag to compare

Pre-release

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-rpc to celestiacore.

Changes

  • Bumped crate version to 0.39.25.
  • Switched core deps to tendermint, tendermint-config, tendermint-proto, tendermint-rpc v0.40.3.
  • Added celestia-types 0.20.0 and celestia-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 celestiacore instead of celestia-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