paritytech / txwrapper-core

Tools for FRAME chain builders to publish chain specific offline transaction generation libraries.
https://paritytech.github.io/txwrapper-core/
Apache License 2.0
77 stars 28 forks source link

Add support to the new signed extension "CheckMetadataHash" #376

Closed IkerAlus closed 3 months ago

IkerAlus commented 4 months ago

Most likely, Polkadot runtime v1.2.4 will add the new signed extension CheckMetadataHash. This will be supported by PJS soon with https://github.com/polkadot-js/api/pull/5882.

Hence, txwrapper-core should allow to set the optional signed extension as an input argument of the extrinsic building methods.

bkchr commented 4 months ago

No, it will not come with 1.2.4 ;) But with the one afterwards!