18 major breaking releases
new 20.0.0 | Jan 14, 2025 |
---|---|
18.0.0 | Oct 1, 2024 |
17.0.0 | Jul 19, 2024 |
15.0.0 | Jul 13, 2024 |
0.0.0 |
|
#610 in Magic Beans
4,689 downloads per month
Used in 4 crates
(2 directly)
26KB
539 lines
Release
Polkadot SDK Stable 2412
lib.rs
:
Implements the Chain API Subsystem
Provides access to the chain data. Every request may return an error.
At the moment, the implementation requires Client
to implement HeaderBackend
,
we may add more bounds in the future if we will need e.g. block bodies.
Supported requests:
- Block hash to number
- Block hash to header
- Block weight (cumulative)
- Finalized block number to hash
- Last finalized block number
- Ancestors
Dependencies
~95–130MB
~2.5M SLoC