[FRAME] Enum UpgradeCheckSelect
should be a bit flag #2015
Open
Description
This enum could also get a new variant for the new DecodeState
check. Then it becomes impractical to not use a bit flag:
pub enum UpgradeCheckSelect {
None,
All,
PreAndPost,
TryState,
}
(Easy issue good for newcomers.)
Metadata
Assignees
Labels
Type
Projects
Status
Backlog