Skip to content
Snippets Groups Projects
  • James Wilson's avatar
    Expose metadata-hash feature from polkadot crate (#4886) · 9fd7b432
    James Wilson authored
    
    Enabling this feature when building the `polkadot ` crate will lead it
    to being enabled for the builtin westend and rococo runtimes. The result
    of that is that a merkleized metadata hash will be computed (at some
    time cost) in those runtimes, which will allow transactions which
    include a hash via the `CheckMetadataHash` extension to work.
    
    The idea is that this is useful for being able to test/experiment with
    the `CheckMetadataHash` extension against local nodes.
    
    ---------
    
    Co-authored-by: command-bot <>
    Co-authored-by: default avatarBastian Köcher <git@kchr.de>
    Unverified
    9fd7b432
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using Cargo. Learn more