leonardocustodio / polkadart

Polkadart provides developers the ability to query a node and interact with the Polkadot or Substrate chains using Dart.
Apache License 2.0
23 stars 14 forks source link

Support `CheckMetadata` signed extension #454

Open clangenb opened 3 months ago

clangenb commented 3 months ago

I have introduced a hacky way for it to hotfix our setup here: https://github.com/encointer/polkadart/tree/cl/add-checkmetadata-extension

Maybe I have some time soon to properly implement this and upstream, but I am not sure when.

leonardocustodio commented 3 months ago

Hello @clangenb , thank you for the heads up. May I ask is that a new Polkadot/Kusama signed extension? Or that's from another chain?

clangenb commented 3 months ago

It is on Kusama since today, runtime release v1.2.5, and on all system chains. It will come to polkadot with the next runtime upgrade.