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

polkadot-node-core-parachains-inherent

Parachains inherent data provider for Polkadot node (polkadot v1.11.0)

12 major breaking releases

new 12.0.0 May 1, 2024
11.0.0 Apr 9, 2024
10.0.0 Mar 19, 2024
9.0.0 Feb 27, 2024
0.0.0 Nov 21, 2022

#2246 in Magic Beans

Download history 178/week @ 2024-01-09 102/week @ 2024-01-16 177/week @ 2024-01-23 107/week @ 2024-01-30 355/week @ 2024-02-06 370/week @ 2024-02-13 540/week @ 2024-02-20 978/week @ 2024-02-27 396/week @ 2024-03-05 450/week @ 2024-03-12 938/week @ 2024-03-19 772/week @ 2024-03-26 745/week @ 2024-04-02 776/week @ 2024-04-09 467/week @ 2024-04-16 454/week @ 2024-04-23

2,661 downloads per month
Used in 12 crates (via polkadot-service)

GPL-3.0-only

10KB
123 lines

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

~90–135MB
~2.5M SLoC