scs / substrate-api-client

Library for connecting to substrate API over WebSockets
Apache License 2.0
260 stars 124 forks source link

Investigate: Support Merkleized Metadata #777

Open Niederb opened 5 months ago

Niederb commented 5 months ago

RFC-0078 Merkelized Metadata proposes to include a metadata hash in the extrinsic signature to improve trust in the protocol: https://polkadot-fellows.github.io/RFCs/approved/0078-merkleized-metadata.html

Open questions

masapr commented 5 months ago

I created a new issue #778 for the up-to-date images

haerdib commented 2 months ago

Link to Code of Parity: https://github.com/paritytech/polkadot-sdk/blob/master/substrate/frame/metadata-hash-extension/src/lib.rs#L105