Pass indices in serialized form (#318)
* Pass indices in serialized form * Fix indentation and remove panic * Fix tests and other code * Remove unique voters tracking * Restore validator group check * Fix lock file * Add test * Add attestation sorting * Add validation to the check_candidate function * Update codec version one more time * Remove patch versions
Showing
- polkadot/Cargo.lock 65 additions, 62 deletionspolkadot/Cargo.lock
- polkadot/primitives/Cargo.toml 3 additions, 1 deletionpolkadot/primitives/Cargo.toml
- polkadot/primitives/src/parachain.rs 4 additions, 1 deletionpolkadot/primitives/src/parachain.rs
- polkadot/runtime/Cargo.toml 1 addition, 1 deletionpolkadot/runtime/Cargo.toml
- polkadot/runtime/src/parachains.rs 71 additions, 17 deletionspolkadot/runtime/src/parachains.rs
- polkadot/test-parachains/adder/Cargo.toml 1 addition, 1 deletionpolkadot/test-parachains/adder/Cargo.toml
- polkadot/validation/Cargo.toml 1 addition, 0 deletionspolkadot/validation/Cargo.toml
- polkadot/validation/src/shared_table/mod.rs 21 additions, 8 deletionspolkadot/validation/src/shared_table/mod.rs
Please register or sign in to comment