chevdor / subwasm

Subwasm is a cli utility to look inside a Substrate WASM Runtime. It can inspect and compare the metadata of Substrate based runtimes such as Polkadot or Kusama.
MIT License
62 stars 25 forks source link

Update for latest V14 support #17

Closed chevdor closed 3 years ago

chevdor commented 3 years ago

subwasm 0.1.4.0 has been built using an older version of the V14 dependencies. It works for some V14 runtimes but not the latest ones such as what is produced in master for Polkadot or Cumulus. We need subwasm to be updated to support those and be integrated back to srtool.

Here are some examples of V14 runtimes that currently fail loading.

v14.zip

chevdor commented 3 years ago

Fixed in #18