robert
robert
> Should we start fetching a collation if there exists some backed parent? Yes > If yes, what should we do in backing with the rest parent-sedonded placements? I'm not...
The dependency on timestamp was used to perform the check that the `Timestamp` set by the block author is in alignment with the slot selected by the author. e.g. to...
Thanks for clarifying!
Yeah, I think the way we'd do this is add a `Request::METHODBeforeVersionX` or something of the kind.
related to #5048
Yes, we can build higher-level timeout logic on top. The main goal is to do stuff like exponential back-off on requests and attempts and start with low timeouts with certain...
It may be useful in #5999, for instance. Exponential back-off or other back-offs are useful in general as a tool in networking protocols, so it's good to make sure the...
I find the apparent bimodal distribution of Approval-Distribution ToFs quite curious; that is, the gap between messages that arrive instantly and those which are delayed. It makes me wonder if...
questions on my mind: * how are the slow ToFs distributed across machines? i.e. do we see roughly the same ToF graph on all machines or are a few of...
> https://github.com/paritytech/polkadot/blob/0bc8fddc19a628fd304a170c6a5f3c1cdd771b72/node/core/approval-voting/src/lib.rs#L1008 It's worth noting that the `BecomeActive` logic only gets triggered once during a node's lifetime - that is, when it first gets into sync. It should be unbounded...