This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
election-provider: easier recovery from Phase::Emergency
#11472
Labels
J0-enhancement
An additional feature request.
U2-some_time_soon
Issue is worth doing soon.
Z2-medium
Can be fixed by a coder with good Rust knowledge but little knowledge of the codebase.
Z6-mentor
An easy task where a mentor is available. Please indicate in the issue who the mentor could be.
currently, if we go to
Phase::Emergency
, the only way out is governance:governance_fallback
submit_emergency_solution
Both of which need complicated governance process.
It might be reasonable to relax this. Basically, if the signed phase fails, it should simply just continue, and miners should still be allowed to submit signed submissions that meet all criteria. The difference however should be that in this case we process the signed submission on the fly. A correct submission should be fairly cheap, and a bad submission should be highly punished.
The text was updated successfully, but these errors were encountered: