Add dispute types and change InclusionInherent to ParasInherent (#2791)
* dispute types * add Debug to dispute primitives in std and InherentData * use ParachainsInherentData on node-side * change inclusion_inherent to paras_inherent * RuntimeDebug * add type parameter to PersistedValidationData users * fix test client * spaces * fix collation-generation test * fix provisioner tests * remove references to inclusion inherent
parent
7a2e1ef6
Showing
- polkadot/node/collation-generation/src/lib.rs 1 addition, 1 deletionpolkadot/node/collation-generation/src/lib.rs
- polkadot/node/core/proposer/src/lib.rs 16 additions, 11 deletionspolkadot/node/core/proposer/src/lib.rs
- polkadot/node/core/provisioner/src/lib.rs 8 additions, 4 deletionspolkadot/node/core/provisioner/src/lib.rs
- polkadot/node/core/provisioner/src/tests.rs 2 additions, 2 deletionspolkadot/node/core/provisioner/src/tests.rs
- polkadot/node/subsystem/src/messages.rs 11 additions, 5 deletionspolkadot/node/subsystem/src/messages.rs
- polkadot/node/test/client/src/block_builder.rs 12 additions, 10 deletionspolkadot/node/test/client/src/block_builder.rs
- polkadot/primitives/src/v1.rs 97 additions, 8 deletionspolkadot/primitives/src/v1.rs
- polkadot/runtime/kusama/src/lib.rs 1 addition, 1 deletionpolkadot/runtime/kusama/src/lib.rs
- polkadot/runtime/parachains/src/inclusion.rs 2 additions, 2 deletionspolkadot/runtime/parachains/src/inclusion.rs
- polkadot/runtime/parachains/src/lib.rs 1 addition, 1 deletionpolkadot/runtime/parachains/src/lib.rs
- polkadot/runtime/parachains/src/mock.rs 1 addition, 1 deletionpolkadot/runtime/parachains/src/mock.rs
- polkadot/runtime/parachains/src/paras_inherent.rs 79 additions, 52 deletionspolkadot/runtime/parachains/src/paras_inherent.rs
- polkadot/runtime/parachains/src/runtime_api_impl/v1.rs 3 additions, 3 deletionspolkadot/runtime/parachains/src/runtime_api_impl/v1.rs
- polkadot/runtime/parachains/src/util.rs 3 additions, 3 deletionspolkadot/runtime/parachains/src/util.rs
- polkadot/runtime/polkadot/src/lib.rs 1 addition, 1 deletionpolkadot/runtime/polkadot/src/lib.rs
- polkadot/runtime/rococo/src/lib.rs 4 additions, 4 deletionspolkadot/runtime/rococo/src/lib.rs
- polkadot/runtime/test-runtime/src/lib.rs 4 additions, 4 deletionspolkadot/runtime/test-runtime/src/lib.rs
- polkadot/runtime/westend/src/lib.rs 1 addition, 1 deletionpolkadot/runtime/westend/src/lib.rs
Please register or sign in to comment