17 major breaking releases
18.0.0 | Oct 1, 2024 |
---|---|
17.0.0 | Jul 19, 2024 |
15.0.0 | Jul 13, 2024 |
14.0.0 | Jun 24, 2024 |
0.0.0 |
|
#182 in #block
3,600 downloads per month
Used in 5 crates
(2 directly)
26KB
539 lines
Release
Polkadot SDK stable2409
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
~96–135MB
~2.5M SLoC