#inherent #data-provider #parachain #polkadot #provisioner #node

polkadot-node-core-parachains-inherent

Parachains inherent data provider for Polkadot node

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 Nov 21, 2022

#611 in Magic Beans

Download history 1132/week @ 2024-09-28 680/week @ 2024-10-05 775/week @ 2024-10-12 928/week @ 2024-10-19 759/week @ 2024-10-26 1011/week @ 2024-11-02 706/week @ 2024-11-09 1346/week @ 2024-11-16 1173/week @ 2024-11-23 1098/week @ 2024-11-30 1469/week @ 2024-12-07 1595/week @ 2024-12-14 886/week @ 2024-12-21 981/week @ 2024-12-28 1089/week @ 2025-01-04 1167/week @ 2025-01-11

4,315 downloads per month
Used in 14 crates (2 directly)

GPL-3.0-only

11KB
123 lines

Release

Polkadot SDK Stable 2412


lib.rs:

The parachain inherent data provider

Parachain backing and approval is an off-chain process, but the parachain needs to progress on chain as well. To make it progress on chain a block producer needs to forward information about the state of a parachain to the runtime. This information is forwarded through an inherent to the runtime. Here we provide the ParachainsInherentDataProvider that requests the relevant data from the provisioner subsystem and creates the the inherent data that the runtime will use to create an inherent.

Dependencies

~94–130MB
~2.5M SLoC