From fa16e990de48f5f9067790b4d45826bf6b49afa8 Mon Sep 17 00:00:00 2001 From: Yuanchao Sun Date: Mon, 15 Aug 2022 13:18:41 +0800 Subject: [PATCH] Pin octopus-pallets v0.9.18-1 --- Cargo.lock | 8 ++++---- node/Cargo.toml | 2 +- runtime/Cargo.toml | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 86b4340..ea14cd8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4320,7 +4320,7 @@ dependencies = [ [[package]] name = "pallet-octopus-appchain" version = "4.0.0-pre.0" -source = "git+https://github.com/octopus-network/octopus-pallets.git?branch=main#30af7929ff22bb4e30eb3e789e5f35b5299db915" +source = "git+https://github.com/octopus-network/octopus-pallets.git?branch=release-v0.9.18-1#30af7929ff22bb4e30eb3e789e5f35b5299db915" dependencies = [ "base64", "borsh", @@ -4345,7 +4345,7 @@ dependencies = [ [[package]] name = "pallet-octopus-lpos" version = "4.0.0-pre.0" -source = "git+https://github.com/octopus-network/octopus-pallets.git?branch=main#30af7929ff22bb4e30eb3e789e5f35b5299db915" +source = "git+https://github.com/octopus-network/octopus-pallets.git?branch=release-v0.9.18-1#30af7929ff22bb4e30eb3e789e5f35b5299db915" dependencies = [ "borsh", "frame-benchmarking", @@ -4367,7 +4367,7 @@ dependencies = [ [[package]] name = "pallet-octopus-support" version = "4.0.0-pre.0" -source = "git+https://github.com/octopus-network/octopus-pallets.git?branch=main#30af7929ff22bb4e30eb3e789e5f35b5299db915" +source = "git+https://github.com/octopus-network/octopus-pallets.git?branch=release-v0.9.18-1#30af7929ff22bb4e30eb3e789e5f35b5299db915" dependencies = [ "borsh", "frame-support", @@ -4380,7 +4380,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=main#30af7929ff22bb4e30eb3e789e5f35b5299db915" +source = "git+https://github.com/octopus-network/octopus-pallets.git?branch=release-v0.9.18-1#30af7929ff22bb4e30eb3e789e5f35b5299db915" dependencies = [ "frame-benchmarking", "frame-support", diff --git a/node/Cargo.toml b/node/Cargo.toml index 39ad587..3b427cd 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -55,7 +55,7 @@ sp-authorship = { version = "4.0.0-dev", git = "https://github.com/paritytech/su sp-consensus-babe = { version = "0.10.0-dev", git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.18" } sp-keystore = { version = "0.12.0", git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.18" } sp-transaction-storage-proof = { version = "4.0.0-dev", git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.18" } -pallet-octopus-appchain = { git = "https://github.com/octopus-network/octopus-pallets.git", branch = "main" } +pallet-octopus-appchain = { git = "https://github.com/octopus-network/octopus-pallets.git", branch = "release-v0.9.18-1" } # These dependencies are used for the node template's RPCs jsonrpc-core = "18.0.0" diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 6156b40..7f65a88 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -55,9 +55,9 @@ pallet-uniques = { version = "4.0.0-dev", default-features = false, git = "https sp-consensus-babe = { version = "0.10.0-dev", default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.18" } sp-staking = { version = "4.0.0-dev", default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.18" } -pallet-octopus-appchain = { default-features = false, git = "https://github.com/octopus-network/octopus-pallets.git", branch = "main" } -pallet-octopus-lpos = { default-features = false, git = "https://github.com/octopus-network/octopus-pallets.git", branch = "main" } -pallet-octopus-upward-messages = { default-features = false, git = "https://github.com/octopus-network/octopus-pallets.git", branch = "main" } +pallet-octopus-appchain = { default-features = false, git = "https://github.com/octopus-network/octopus-pallets.git", branch = "release-v0.9.18-1" } +pallet-octopus-lpos = { default-features = false, git = "https://github.com/octopus-network/octopus-pallets.git", branch = "release-v0.9.18-1" } +pallet-octopus-upward-messages = { default-features = false, git = "https://github.com/octopus-network/octopus-pallets.git", branch = "release-v0.9.18-1" } # Used for the node template's RPCs frame-system-rpc-runtime-api = { version = "4.0.0-dev", default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.18" }