Fix bitfield signing (#1466)
* Apply suggestions from #1364 code review - use CoreState, not CoreOccupied - query for availability chunks, not the whole PoV - create a stub `fn availability_cores` * link to issue documenting unimplemented * implement get_availability_cores by adding a new runtime api request * back out an unrelated change properly part of #1404 * av-store: handle QueryChunkAvailability * simplify QueryDataAvailability * remove extraneous whitespace * compact primitive imports
parent
756f95c4
Showing
- polkadot/node/core/av-store/src/lib.rs 6 additions, 8 deletionspolkadot/node/core/av-store/src/lib.rs
- polkadot/node/core/bitfield-signing/src/lib.rs 47 additions, 37 deletionspolkadot/node/core/bitfield-signing/src/lib.rs
- polkadot/node/subsystem/src/messages.rs 9 additions, 1 deletionpolkadot/node/subsystem/src/messages.rs
Please register or sign in to comment