Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions runtime/kusama/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 1057,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
};

/// Native version.
Expand Down
1 change: 1 addition & 0 deletions runtime/polkadot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 1006,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
};

/// Native version.
Expand Down
1 change: 1 addition & 0 deletions runtime/test-runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 1049,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
};

/// Native version.
Expand Down