Skip to content

Commit

Permalink
Align RuntimeSpec version with the parachain (#130)
Browse files Browse the repository at this point in the history
Co-authored-by: Gaudenz Kessler <gaudenz.kessler@scs.ch>
  • Loading branch information
gaudenzkessler and gkessler-scs authored Jun 15, 2022
1 parent 2217a0d commit c6fdd83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
/// Version of the runtime specification. A full-node will not attempt to use its native
/// runtime in substitute for the on-chain Wasm runtime unless all of `spec_name`,
/// `spec_version` and `authoring_version` are the same between Wasm and native.
spec_version: 9,
spec_version: 23,

/// Version of the implementation of the specification. Nodes are free to ignore this; it
/// serves only as an indication that the code is different; as long as the other two versions
Expand All @@ -153,7 +153,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
/// index.
///
/// It need *not* change when a new module is added or when a dispatchable is added.
transaction_version: 2,
transaction_version: 3,
state_version: 0,
};

Expand Down

0 comments on commit c6fdd83

Please sign in to comment.