Skip to content

Commit

Permalink
Bump version to v0.1.26-3, runtimes version 1263
Browse files Browse the repository at this point in the history
  • Loading branch information
nanometerzhu committed Jan 27, 2024
1 parent 133629e commit 3992ca1
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 37 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions 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"
Expand Down Expand Up @@ -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" }
Expand Down
8 changes: 4 additions & 4 deletions 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"

Expand All @@ -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
Expand Down Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion runtime/khala/src/lib.rs
Expand Up @@ -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,
Expand Down
8 changes: 4 additions & 4 deletions 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"

Expand All @@ -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
Expand Down Expand Up @@ -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 }

Expand Down
2 changes: 1 addition & 1 deletion runtime/phala/src/lib.rs
Expand Up @@ -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,
Expand Down
8 changes: 4 additions & 4 deletions 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"

Expand All @@ -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
Expand Down Expand Up @@ -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 }

Expand Down
2 changes: 1 addition & 1 deletion runtime/rhala/src/lib.rs
Expand Up @@ -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,
Expand Down
8 changes: 4 additions & 4 deletions 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"

Expand All @@ -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
Expand Down Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion runtime/thala/src/lib.rs
Expand Up @@ -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,
Expand Down

0 comments on commit 3992ca1

Please sign in to comment.