This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Sweep runtime for panics #668
Labels
I2-security
The client fails to follow expected, security-sensitive, behaviour.
Milestone
The runtime should not be able to panic except under circumstances that are statically analysable.
Basically, this means once any necessary inherent extrinsics have been determined to be present and valid, and once the transaction extrinsics have been determined to be properly signed and coming from accounts with the correct nonce and that can afford to pay for them, then
execute_block
MUST NEVER PANIC.The text was updated successfully, but these errors were encountered: