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

feat: Enable storage weight reclaiming #2931

Merged
merged 10 commits into from
Sep 4, 2024
Merged

feat: Enable storage weight reclaiming #2931

merged 10 commits into from
Sep 4, 2024

Conversation

RomarQ
Copy link
Contributor

@RomarQ RomarQ commented Sep 3, 2024

What does it do?

Enables storage weight reclaiming

https://paritytech.github.io/polkadot-sdk/master/polkadot_sdk_docs/guides/enable_pov_reclaim/index.html

What important points reviewers should know?

Is there something left for follow-up PRs?

What alternative implementations were considered?

Are there relevant PRs or issues in other repositories (Substrate, Polkadot, Frontier, Cumulus)?

What value does it bring to the blockchain users?

@RomarQ RomarQ added B5-clientnoteworthy Changes should be mentioned in any downstream projects' release notes B7-runtimenoteworthy Changes should be noted in any runtime-upgrade release notes breaking Needs to be mentioned in breaking changes labels Sep 3, 2024
@RomarQ RomarQ added the D3-trivial PR contains trivial changes in a runtime directory that do not require an audit label Sep 3, 2024
Copy link
Contributor

github-actions bot commented Sep 3, 2024

WASM runtime size check:

Compared to target branch

Moonbase runtime: 2176 KB (no changes) ✅

Moonbeam runtime: 2120 KB (no changes) ✅

Moonriver runtime: 2120 KB (no changes) ✅

Compared to latest release (runtime-3101)

Moonbase runtime: 2176 KB (+2176 KB compared to latest release) ⚠️

Moonbeam runtime: 2120 KB (+144 KB compared to latest release) ⚠️

Moonriver runtime: 2120 KB (+2120 KB compared to latest release) ⚠️

Copy link
Contributor

github-actions bot commented Sep 3, 2024

Coverage Report

@@                   Coverage Diff                    @@
##           master   rq/enable_pov_reclaim     +/-   ##
========================================================
  Coverage   80.92%                  80.92%   0.00%     
  Files         286                     286             
- Lines       81813                   81805      -8     
========================================================
- Hits        66205                   66197      -8     
  Misses      15608                   15608             
Files Changed Coverage
/node/service/src/lib.rs 61.90% (+0.03%) 🔼

Coverage generated Wed Sep 4 16:39:32 UTC 2024

@RomarQ RomarQ removed the B7-runtimenoteworthy Changes should be noted in any runtime-upgrade release notes label Sep 4, 2024
Cargo.toml Show resolved Hide resolved
librelois
librelois previously approved these changes Sep 4, 2024
gonzamontiel
gonzamontiel previously approved these changes Sep 4, 2024
@RomarQ RomarQ dismissed stale reviews from gonzamontiel and librelois via 1542cdb September 4, 2024 15:58
@RomarQ RomarQ merged commit a8ca4d3 into master Sep 4, 2024
38 checks passed
@RomarQ RomarQ deleted the rq/enable_pov_reclaim branch September 4, 2024 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B5-clientnoteworthy Changes should be mentioned in any downstream projects' release notes breaking Needs to be mentioned in breaking changes D3-trivial PR contains trivial changes in a runtime directory that do not require an audit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants