From 3992ca1d7034d7f0aba04f082ceb40b686371294 Mon Sep 17 00:00:00 2001 From: Jianwei Zhu Date: Sat, 27 Jan 2024 01:02:41 +0000 Subject: [PATCH] Bump version to v0.1.26-3, runtimes version 1263 --- Cargo.lock | 28 ++++++++++++++-------------- node/Cargo.toml | 6 +++--- runtime/khala/Cargo.toml | 8 ++++---- runtime/khala/src/lib.rs | 2 +- runtime/phala/Cargo.toml | 8 ++++---- runtime/phala/src/lib.rs | 2 +- runtime/rhala/Cargo.toml | 8 ++++---- runtime/rhala/src/lib.rs | 2 +- runtime/thala/Cargo.toml | 8 ++++---- runtime/thala/src/lib.rs | 2 +- 10 files changed, 37 insertions(+), 37 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ffc3c77..974f086e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4879,7 +4879,7 @@ dependencies = [ [[package]] name = "khala-node" -version = "0.1.26-2" +version = "0.1.26-3" dependencies = [ "async-trait", "clap", @@ -4964,7 +4964,7 @@ dependencies = [ [[package]] name = "khala-parachain-runtime" -version = "0.1.26-2" +version = "0.1.26-3" dependencies = [ "assets-registry", "cumulus-pallet-aura-ext", @@ -7070,7 +7070,7 @@ dependencies = [ [[package]] name = "pallet-mq-runtime-api" version = "0.1.0" -source = "git+https://github.com/Phala-Network/phala-blockchain.git?tag=runtime-release-v1262#db38b483b12499178ba824f5bed0c4321f351720" +source = "git+https://github.com/Phala-Network/phala-blockchain.git?tag=runtime-release-v1263#536f4aacd99815ebf64708eb40890319adb6fb05" dependencies = [ "phala-mq", "sp-api", @@ -8049,7 +8049,7 @@ dependencies = [ [[package]] name = "phala-mq" version = "0.1.0" -source = "git+https://github.com/Phala-Network/phala-blockchain.git?tag=runtime-release-v1262#db38b483b12499178ba824f5bed0c4321f351720" +source = "git+https://github.com/Phala-Network/phala-blockchain.git?tag=runtime-release-v1263#536f4aacd99815ebf64708eb40890319adb6fb05" dependencies = [ "derive_more", "environmental", @@ -8068,7 +8068,7 @@ dependencies = [ [[package]] name = "phala-node-rpc-ext" version = "0.1.0" -source = "git+https://github.com/Phala-Network/phala-blockchain.git?tag=runtime-release-v1262#db38b483b12499178ba824f5bed0c4321f351720" +source = "git+https://github.com/Phala-Network/phala-blockchain.git?tag=runtime-release-v1263#536f4aacd99815ebf64708eb40890319adb6fb05" dependencies = [ "hex", "impl-serde", @@ -8093,7 +8093,7 @@ dependencies = [ [[package]] name = "phala-node-rpc-ext-types" version = "0.1.0" -source = "git+https://github.com/Phala-Network/phala-blockchain.git?tag=runtime-release-v1262#db38b483b12499178ba824f5bed0c4321f351720" +source = "git+https://github.com/Phala-Network/phala-blockchain.git?tag=runtime-release-v1263#536f4aacd99815ebf64708eb40890319adb6fb05" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8119,7 +8119,7 @@ dependencies = [ [[package]] name = "phala-pallets" version = "4.1.0" -source = "git+https://github.com/Phala-Network/phala-blockchain.git?tag=runtime-release-v1262#db38b483b12499178ba824f5bed0c4321f351720" +source = "git+https://github.com/Phala-Network/phala-blockchain.git?tag=runtime-release-v1263#536f4aacd99815ebf64708eb40890319adb6fb05" dependencies = [ "base64 0.21.4", "chrono", @@ -8157,7 +8157,7 @@ dependencies = [ [[package]] name = "phala-parachain-runtime" -version = "0.1.26-2" +version = "0.1.26-3" dependencies = [ "assets-registry", "cumulus-pallet-aura-ext", @@ -8257,7 +8257,7 @@ dependencies = [ [[package]] name = "phala-serde-more" version = "0.1.0" -source = "git+https://github.com/Phala-Network/phala-blockchain.git?tag=runtime-release-v1262#db38b483b12499178ba824f5bed0c4321f351720" +source = "git+https://github.com/Phala-Network/phala-blockchain.git?tag=runtime-release-v1263#536f4aacd99815ebf64708eb40890319adb6fb05" dependencies = [ "hex", "parity-scale-codec", @@ -8268,7 +8268,7 @@ dependencies = [ [[package]] name = "phala-types" version = "0.3.0" -source = "git+https://github.com/Phala-Network/phala-blockchain.git?tag=runtime-release-v1262#db38b483b12499178ba824f5bed0c4321f351720" +source = "git+https://github.com/Phala-Network/phala-blockchain.git?tag=runtime-release-v1263#536f4aacd99815ebf64708eb40890319adb6fb05" dependencies = [ "hex", "parity-scale-codec", @@ -9754,7 +9754,7 @@ dependencies = [ [[package]] name = "prpc" version = "0.1.0" -source = "git+https://github.com/Phala-Network/phala-blockchain.git?tag=runtime-release-v1262#db38b483b12499178ba824f5bed0c4321f351720" +source = "git+https://github.com/Phala-Network/phala-blockchain.git?tag=runtime-release-v1263#536f4aacd99815ebf64708eb40890319adb6fb05" dependencies = [ "anyhow", "async-trait", @@ -10131,7 +10131,7 @@ dependencies = [ [[package]] name = "rhala-parachain-runtime" -version = "0.1.26-2" +version = "0.1.26-3" dependencies = [ "assets-registry", "cumulus-pallet-aura-ext", @@ -12059,7 +12059,7 @@ dependencies = [ [[package]] name = "sgx-attestation" version = "0.1.0" -source = "git+https://github.com/Phala-Network/phala-blockchain.git?tag=runtime-release-v1262#db38b483b12499178ba824f5bed0c4321f351720" +source = "git+https://github.com/Phala-Network/phala-blockchain.git?tag=runtime-release-v1263#536f4aacd99815ebf64708eb40890319adb6fb05" dependencies = [ "base64 0.21.4", "hex", @@ -13929,7 +13929,7 @@ checksum = "95059e91184749cb66be6dc994f67f182b6d897cb3df74a5bf66b5e709295fd8" [[package]] name = "thala-parachain-runtime" -version = "0.1.26-2" +version = "0.1.26-3" dependencies = [ "assets-registry", "cumulus-pallet-aura-ext", diff --git a/node/Cargo.toml b/node/Cargo.toml index c7e0100d..fa64d8a6 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "khala-node" -version = "0.1.26-2" +version = "0.1.26-3" license = "Apache-2.0" homepage = "https://phala.network/" repository = "https://github.com/Phala-Network/khala-parachain" @@ -36,8 +36,8 @@ rhala-parachain-runtime = { path = "../runtime/rhala", optional = true } thala-parachain-runtime = { path = "../runtime/thala", optional = true } shell-parachain-runtime = { path = "../runtime/shell", package = "shell-runtime", optional = true } -pallet-mq-runtime-api = { git = "https://github.com/Phala-Network/phala-blockchain.git", tag = "runtime-release-v1262" } -phala-node-rpc-ext = { git = "https://github.com/Phala-Network/phala-blockchain.git", tag = "runtime-release-v1262" } +pallet-mq-runtime-api = { git = "https://github.com/Phala-Network/phala-blockchain.git", tag = "runtime-release-v1263" } +phala-node-rpc-ext = { git = "https://github.com/Phala-Network/phala-blockchain.git", tag = "runtime-release-v1263" } frame-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.2.0" } frame-benchmarking-cli = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.2.0" } diff --git a/runtime/khala/Cargo.toml b/runtime/khala/Cargo.toml index d2fe6839..6f540b80 100644 --- a/runtime/khala/Cargo.toml +++ b/runtime/khala/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "khala-parachain-runtime" -version = "0.1.26-2" +version = "0.1.26-3" authors = ["Phala Network"] edition = "2021" @@ -16,7 +16,7 @@ static_assertions = "1.1.0" primitive-types = { version = "0.12.2", default-features = false, features = ["scale-info", "serde_no_std"] } hex = { version = "0.4.3", default-features = false } -phala-types = { git = "https://github.com/Phala-Network/phala-blockchain.git", tag = "runtime-release-v1262", default-features = false } +phala-types = { git = "https://github.com/Phala-Network/phala-blockchain.git", tag = "runtime-release-v1263", default-features = false } parachains-common = { path = "../../parachains-common", default-features = false } # Substrate dependencies @@ -109,8 +109,8 @@ sygma-runtime-api = { git = "https://github.com/sygmaprotocol/sygma-substrate-pa # Local dependencies assets-registry = { path = "../../pallets/assets-registry", default-features = false } pallet-parachain-info = { path = "../../pallets/parachain-info", default-features = false } -phala-pallets = { git = "https://github.com/Phala-Network/phala-blockchain.git", tag = "runtime-release-v1262", default-features = false } -pallet-mq-runtime-api = { git = "https://github.com/Phala-Network/phala-blockchain.git", tag = "runtime-release-v1262", default-features = false } +phala-pallets = { git = "https://github.com/Phala-Network/phala-blockchain.git", tag = "runtime-release-v1263", default-features = false } +pallet-mq-runtime-api = { git = "https://github.com/Phala-Network/phala-blockchain.git", tag = "runtime-release-v1263", default-features = false } subbridge-pallets = { path = "../../pallets/subbridge", default-features = false } pallet-phala-world = { path = "../../pallets/phala-world", default-features = false } pallet-index = { path = "../../pallets/index", default-features = false } diff --git a/runtime/khala/src/lib.rs b/runtime/khala/src/lib.rs index 862727e8..07de72a5 100644 --- a/runtime/khala/src/lib.rs +++ b/runtime/khala/src/lib.rs @@ -166,7 +166,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("khala"), impl_name: create_runtime_str!("khala"), authoring_version: 1, - spec_version: 1262, + spec_version: 1263, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 6, diff --git a/runtime/phala/Cargo.toml b/runtime/phala/Cargo.toml index 306cf9fb..177f51de 100644 --- a/runtime/phala/Cargo.toml +++ b/runtime/phala/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phala-parachain-runtime" -version = "0.1.26-2" +version = "0.1.26-3" authors = ["Phala Network"] edition = "2021" @@ -16,7 +16,7 @@ static_assertions = "1.1.0" primitive-types = { version = "0.12.2", default-features = false, features = ["scale-info", "serde_no_std"] } hex = { version = "0.4.3", default-features = false } -phala-types = { git = "https://github.com/Phala-Network/phala-blockchain.git", tag = "runtime-release-v1262", default-features = false } +phala-types = { git = "https://github.com/Phala-Network/phala-blockchain.git", tag = "runtime-release-v1263", default-features = false } parachains-common = { path = "../../parachains-common", default-features = false } # Substrate dependencies @@ -109,8 +109,8 @@ sygma-runtime-api = { git = "https://github.com/sygmaprotocol/sygma-substrate-pa # Local dependencies assets-registry = { path = "../../pallets/assets-registry", default-features = false } pallet-parachain-info = { path = "../../pallets/parachain-info", default-features = false } -phala-pallets = { git = "https://github.com/Phala-Network/phala-blockchain.git", tag = "runtime-release-v1262", default-features = false } -pallet-mq-runtime-api = { git = "https://github.com/Phala-Network/phala-blockchain.git", tag = "runtime-release-v1262", default-features = false } +phala-pallets = { git = "https://github.com/Phala-Network/phala-blockchain.git", tag = "runtime-release-v1263", default-features = false } +pallet-mq-runtime-api = { git = "https://github.com/Phala-Network/phala-blockchain.git", tag = "runtime-release-v1263", default-features = false } subbridge-pallets = { path = "../../pallets/subbridge", default-features = false } pallet-index = { path = "../../pallets/index", default-features = false } diff --git a/runtime/phala/src/lib.rs b/runtime/phala/src/lib.rs index 6ce985cf..3174255e 100644 --- a/runtime/phala/src/lib.rs +++ b/runtime/phala/src/lib.rs @@ -166,7 +166,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("phala"), impl_name: create_runtime_str!("phala"), authoring_version: 1, - spec_version: 1262, + spec_version: 1263, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 5, diff --git a/runtime/rhala/Cargo.toml b/runtime/rhala/Cargo.toml index 9e4eccb7..2f066e45 100644 --- a/runtime/rhala/Cargo.toml +++ b/runtime/rhala/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rhala-parachain-runtime" -version = "0.1.26-2" +version = "0.1.26-3" authors = ["Phala Network"] edition = "2021" @@ -15,7 +15,7 @@ smallvec = "1.6.1" primitive-types = { version = "0.12.2", default-features = false, features = ["scale-info", "serde_no_std"] } hex = { version = "0.4.3", default-features = false } -phala-types = { git = "https://github.com/Phala-Network/phala-blockchain.git", tag = "runtime-release-v1262", default-features = false } +phala-types = { git = "https://github.com/Phala-Network/phala-blockchain.git", tag = "runtime-release-v1263", default-features = false } parachains-common = { path = "../../parachains-common", default-features = false } # Substrate dependencies @@ -112,8 +112,8 @@ orml-xcm-builder-kusama = { git = "https://github.com/open-web3-stack/orml-xcm-b # Local dependencies assets-registry = { path = "../../pallets/assets-registry", default-features = false } pallet-parachain-info = { path = "../../pallets/parachain-info", default-features = false } -phala-pallets = { git = "https://github.com/Phala-Network/phala-blockchain.git", tag = "runtime-release-v1262", default-features = false } -pallet-mq-runtime-api = { git = "https://github.com/Phala-Network/phala-blockchain.git", tag = "runtime-release-v1262", default-features = false } +phala-pallets = { git = "https://github.com/Phala-Network/phala-blockchain.git", tag = "runtime-release-v1263", default-features = false } +pallet-mq-runtime-api = { git = "https://github.com/Phala-Network/phala-blockchain.git", tag = "runtime-release-v1263", default-features = false } subbridge-pallets = { path = "../../pallets/subbridge", default-features = false } pallet-phala-world = { path = "../../pallets/phala-world", default-features = false } diff --git a/runtime/rhala/src/lib.rs b/runtime/rhala/src/lib.rs index 7289d7e2..46cfbeb8 100644 --- a/runtime/rhala/src/lib.rs +++ b/runtime/rhala/src/lib.rs @@ -169,7 +169,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("rhala"), impl_name: create_runtime_str!("rhala"), authoring_version: 1, - spec_version: 1262, + spec_version: 1263, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 6, diff --git a/runtime/thala/Cargo.toml b/runtime/thala/Cargo.toml index bf727ea3..8ca810bb 100644 --- a/runtime/thala/Cargo.toml +++ b/runtime/thala/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thala-parachain-runtime" -version = "0.1.26-2" +version = "0.1.26-3" authors = ["Phala Network"] edition = "2021" @@ -14,7 +14,7 @@ smallvec = "1.6.1" primitive-types = { version = "0.12.2", default-features = false, features = ["scale-info", "serde_no_std"] } hex = { version = "0.4.3", default-features = false } -phala-types = { git = "https://github.com/Phala-Network/phala-blockchain.git", tag = "runtime-release-v1262", default-features = false } +phala-types = { git = "https://github.com/Phala-Network/phala-blockchain.git", tag = "runtime-release-v1263", default-features = false } parachains-common = { path = "../../parachains-common", default-features = false } # Substrate dependencies @@ -108,8 +108,8 @@ sygma-runtime-api = { git = "https://github.com/sygmaprotocol/sygma-substrate-pa # Local dependencies assets-registry = { path = "../../pallets/assets-registry", default-features = false } pallet-parachain-info = { path = "../../pallets/parachain-info", default-features = false } -phala-pallets = { git = "https://github.com/Phala-Network/phala-blockchain.git", tag = "runtime-release-v1262", default-features = false } -pallet-mq-runtime-api = { git = "https://github.com/Phala-Network/phala-blockchain.git", tag = "runtime-release-v1262", default-features = false } +phala-pallets = { git = "https://github.com/Phala-Network/phala-blockchain.git", tag = "runtime-release-v1263", default-features = false } +pallet-mq-runtime-api = { git = "https://github.com/Phala-Network/phala-blockchain.git", tag = "runtime-release-v1263", default-features = false } subbridge-pallets = { path = "../../pallets/subbridge", default-features = false } pallet-phala-world = { path = "../../pallets/phala-world", default-features = false } pallet-index = { path = "../../pallets/index", default-features = false } diff --git a/runtime/thala/src/lib.rs b/runtime/thala/src/lib.rs index 16b47e15..c633cd15 100644 --- a/runtime/thala/src/lib.rs +++ b/runtime/thala/src/lib.rs @@ -169,7 +169,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("thala"), impl_name: create_runtime_str!("thala"), authoring_version: 1, - spec_version: 1262, + spec_version: 1263, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 6,