paritytech / canvas

Node implementation for Canvas ‒ a Substrate parachain for smart contracts.
GNU General Public License v3.0
68 stars 21 forks source link

Fix `spec_version` #92

Closed cmichi closed 3 years ago

cmichi commented 3 years ago

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.