Adds an offchain call to submit double vote reports (#966)
* Adds an offchain call to submit double vote reports * Some tweaks * Remove unnecessary IdentifyAccount impls * Adds ValidateDoubleVoteReports to test runtime * sp-application-crypto is only a dev dependency
Showing
- polkadot/Cargo.lock 1 addition, 0 deletionspolkadot/Cargo.lock
- polkadot/primitives/src/parachain.rs 11 additions, 0 deletionspolkadot/primitives/src/parachain.rs
- polkadot/runtime/common/Cargo.toml 1 addition, 0 deletionspolkadot/runtime/common/Cargo.toml
- polkadot/runtime/common/src/parachains.rs 77 additions, 3 deletionspolkadot/runtime/common/src/parachains.rs
- polkadot/runtime/common/src/registrar.rs 57 additions, 1 deletionpolkadot/runtime/common/src/registrar.rs
- polkadot/runtime/kusama/src/lib.rs 45 additions, 2 deletionspolkadot/runtime/kusama/src/lib.rs
- polkadot/runtime/polkadot/src/lib.rs 45 additions, 2 deletionspolkadot/runtime/polkadot/src/lib.rs
- polkadot/runtime/test-runtime/src/lib.rs 48 additions, 3 deletionspolkadot/runtime/test-runtime/src/lib.rs
- polkadot/runtime/westend/src/lib.rs 47 additions, 2 deletionspolkadot/runtime/westend/src/lib.rs
Please register or sign in to comment