-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cadence 1.0 state migrations: Update to new static types migration #5286
Cadence 1.0 state migrations: Update to new static types migration #5286
Conversation
934b155
to
9b88742
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## feature/stable-cadence #5286 +/- ##
==========================================================
- Coverage 55.63% 48.49% -7.14%
==========================================================
Files 1003 169 -834
Lines 96739 14984 -81755
==========================================================
- Hits 53821 7267 -46554
+ Misses 38873 7215 -31658
+ Partials 4045 502 -3543
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
nil, | ||
nil, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: here we'll probably want to read in a CSV file. Maybe this can be a flag?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Work towards onflow/cadence#3007
Add a utility code to easily define static type migration rules through a CSV file with Cadence syntax