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.6.0 #4581

Merged
merged 2 commits into from
May 27, 2024

Commits on May 23, 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 23, 2024
    Configuration menu
    Copy the full SHA
    d67acbe View commit details
    Browse the repository at this point in the history

Commits on May 24, 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 <oliver.tale-yazdi@parity.io>
    Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
    Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
    Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
    5 people committed May 24, 2024
    Configuration menu
    Copy the full SHA
    c907941 View commit details
    Browse the repository at this point in the history