robert
robert
The test is simple: start a 2-node testnet with 1 parachain, where one node runs `master` and the other runs the asynchronous backing feature branch. Set the group size to...
https://github.com/paritytech/polkadot/pull/5618 is obsoleted by this and #5991 Closes #5055 by implementing the new protocol described in the issue comment. The high-level of the goals of the networking changes for asynchronous...
At the moment, the maximum timeout and response size are set for the entire request/response protocol. In fact, when the request is made with enough context it should be possible...
This PR extracts statement distribution to its own module, in code that was itself extracted from PR #5999 . This makes use of the compatibility layer for V2/V1 statement distribution...
https://github.com/paritytech/polkadot/blob/c1a8115271ff5542bd3ec827d2791714b625417c/node/network/collator-protocol/src/collator_side/mod.rs#L518-L533 is only invoked here, after a collation has been sent to the collator-protocol subsystem https://github.com/paritytech/polkadot/blob/c1a8115271ff5542bd3ec827d2791714b625417c/node/network/collator-protocol/src/collator_side/mod.rs#L392-L404 If there is no collation for some time, an outdated connection request will remain...
Based on the original work done by @gavofyork in 2019: [#341](https://github.com/paritytech/polkadot/pull/341) Board: https://github.com/orgs/paritytech/projects/67 ## Background and Motivation Polkadot currently only supports parachains, running leases of between 6-24 months. Kusama leases...
If the runtime API version indicates that asynchronous backing is supported, we should handle more advertisements and second more candidates.
From https://github.com/paritytech/polkadot/issues/5054#issuecomment-1105711569 : > We could relax this somewhat to fetch & second collations that are built on top of a Seconded candidate which we've validated locally, but that'd be...
'have one joint and oil it well' - subsystems should be aware (at a high level) of which runtime API version they're running code against and should dispatch requests appropriately....
Right now, cores only allow for one parachain block to be backed & made available at a time. We could increase the throughput of the network by increasing this. Coupled...