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

CheckMetadataHash extension backport to 1.2.0 #4575

Merged
merged 2 commits into from
May 27, 2024

Commits on May 24, 2024

  1. wasm-builder: Make it easier to build a WASM binary (#4177)

    Basically combines all the recommended calls into one
    `build_using_defaults()` call or `init_with_defaults()` when there are
    some custom changes required.
    bkchr committed May 24, 2024
    Configuration menu
    Copy the full SHA
    80db2cc View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Implement CheckMetadataHash extension (#4274)

    This implements the `CheckMetadataHash` extension as described in
    [RFC78](https://polkadot-fellows.github.io/RFCs/approved/0078-merkleized-metadata.html).
    
    Besides the signed extension, the `substrate-wasm-builder` is extended
    to support generating the metadata-hash.
    
    Closes: #291
    
    ---------
    
    Co-authored-by: Oliver Tale-Yazdi <[email protected]>
    Co-authored-by: joe petrowski <[email protected]>
    Co-authored-by: Liam Aharon <[email protected]>
    Co-authored-by: Kian Paimani <[email protected]>
    5 people committed May 25, 2024
    Configuration menu
    Copy the full SHA
    1b71533 View commit details
    Browse the repository at this point in the history