Closed cmichi closed 3 years ago
As part of https://github.com/paritytech/canvas/pull/78 we did reset the spec_version.
spec_version
We shouldn't have done this though since the type definitions for polkadot-js (here) contain different types for the spec_version's [0, 8]. So currently e.g. the polkadot-js UI tries to use those "old" types again.
[0, 8]
As part of https://github.com/paritytech/canvas/pull/78 we did reset the
spec_version
.We shouldn't have done this though since the type definitions for polkadot-js (here) contain different types for the
spec_version
's[0, 8]
. So currently e.g. the polkadot-js UI tries to use those "old" types again.