Skip to content

Commit

Permalink
chore: bump spec_version to 10010063
Browse files Browse the repository at this point in the history
  • Loading branch information
CertainLach committed Oct 24, 2023
1 parent be55c88 commit bdb29fd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion runtime/common/config/pallets/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ impl BlockNumberProvider for OnInitializeBlockNumberProvider {

fn current_block_number() -> Self::BlockNumber {
// This code was broken previously, but after fixing, we decided it would be better to leave it broken for now.
0.into()
0u32.into()
// use hex_literal::hex;
// use parity_scale_codec::Decode;
// use sp_io::storage;
Expand Down
2 changes: 1 addition & 1 deletion runtime/opal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("opal"),
impl_name: create_runtime_str!("opal"),
authoring_version: 1,
spec_version: 10010062,
spec_version: 10010063,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 3,
Expand Down
4 changes: 2 additions & 2 deletions runtime/quartz/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
impl_name: create_runtime_str!("quartz"),

authoring_version: 1,
spec_version: 10010062,
spec_version: 10010063,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 3,
Expand All @@ -64,7 +64,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
impl_name: create_runtime_str!("sapphire"),

authoring_version: 1,
spec_version: 10010062,
spec_version: 10010063,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 3,
Expand Down
2 changes: 1 addition & 1 deletion runtime/unique/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("unique"),
impl_name: create_runtime_str!("unique"),
authoring_version: 1,
spec_version: 10010062,
spec_version: 10010063,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 3,
Expand Down

0 comments on commit bdb29fd

Please sign in to comment.