Andrei Sandu
Andrei Sandu
The test should send multiple successful HTTP requests on the same connection and validate the API server does not close connection even for **error** responses.
The output of this should be an RFC that accounts that minimises breaking changes as much as possible and is future proof for breaking in case of future additions and...
Should be pretty similar to what we did for Async backing enablement, but also mention the need to use the flag in `https://github.com/paritytech/polkadot-sdk/issues/4467` for node side enablement.
Required for elastic scaling collators. When implementing this we should also remove the `elastic-scaling-experimental` feature flag.
On top of https://github.com/paritytech/polkadot-sdk/pull/5322 This is an additional check to prevent nodes from passing the v2 candidate descriptors in the runtime until it is enabled via the node feature. TODO:...
The injected core index was introduced to enable Elastic Scaling MVP as well as to fix a bug that prevented parachains to make progress if they had more than one...
This is the list of tasks to be completed for launching elastic scaling on Polkadot: - [x] https://github.com/paritytech/polkadot-sdk/pull/6452 - [x] https://github.com/paritytech/polkadot-sdk/pull/6739 - [x] https://github.com/paritytech/polkadot-sdk/issues/6442 - [x] Release `stable2412` which includes...
Currently we run relay chain with a max PoV size of 5MB on Polkadot/Kusama. We've recently discovered during benchmarking that the storage proof overhead increases significantly with the number of...
closes https://github.com/paritytech/polkadot-sdk/issues/5044 This PR switches the runtime to the new receipts format (vstaging primitives). I've implemented `From` to convert from new primitives to `v7` primitives and used them in the...
On the node side: - Use v2 receipts, guarded by some rust feature or relay chain feature bit - Compute core index for receipts - expose claim queue offset value...