From 5934b24470e78b530343398bc53afc1bcece739d Mon Sep 17 00:00:00 2001 From: Yuanchao Sun Date: Sat, 1 Jan 2022 20:32:31 +0800 Subject: [PATCH] Update to octopus-pallets v0.9.12-4 (#240) --- Cargo.lock | 10 +++++----- runtime/src/lib.rs | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a57d558..e68209b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4571,7 +4571,7 @@ dependencies = [ [[package]] name = "pallet-octopus-appchain" version = "4.0.0-pre.0" -source = "git+https://github.com/octopus-network/octopus-pallets.git?branch=release-v0.9.12#29b52d416d34e1585ced096a44ce31a172365b07" +source = "git+https://github.com/octopus-network/octopus-pallets.git?branch=release-v0.9.12#880ff083cc1dc5e42b2fce0052cca1b4c122379f" dependencies = [ "base64 0.13.0", "borsh", @@ -4595,7 +4595,7 @@ dependencies = [ [[package]] name = "pallet-octopus-lpos" version = "4.0.0-pre.0" -source = "git+https://github.com/octopus-network/octopus-pallets.git?branch=release-v0.9.12#29b52d416d34e1585ced096a44ce31a172365b07" +source = "git+https://github.com/octopus-network/octopus-pallets.git?branch=release-v0.9.12#880ff083cc1dc5e42b2fce0052cca1b4c122379f" dependencies = [ "borsh", "frame-benchmarking", @@ -4617,7 +4617,7 @@ dependencies = [ [[package]] name = "pallet-octopus-support" version = "4.0.0-pre.0" -source = "git+https://github.com/octopus-network/octopus-pallets.git?branch=release-v0.9.12#29b52d416d34e1585ced096a44ce31a172365b07" +source = "git+https://github.com/octopus-network/octopus-pallets.git?branch=release-v0.9.12#880ff083cc1dc5e42b2fce0052cca1b4c122379f" dependencies = [ "borsh", "frame-support", @@ -4630,7 +4630,7 @@ dependencies = [ [[package]] name = "pallet-octopus-upward-messages" version = "4.0.0-pre.0" -source = "git+https://github.com/octopus-network/octopus-pallets.git?branch=release-v0.9.12#29b52d416d34e1585ced096a44ce31a172365b07" +source = "git+https://github.com/octopus-network/octopus-pallets.git?branch=release-v0.9.12#880ff083cc1dc5e42b2fce0052cca1b4c122379f" dependencies = [ "frame-benchmarking", "frame-support", @@ -8357,7 +8357,7 @@ version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1f559b464de2e2bdabcac6a210d12e9b5a5973c251e102c44c585c71d51bd78e" dependencies = [ - "cfg-if 1.0.0", + "cfg-if 0.1.10", "rand 0.8.4", "static_assertions", ] diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index da3047a0..ada28ab5 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -144,7 +144,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // `spec_version`, and `authoring_version` are the same between Wasm and native. // This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use // the compatible custom types. - spec_version: 109, + spec_version: 110, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1,