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.7.0 #4579

Merged
merged 2 commits into from
May 28, 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
    105237a View commit details
    Browse the repository at this point in the history
  2. 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 23, 2024
    Configuration menu
    Copy the full SHA
    50e767d View commit details
    Browse the repository at this point in the history