-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
featureThis issue introduces new behaviorThis issue introduces new behaviorpriority:mediumThis issue should be worked on progressively but does not need consistent immediate attentionThis issue should be worked on progressively but does not need consistent immediate attention
Description
Summary
Checks like global-storage-includes
essentially map a criterion over the entirety of the ledger. This makes sense when the migration is not intended to in fact mutate anything. However, ultimately, framework upgrade migrations will necessarily change state.
For this, and possibly unforeseen other reasons, these naively written checks need to be parameterized—allow for filtering, modulating, etc.
Metadata
Metadata
Assignees
Labels
featureThis issue introduces new behaviorThis issue introduces new behaviorpriority:mediumThis issue should be worked on progressively but does not need consistent immediate attentionThis issue should be worked on progressively but does not need consistent immediate attention