You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Currently overly frequent code upgrades for a parachain are handled later than they should be, this could have negative side effects for other participants.
Proposed solution:
move the time check earlier up
optional: also move the validity from fn process_candidates check further up, to avoid invalid code upgrades starving proper code upgrades
The text was updated successfully, but these errors were encountered:
Currently overly frequent code upgrades for a parachain are handled later than they should be, this could have negative side effects for other participants.
Proposed solution:
fn process_candidates
check further up, to avoid invalid code upgrades starving proper code upgradesThe text was updated successfully, but these errors were encountered: