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

Remove old migrations and clear pallet storage #1352

Merged
merged 5 commits into from
Aug 27, 2024
Merged

Conversation

maltekliemann
Copy link
Member

What does it do?

Removes old migrations and clears the storage of all previously removed pallets.

What important points should reviewers know?

Is there something left for follow-up PRs?

What alternative implementations were considered?

Are there relevant PRs or issues?

References

@maltekliemann maltekliemann added the s:review-needed The pull request requires reviews label Aug 12, 2024
@maltekliemann maltekliemann added this to the v0.5.5 milestone Aug 12, 2024
@maltekliemann maltekliemann added s:blocked The pull requests awaits resolution of dependencies (state what it depends on) s:on-hold Work on the pull request has been paused and removed s:blocked The pull requests awaits resolution of dependencies (state what it depends on) labels Aug 12, 2024
@codecov-commenter
Copy link

codecov-commenter commented Aug 12, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.21%. Comparing base (ae0afe9) to head (11fb96a).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1352      +/-   ##
==========================================
- Coverage   93.26%   93.21%   -0.05%     
==========================================
  Files         133      132       -1     
  Lines       29721    29360     -361     
==========================================
- Hits        27718    27368     -350     
+ Misses       2003     1992      -11     
Flag Coverage Δ
tests 93.21% <ø> (-0.05%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@maltekliemann maltekliemann added s:review-needed The pull request requires reviews and removed s:review-needed The pull request requires reviews labels Aug 12, 2024
@mergify mergify bot added s:in-progress The pull requests is currently being worked on and removed s:on-hold Work on the pull request has been paused s:review-needed The pull request requires reviews labels Aug 12, 2024
@maltekliemann maltekliemann added s:on-hold Work on the pull request has been paused s:review-needed The pull request requires reviews and removed s:in-progress The pull requests is currently being worked on labels Aug 12, 2024
@maltekliemann maltekliemann self-assigned this Aug 12, 2024
Copy link
Contributor

mergify bot commented Aug 19, 2024

This pull request is now in conflicts. Could you fix it @maltekliemann? 🙏

@mergify mergify bot added s:revision-needed The pull requests must be revised and removed s:review-needed The pull request requires reviews labels Aug 19, 2024
@maltekliemann maltekliemann added s:review-needed The pull request requires reviews and removed s:revision-needed The pull requests must be revised s:on-hold Work on the pull request has been paused labels Aug 19, 2024
@mergify mergify bot added s:in-progress The pull requests is currently being worked on and removed s:review-needed The pull request requires reviews labels Aug 19, 2024
@maltekliemann maltekliemann added s:review-needed The pull request requires reviews and removed s:in-progress The pull requests is currently being worked on labels Aug 19, 2024
@maltekliemann maltekliemann removed the s:review-needed The pull request requires reviews label Aug 19, 2024
@mergify mergify bot added the s:in-progress The pull requests is currently being worked on label Aug 19, 2024
@maltekliemann maltekliemann added s:review-needed The pull request requires reviews s:on-hold Work on the pull request has been paused and removed s:in-progress The pull requests is currently being worked on labels Aug 19, 2024
Copy link
Member

@Chralt98 Chralt98 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Tested try-runtime on Battery Station to figure out how much weight it took. It was about 2% which is fine. However, couldn't test try-runtime on main-net. Since the storage is different there, we could probably wait, but since all related pallets do not have a major amount of storage values, I think we are fine.

@maltekliemann maltekliemann added s:accepted This pull request is ready for merge and removed s:on-hold Work on the pull request has been paused s:review-needed The pull request requires reviews labels Aug 27, 2024
@mergify mergify bot added s:review-needed The pull request requires reviews and removed s:review-needed The pull request requires reviews labels Aug 27, 2024
@mergify mergify bot merged commit 16dae64 into main Aug 27, 2024
14 checks passed
@mergify mergify bot deleted the mkl-clear-pallets branch August 27, 2024 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s:accepted This pull request is ready for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants