pvf-precheck: hook up runtime API (#4542)
This commit hooks up the API provided by #4457 to the runtime API subsystem. In a following PR this API will be consumed by the PVF pre-checking subsystem. Co-authored-by:Chris Sosnin <chris125_@live.com> Co-authored-by:
Chris Sosnin <chris125_@live.com>
parent
5a3ee43c
Showing
- polkadot/Cargo.lock 1 addition, 0 deletionspolkadot/Cargo.lock
- polkadot/node/core/runtime-api/Cargo.toml 1 addition, 0 deletionspolkadot/node/core/runtime-api/Cargo.toml
- polkadot/node/core/runtime-api/src/cache.rs 24 additions, 2 deletionspolkadot/node/core/runtime-api/src/cache.rs
- polkadot/node/core/runtime-api/src/lib.rs 20 additions, 0 deletionspolkadot/node/core/runtime-api/src/lib.rs
- polkadot/node/core/runtime-api/src/tests.rs 106 additions, 2 deletionspolkadot/node/core/runtime-api/src/tests.rs
- polkadot/node/subsystem-types/src/messages.rs 7 additions, 3 deletionspolkadot/node/subsystem-types/src/messages.rs
- polkadot/primitives/src/v1/mod.rs 7 additions, 0 deletionspolkadot/primitives/src/v1/mod.rs
- polkadot/runtime/kusama/src/lib.rs 11 additions, 0 deletionspolkadot/runtime/kusama/src/lib.rs
- polkadot/runtime/polkadot/src/lib.rs 11 additions, 0 deletionspolkadot/runtime/polkadot/src/lib.rs
- polkadot/runtime/rococo/src/lib.rs 10 additions, 2 deletionspolkadot/runtime/rococo/src/lib.rs
- polkadot/runtime/test-runtime/src/lib.rs 11 additions, 0 deletionspolkadot/runtime/test-runtime/src/lib.rs
- polkadot/runtime/westend/src/lib.rs 11 additions, 0 deletionspolkadot/runtime/westend/src/lib.rs
Please register or sign in to comment