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

Add support for metadata hash extension #2916

Merged
merged 19 commits into from
Sep 5, 2024
Merged

Conversation

noandrea
Copy link
Collaborator

What does it do?

Add support for metadata hash extension.

https://paritytech.github.io/polkadot-sdk/master/polkadot_sdk_docs/guides/enable_metadata_hash/index.html#integrating-metadata-hash-verification-into-your-runtime

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?

@noandrea noandrea added B7-runtimenoteworthy Changes should be noted in any runtime-upgrade release notes D3-trivial PR contains trivial changes in a runtime directory that do not require an audit breaking Needs to be mentioned in breaking changes labels Aug 27, 2024
Copy link
Contributor

github-actions bot commented Aug 28, 2024

WASM runtime size check:

Compared to target branch

Moonbase runtime: 2188 KB (no changes) ✅

Moonbeam runtime: 2120 KB (no changes) ✅

Moonriver runtime: 2128 KB (no changes) ✅

Compared to latest release (runtime-3101)

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

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

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

Copy link
Contributor

github-actions bot commented Aug 28, 2024

Coverage Report

@@                        Coverage Diff                        @@
##           master   noandrea-enable-metadata-hash      +/-   ##
=================================================================
- Coverage   80.92%                          80.90%   -0.02%     
  Files         286                             286              
+ Lines       81813                           81838      +25     
=================================================================
+ Hits        66205                           66206       +1     
+ Misses      15608                           15632      +24     
Files Changed Coverage
/node/service/src/lib.rs 61.90% (+0.03%) 🔼
/runtime/moonbase/build.rs 46.67% (-53.33%) 🔽
/runtime/moonbeam/build.rs 46.67% (-53.33%) 🔽
/runtime/moonriver/build.rs 46.67% (-53.33%) 🔽

Coverage generated Wed Sep 4 18:10:38 UTC 2024

@RomarQ RomarQ marked this pull request as ready for review September 2, 2024 19:43
@RomarQ RomarQ requested review from a team as code owners September 2, 2024 19:43
RomarQ
RomarQ previously approved these changes Sep 3, 2024
runtime/moonbase/build.rs Outdated Show resolved Hide resolved
runtime/moonbase/build.rs Outdated Show resolved Hide resolved
gonzamontiel
gonzamontiel previously approved these changes Sep 4, 2024
@RomarQ RomarQ merged commit f6b69a8 into master Sep 5, 2024
38 checks passed
@RomarQ RomarQ deleted the noandrea-enable-metadata-hash branch September 5, 2024 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B7-runtimenoteworthy Changes should be noted in any runtime-upgrade 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.

5 participants