robert

Results 54 issues of 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...

F4-tests
T1-Parachains-Engineering

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...

A3-inprogress

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...

F3-annoyance
T1-Parachains-Engineering

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...

A0-pleasereview

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...

F2-bug
T2-Parachains-Protocol

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...

S0-design
T5-parachains_protocol

If the runtime API version indicates that asynchronous backing is supported, we should handle more advertisements and second more candidates.

F6-refactor
T2-Parachains-Protocol

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...

F7-optimisation
T2-Parachains-Protocol

'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....

F6-refactor
T1-Parachains-Engineering

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...

F7-optimisation