This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
Have network-specific critical flag for auto-updater #8392
Labels
F8-enhancement 🎊
An additional feature request.
M1-ci 🙉
Continuous integration.
Q2-easy 💃
Can be fixed by copy and pasting from StackOverflow.
Milestone
Currently we have a single
critical
flag defined inutil/version/Cargo.toml
.This is a pain if the update is critical on say kovan, but not on mainnet.
Instead we should store separate flags for each network and update https://github.com/paritytech/push-release to read those.
The text was updated successfully, but these errors were encountered: