16 releases (10 breaking)
Uses new Rust 2024
| new 0.11.0 | Jan 14, 2026 |
|---|---|
| 0.9.0 | Nov 21, 2025 |
| 0.5.0 | Jul 29, 2025 |
| 0.2.1 | Feb 24, 2025 |
| 0.1.0 | Dec 3, 2024 |
#819 in Magic Beans
1,859 downloads per month
Used in 3 crates
1MB
17K
SLoC
Celestia gRPC
A collection of types for interacting with Celestia validator nodes over gRPC
This crate builds on top of tonic.
TLS support
Client will be configured to use TLS if at least one of the trust roots provider is enabled using the crate features
tls-native-roots and tls-webpki-roots. The trust roots are additive, selecting both will result in both being in use.
Moreover, the crypto provider for rustls can be configured by using tls-ring and tls-aws-lc features.
Those features are re-exposed from the tonic crate, please refer to its documentation for more info.
Dependencies
~23–44MB
~643K SLoC