runtime: past session slashing runtime API (#6667)
* runtime/vstaging: unapplied_slashes runtime API * runtime/vstaging: key_ownership_proof runtime API * runtime/ParachainHost: submit_report_dispute_lost * fix key_ownership_proof API * runtime: submit_report_dispute_lost runtime API * nits * Update node/subsystem-types/src/messages.rs Co-authored-by:Marcin S. <marcin@bytedude.com> * revert unrelated fmt changes * post merge fixes * fix compilation --------- Co-authored-by:
Marcin S. <marcin@bytedude.com>
Showing
- polkadot/node/core/runtime-api/src/cache.rs 59 additions, 5 deletionspolkadot/node/core/runtime-api/src/cache.rs
- polkadot/node/core/runtime-api/src/lib.rs 71 additions, 24 deletionspolkadot/node/core/runtime-api/src/lib.rs
- polkadot/node/subsystem-types/src/messages.rs 28 additions, 1 deletionpolkadot/node/subsystem-types/src/messages.rs
- polkadot/node/subsystem-types/src/runtime_client.rs 54 additions, 1 deletionpolkadot/node/subsystem-types/src/runtime_client.rs
- polkadot/primitives/src/runtime_api.rs 22 additions, 4 deletionspolkadot/primitives/src/runtime_api.rs
- polkadot/primitives/src/vstaging/mod.rs 1 addition, 0 deletionspolkadot/primitives/src/vstaging/mod.rs
- polkadot/primitives/src/vstaging/slashing.rs 99 additions, 0 deletionspolkadot/primitives/src/vstaging/slashing.rs
- polkadot/runtime/parachains/src/disputes/slashing.rs 18 additions, 56 deletionspolkadot/runtime/parachains/src/disputes/slashing.rs
- polkadot/runtime/parachains/src/disputes/slashing/benchmarking.rs 1 addition, 0 deletions.../runtime/parachains/src/disputes/slashing/benchmarking.rs
- polkadot/runtime/parachains/src/runtime_api_impl/vstaging.rs 29 additions, 0 deletionspolkadot/runtime/parachains/src/runtime_api_impl/vstaging.rs
- polkadot/runtime/rococo/src/lib.rs 28 additions, 2 deletionspolkadot/runtime/rococo/src/lib.rs
- polkadot/runtime/westend/src/lib.rs 31 additions, 3 deletionspolkadot/runtime/westend/src/lib.rs
Please register or sign in to comment