robert
robert
We are going to use this issue for tracking progress on the PVF compilation time pre-checking. - [x] https://github.com/paritytech/substrate/issues/9605 - [x] https://github.com/paritytech/substrate/issues/9606 - [x] https://github.com/paritytech/cumulus/pull/517 - [x] https://github.com/paritytech/polkadot/issues/3720 - [x]...
@rphmeier One thing I noticed is that if a request recipient is dropping requests, the requests keep getting sent out, seemingly perpetually (I haven't dug into whether there's a limit...
The implementers' guide needs to be updated to reflect changes as a result of asynchronous backing changes. Descriptions should be high-level and not include many implementation details. - [ ]...
ref: https://substrate.stackexchange.com/questions/6418/how-to-cancel-or-delay-a-scheduled-parachain-runtime-upgrade It would be a good ease-of-use thing to cancel an upgrade, but not reset the timer on when the next upgrade can be applied.
re: https://github.com/paritytech/polkadot-sdk/issues/985 It would be nice to give a task the opportunity to observe a request for shutdown and forward that to various sub-tasks to give them an opportunity to...
re: https://github.com/paritytech/polkadot-sdk/issues/875 ## Block-based updates to fork-choice The `BlockImport` implementations of consensus engines currently have the option to determine the "fork choice strategy" for a new block B. But the...
For future updates, such as paritytech/polkadot-sdk#967, and paritytech/polkadot-sdk#968 we will need to be able to increase the versions of critical types. * CandidateDescriptor * CandidateReceipt * ValidationParams * ValidationOutputs *...
Not sure if this is the right place to post this, but I'm poking through the latest version of the paper at https://eprint.iacr.org/2016/199.pdf and I am confused by the instruction...
The bulk of the changes here should also apply to SASSAFRAS. ## High Level (feel free to skip ahead to the proposed modifications section) As a recap (more details paritytech/cumulus#2301),...