17 breaking releases
0.18.0 | Jan 22, 2025 |
---|---|
0.16.0 | Sep 25, 2024 |
0.15.0 | Jul 18, 2024 |
0.10.0 | Mar 18, 2024 |
0.0.0 |
|
#865 in Magic Beans
116,378 downloads per month
Used in 68 crates
(9 directly)
10KB
61 lines
Release
Polkadot SDK Stable 2412
lib.rs
:
Cumulus parachain inherent
The ParachainInherentData
is the data that is passed by the collator to the parachain
runtime. The runtime will use this data to execute messages from other parachains/the relay
chain or to read data from the relay chain state. When the parachain is validated by a parachain
validator on the relay chain, this data is checked for correctness. If the data passed by the
collator to the runtime isn't correct, the parachain candidate is considered invalid.
To create a ParachainInherentData
for a specific relay chain block, there exists the
ParachainInherentDataExt
trait in cumulus-client-parachain-inherent
that helps with this.
Dependencies
~22–36MB
~604K SLoC