-
Notifications
You must be signed in to change notification settings - Fork 46
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
(Do not merge) Remove migrations #810
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #810 +/- ##
==========================================
+ Coverage 65.63% 66.16% +0.52%
==========================================
Files 50 49 -1
Lines 11414 11288 -126
==========================================
- Hits 7492 7469 -23
+ Misses 3922 3819 -103 ☔ View full report in Codecov by Sentry. |
bc22834
to
074b784
Compare
pallet_contracts::NoopMigration<10>, | ||
pallet_contracts::NoopMigration<11>, | ||
pallet_contracts::NoopMigration<12>, |
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.
It's likely that the following change does the same job (other than debug printing the step):
pallet_contracts::NoopMigration<10>, | |
pallet_contracts::NoopMigration<11>, | |
pallet_contracts::NoopMigration<12>, |
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.
The NoopMigratoin
calls will set state to 12 when done. without it there will be no change.
Released from feature branch https://github.com/NodleCode/chain/tree/recover_testnet_2_4_1_recover as https://github.com/NodleCode/chain/releases/tag/2.4.1-rc1 |
No description provided.