inherent disputes: remove per block initializer and disputes timeout event (#6937)
* Limit disputes weight and remove initializer code Signed-off-by:Andrei Sandu <andrei-mihail@parity.io> * const Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * remove timeout test Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * review feedback #1 Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Remove the new weight limiting for disputes Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * cargo lock Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Remove dispute_conclusion_by_time_out_period Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Enable migrations Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Update guide Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Fix comment Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * More guide fixes Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Also migrate pending configs Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fix build Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fix test Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> --------- Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io>
Showing
- polkadot/roadmap/implementers-guide/src/disputes-flow.md 0 additions, 1 deletionpolkadot/roadmap/implementers-guide/src/disputes-flow.md
- polkadot/roadmap/implementers-guide/src/protocol-disputes.md 1 addition, 1 deletionpolkadot/roadmap/implementers-guide/src/protocol-disputes.md
- polkadot/roadmap/implementers-guide/src/runtime/disputes.md 1 addition, 1 deletionpolkadot/roadmap/implementers-guide/src/runtime/disputes.md
- polkadot/roadmap/implementers-guide/src/types/runtime.md 0 additions, 2 deletionspolkadot/roadmap/implementers-guide/src/types/runtime.md
- polkadot/runtime/kusama/src/lib.rs 1 addition, 0 deletionspolkadot/runtime/kusama/src/lib.rs
- polkadot/runtime/parachains/src/configuration.rs 0 additions, 19 deletionspolkadot/runtime/parachains/src/configuration.rs
- polkadot/runtime/parachains/src/configuration/migration.rs 107 additions, 86 deletionspolkadot/runtime/parachains/src/configuration/migration.rs
- polkadot/runtime/parachains/src/configuration/tests.rs 0 additions, 6 deletionspolkadot/runtime/parachains/src/configuration/tests.rs
- polkadot/runtime/parachains/src/disputes.rs 3 additions, 24 deletionspolkadot/runtime/parachains/src/disputes.rs
- polkadot/runtime/parachains/src/disputes/tests.rs 0 additions, 125 deletionspolkadot/runtime/parachains/src/disputes/tests.rs
- polkadot/runtime/polkadot/src/lib.rs 1 addition, 0 deletionspolkadot/runtime/polkadot/src/lib.rs
- polkadot/runtime/rococo/src/lib.rs 1 addition, 1 deletionpolkadot/runtime/rococo/src/lib.rs
- polkadot/runtime/westend/src/lib.rs 1 addition, 0 deletionspolkadot/runtime/westend/src/lib.rs
Please register or sign in to comment