Runtime API for historical validation code (#1893)
* fix: ensure candidate validation gets code based on occupied core assumption * guide: runtime API for historical validation code * add historical runtime API * integrate into runtime API subsystem * remove blocked TODO * fix service build: enable notifications protocol only under real overseer * Update node/subsystem/src/messages.rs Co-authored-by:Sergei Shulepov <sergei@parity.io> * fix compilation Co-authored-by:
Robert Habermeier <robert@Roberts-MacBook-Pro.local> Co-authored-by:
Sergei Shulepov <sergei@parity.io>
Showing
- polkadot/node/core/candidate-validation/src/lib.rs 3 additions, 3 deletionspolkadot/node/core/candidate-validation/src/lib.rs
- polkadot/node/core/runtime-api/src/lib.rs 85 additions, 0 deletionspolkadot/node/core/runtime-api/src/lib.rs
- polkadot/node/subsystem/src/messages.rs 10 additions, 0 deletionspolkadot/node/subsystem/src/messages.rs
- polkadot/primitives/src/v1.rs 9 additions, 1 deletionpolkadot/primitives/src/v1.rs
- polkadot/roadmap/implementers-guide/src/node/approval/approval-voting.md 1 addition, 1 deletion...p/implementers-guide/src/node/approval/approval-voting.md
- polkadot/roadmap/implementers-guide/src/runtime-api/historical_validation_code.md 7 additions, 0 deletions...nters-guide/src/runtime-api/historical_validation_code.md
- polkadot/roadmap/implementers-guide/src/types/overseer-protocol.md 3 additions, 1 deletion...roadmap/implementers-guide/src/types/overseer-protocol.md
- polkadot/runtime/kusama/src/lib.rs 5 additions, 1 deletionpolkadot/runtime/kusama/src/lib.rs
- polkadot/runtime/parachains/src/runtime_api_impl/v1.rs 8 additions, 0 deletionspolkadot/runtime/parachains/src/runtime_api_impl/v1.rs
- polkadot/runtime/polkadot/src/lib.rs 4 additions, 0 deletionspolkadot/runtime/polkadot/src/lib.rs
- polkadot/runtime/rococo/src/lib.rs 6 additions, 0 deletionspolkadot/runtime/rococo/src/lib.rs
- polkadot/runtime/test-runtime/src/lib.rs 7 additions, 0 deletionspolkadot/runtime/test-runtime/src/lib.rs
- polkadot/runtime/westend/src/lib.rs 4 additions, 0 deletionspolkadot/runtime/westend/src/lib.rs
Please register or sign in to comment