Skip to content
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

Closed
wants to merge 3 commits into from
Closed

Conversation

simonsso
Copy link
Contributor

No description provided.

Copy link

codecov bot commented Dec 19, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (8280d64) 65.63% compared to head (23cf9b5) 66.16%.

Files Patch % Lines
runtimes/eden/src/lib.rs 0.00% 1 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

@simonsso simonsso force-pushed the iso_recover_testnet_rev_27 branch from bc22834 to 074b784 Compare December 19, 2023 03:49
Comment on lines +222 to +224
pallet_contracts::NoopMigration<10>,
pallet_contracts::NoopMigration<11>,
pallet_contracts::NoopMigration<12>,
Copy link
Contributor

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):

Suggested change
pallet_contracts::NoopMigration<10>,
pallet_contracts::NoopMigration<11>,
pallet_contracts::NoopMigration<12>,

Copy link
Contributor Author

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.

@simonsso
Copy link
Contributor Author

@simonsso simonsso closed this Dec 20, 2023
@simonsso simonsso deleted the iso_recover_testnet_rev_27 branch December 20, 2023 04:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants