Moare fixes for parachains (#1911)
* Moare fixes for parachains - Sending data to a job should always contain a relay parent. Done this for the provisioner - Fixed the `select_availability_bitfields` function. It was assuming we have one core per validator, while we only have one core per parachain. - Drive by async "rewrite" in proposer * Make tests compile * Update primitives/src/v1.rs Co-authored-by:Peter Goodspeed-Niklaus <coriolinus@users.noreply.github.com> Co-authored-by:
Peter Goodspeed-Niklaus <coriolinus@users.noreply.github.com>
Showing
- polkadot/Cargo.lock 1 addition, 3 deletionspolkadot/Cargo.lock
- polkadot/node/core/backing/src/lib.rs 5 additions, 0 deletionspolkadot/node/core/backing/src/lib.rs
- polkadot/node/core/proposer/Cargo.toml 1 addition, 1 deletionpolkadot/node/core/proposer/Cargo.toml
- polkadot/node/core/proposer/src/lib.rs 13 additions, 27 deletionspolkadot/node/core/proposer/src/lib.rs
- polkadot/node/core/provisioner/Cargo.toml 0 additions, 2 deletionspolkadot/node/core/provisioner/Cargo.toml
- polkadot/node/core/provisioner/src/lib.rs 67 additions, 61 deletionspolkadot/node/core/provisioner/src/lib.rs
- polkadot/node/core/provisioner/src/tests.rs 70 additions, 27 deletionspolkadot/node/core/provisioner/src/tests.rs
- polkadot/node/network/bitfield-distribution/src/lib.rs 10 additions, 7 deletionspolkadot/node/network/bitfield-distribution/src/lib.rs
- polkadot/node/subsystem/src/messages.rs 2 additions, 2 deletionspolkadot/node/subsystem/src/messages.rs
- polkadot/primitives/src/v1.rs 5 additions, 0 deletionspolkadot/primitives/src/v1.rs
- polkadot/statement-table/src/generic.rs 1 addition, 1 deletionpolkadot/statement-table/src/generic.rs
Please register or sign in to comment