polkadot
polkadot copied to clipboard
Asynchronous Backing MegaPR
Closes #3779
Includes all asynchronous backing work.
#4786 #4790 #4913 #5557 #5711 #5999 and more
I think the ZombieNet tests are either failing either because: a) Cumulus can't build (check-dependent-cumulus is failing) b) ZombieNet is running with a vstaging runtime API but no vstaging network protocol. This is actually a nonsensical situation, so we should add a feature flag for the vstaging runtime APIs in whatever we're using for the ZombieNet tests.
This test is broken: https://github.com/paritytech/polkadot/blob/rh-async-backing-feature/zombienet_tests/async_backing/003-async-backing-collator-mix.zndsl#L8C15-L8C15 There is not charlie and dave in the TOML.
In test tests-async-backing-runtime-upgrade, the TOML is missing this:
[types.Header]
number = "u64"
parent_hash = "Hash"
post_state = "Hash"
I believe this is why it fails: createType(Header):: decodeU8aStruct: failed at 0x2347977b89bffa… on extrinsicsRoot (index 4/5): H256:: Expected input with 32 bytes (256 bits), found 7 bytes
bot merge
Error: "Check reviews" status is not passing for https://github.com/paritytech/cumulus/pull/2300
bot merge
Error: "Check reviews" status is not passing for https://github.com/paritytech/cumulus/pull/2300
bot merge