w3f / polkadot-spec

The Polkadot Protocol Specification
https://spec.polkadot.network
Creative Commons Attribution Share Alike 4.0 International
180 stars 70 forks source link

state_version should be an u8 and not u32 #569

Closed radkomih closed 2 years ago

radkomih commented 2 years ago

Hi there, There is a mismatch between the current spec and the implementation (Substrate):

The state_version should be an u8 and not u32.

Here is the related issue: https://github.com/paritytech/substrate/issues/12564

bkchr commented 2 years ago

Ty @radkomih.