From 884d34ae85f01a67fdcf141d6f037d847f571796 Mon Sep 17 00:00:00 2001 From: Daniel Lam Date: Fri, 29 Apr 2022 10:13:55 +0700 Subject: [PATCH] Bump phoenix-v1.0.17 --- Cargo.lock | 62 +++++++++---------- client/evm/evm-tracing/Cargo.toml | 2 +- client/evm/rpc-core/debug/Cargo.toml | 2 +- client/evm/rpc-core/trace/Cargo.toml | 2 +- client/evm/rpc-core/types/Cargo.toml | 2 +- client/evm/rpc/debug/Cargo.toml | 2 +- client/evm/rpc/trace/Cargo.toml | 2 +- node/Cargo.toml | 2 +- node/cli/Cargo.toml | 2 +- node/service/Cargo.toml | 2 +- pallets/bridge/native-transfer/Cargo.toml | 2 +- pallets/currencies/Cargo.toml | 2 +- pallets/dex/Cargo.toml | 2 +- pallets/memo/Cargo.toml | 2 +- pallets/nft-marketplace/Cargo.toml | 2 +- pallets/non-fungible-token/Cargo.toml | 2 +- pallets/support/Cargo.toml | 2 +- pallets/support/nft-marketplace/Cargo.toml | 2 +- pallets/support/nft/Cargo.toml | 2 +- pallets/template/Cargo.toml | 2 +- pallets/tokens/Cargo.toml | 2 +- precompiles/template/Cargo.toml | 2 +- precompiles/utils/Cargo.toml | 2 +- precompiles/utils/macro/Cargo.toml | 2 +- primitives/common/Cargo.toml | 2 +- primitives/evm/ext/Cargo.toml | 2 +- primitives/evm/rpc/debug/Cargo.toml | 2 +- .../evm/rpc/evm-tracing-events/Cargo.toml | 2 +- runtime/chain-extension/Cargo.toml | 2 +- runtime/common/Cargo.toml | 2 +- runtime/evm-tracer/Cargo.toml | 2 +- runtime/phoenix/Cargo.toml | 2 +- runtime/phoenix/src/lib.rs | 2 +- runtime/ulas/Cargo.toml | 2 +- smart-contracts/examples/sample/Cargo.toml | 2 +- smart-contracts/lixi/Cargo.toml | 2 +- smart-contracts/tokens/Cargo.toml | 2 +- 37 files changed, 67 insertions(+), 67 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 216a510c18..05fd05c0a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -473,7 +473,7 @@ dependencies = [ [[package]] name = "bholdus" -version = "1.0.16" +version = "1.0.17" dependencies = [ "bholdus-cli", "bholdus-service", @@ -484,7 +484,7 @@ dependencies = [ [[package]] name = "bholdus-bridge-native-transfer" -version = "1.0.16" +version = "1.0.17" dependencies = [ "common-primitives", "frame-benchmarking", @@ -503,7 +503,7 @@ dependencies = [ [[package]] name = "bholdus-cli" -version = "1.0.16" +version = "1.0.17" dependencies = [ "bholdus-service", "clap 3.1.9", @@ -524,7 +524,7 @@ dependencies = [ [[package]] name = "bholdus-client-evm-tracing" -version = "1.0.16" +version = "1.0.17" dependencies = [ "bholdus-evm-rpc-primitives-debug", "ethereum-types 0.13.1", @@ -538,7 +538,7 @@ dependencies = [ [[package]] name = "bholdus-currencies" -version = "1.0.16" +version = "1.0.17" dependencies = [ "bholdus-support", "bholdus-tokens", @@ -556,7 +556,7 @@ dependencies = [ [[package]] name = "bholdus-evm-precompile-template" -version = "1.0.16" +version = "1.0.17" dependencies = [ "bholdus-evm-precompile-utils", "bholdus-support", @@ -584,7 +584,7 @@ dependencies = [ [[package]] name = "bholdus-evm-precompile-utils" -version = "1.0.16" +version = "1.0.17" dependencies = [ "bholdus-evm-precompile-utils-macro", "fp-evm", @@ -603,7 +603,7 @@ dependencies = [ [[package]] name = "bholdus-evm-precompile-utils-macro" -version = "1.0.16" +version = "1.0.17" dependencies = [ "num_enum", "proc-macro2", @@ -614,7 +614,7 @@ dependencies = [ [[package]] name = "bholdus-evm-primitives-ext" -version = "1.0.16" +version = "1.0.17" dependencies = [ "ethereum-types 0.12.1", "evm-tracing-events", @@ -626,7 +626,7 @@ dependencies = [ [[package]] name = "bholdus-evm-rpc-core-debug" -version = "1.0.16" +version = "1.0.17" dependencies = [ "bholdus-client-evm-tracing", "bholdus-evm-rpc-core-types", @@ -642,7 +642,7 @@ dependencies = [ [[package]] name = "bholdus-evm-rpc-core-trace" -version = "1.0.16" +version = "1.0.17" dependencies = [ "bholdus-client-evm-tracing", "bholdus-evm-rpc-core-types", @@ -657,7 +657,7 @@ dependencies = [ [[package]] name = "bholdus-evm-rpc-core-types" -version = "1.0.16" +version = "1.0.17" dependencies = [ "ethereum-types 0.13.1", "serde", @@ -666,7 +666,7 @@ dependencies = [ [[package]] name = "bholdus-evm-rpc-debug" -version = "1.0.16" +version = "1.0.17" dependencies = [ "bholdus-client-evm-tracing", "bholdus-evm-rpc-core-debug", @@ -693,7 +693,7 @@ dependencies = [ [[package]] name = "bholdus-evm-rpc-primitives-debug" -version = "1.0.16" +version = "1.0.17" dependencies = [ "environmental", "ethereum", @@ -711,7 +711,7 @@ dependencies = [ [[package]] name = "bholdus-evm-rpc-trace" -version = "1.0.16" +version = "1.0.17" dependencies = [ "bholdus-client-evm-tracing", "bholdus-evm-rpc-core-trace", @@ -743,7 +743,7 @@ dependencies = [ [[package]] name = "bholdus-evm-tracer" -version = "1.0.16" +version = "1.0.17" dependencies = [ "bholdus-evm-primitives-ext", "ethereum-types 0.13.1", @@ -762,7 +762,7 @@ dependencies = [ [[package]] name = "bholdus-memo" -version = "1.0.16" +version = "1.0.17" dependencies = [ "common-primitives", "frame-benchmarking", @@ -782,7 +782,7 @@ dependencies = [ [[package]] name = "bholdus-nft" -version = "1.0.16" +version = "1.0.17" dependencies = [ "bholdus-support", "common-primitives", @@ -804,7 +804,7 @@ dependencies = [ [[package]] name = "bholdus-nft-marketplace" -version = "1.0.16" +version = "1.0.17" dependencies = [ "bholdus-support", "bholdus-tokens", @@ -828,7 +828,7 @@ dependencies = [ [[package]] name = "bholdus-service" -version = "1.0.16" +version = "1.0.17" dependencies = [ "async-trait", "beefy-gadget", @@ -911,7 +911,7 @@ dependencies = [ [[package]] name = "bholdus-support" -version = "1.0.16" +version = "1.0.17" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -926,7 +926,7 @@ dependencies = [ [[package]] name = "bholdus-tokens" -version = "1.0.16" +version = "1.0.17" dependencies = [ "bholdus-support", "enumflags2", @@ -1409,7 +1409,7 @@ dependencies = [ [[package]] name = "common-primitives" -version = "1.0.16" +version = "1.0.17" dependencies = [ "parity-scale-codec 3.1.2", "scale-info", @@ -2194,7 +2194,7 @@ dependencies = [ [[package]] name = "evm-tracing-events" -version = "1.0.16" +version = "1.0.17" dependencies = [ "environmental", "ethereum", @@ -5853,7 +5853,7 @@ dependencies = [ [[package]] name = "pallet-template" -version = "1.0.16" +version = "1.0.17" dependencies = [ "frame-benchmarking", "frame-support", @@ -6264,7 +6264,7 @@ dependencies = [ [[package]] name = "phoenix-runtime" -version = "1.0.16" +version = "1.0.17" dependencies = [ "beefy-primitives", "bholdus-bridge-native-transfer", @@ -7012,7 +7012,7 @@ dependencies = [ [[package]] name = "runtime-chain-extension" -version = "1.0.16" +version = "1.0.17" dependencies = [ "bholdus-currencies", "common-primitives", @@ -7033,7 +7033,7 @@ dependencies = [ [[package]] name = "runtime-common" -version = "1.0.16" +version = "1.0.17" dependencies = [ "common-primitives", "frame-support", @@ -9444,7 +9444,7 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "support-nft" -version = "1.0.16" +version = "1.0.17" dependencies = [ "frame-support", "frame-system", @@ -9459,7 +9459,7 @@ dependencies = [ [[package]] name = "support-nft-marketplace" -version = "1.0.16" +version = "1.0.17" dependencies = [ "bholdus-support", "bholdus-tokens", @@ -9997,7 +9997,7 @@ dependencies = [ [[package]] name = "ulas-runtime" -version = "1.0.16" +version = "1.0.17" dependencies = [ "beefy-primitives", "bholdus-bridge-native-transfer", diff --git a/client/evm/evm-tracing/Cargo.toml b/client/evm/evm-tracing/Cargo.toml index c36929dcb4..1483ac7bf7 100644 --- a/client/evm/evm-tracing/Cargo.toml +++ b/client/evm/evm-tracing/Cargo.toml @@ -5,7 +5,7 @@ edition = "2018" homepage = "https://bholdus.com" license = "GPL-3.0-only" repository = "https://github.com/Bholdus/bholdus-chain/" -version = "1.0.16" +version = "1.0.17" [dependencies] ethereum-types = { version = "0.13.1" } diff --git a/client/evm/rpc-core/debug/Cargo.toml b/client/evm/rpc-core/debug/Cargo.toml index 59824bdc32..5c53c07570 100644 --- a/client/evm/rpc-core/debug/Cargo.toml +++ b/client/evm/rpc-core/debug/Cargo.toml @@ -5,7 +5,7 @@ edition = "2018" homepage = "https://bholdus.com" license = "GPL-3.0-only" repository = "https://github.com/Bholdus/bholdus-chain/" -version = "1.0.16" +version = "1.0.17" [dependencies] ethereum-types = "0.13.1" diff --git a/client/evm/rpc-core/trace/Cargo.toml b/client/evm/rpc-core/trace/Cargo.toml index 11f72e8634..79d643f282 100644 --- a/client/evm/rpc-core/trace/Cargo.toml +++ b/client/evm/rpc-core/trace/Cargo.toml @@ -5,7 +5,7 @@ edition = "2018" homepage = "https://bholdus.com" license = "GPL-3.0-only" repository = "https://github.com/Bholdus/bholdus-chain/" -version = "1.0.16" +version = "1.0.17" [dependencies] ethereum-types = "0.13.1" diff --git a/client/evm/rpc-core/types/Cargo.toml b/client/evm/rpc-core/types/Cargo.toml index 0f76d2540e..d120501565 100644 --- a/client/evm/rpc-core/types/Cargo.toml +++ b/client/evm/rpc-core/types/Cargo.toml @@ -5,7 +5,7 @@ edition = "2018" homepage = "https://bholdus.com" license = "GPL-3.0-only" repository = "https://github.com/bholdus/bholdus-chain/" -version = "1.0.16" +version = "1.0.17" [dependencies] ethereum-types = "0.13.1" diff --git a/client/evm/rpc/debug/Cargo.toml b/client/evm/rpc/debug/Cargo.toml index 6a289ace05..cc79f54f26 100644 --- a/client/evm/rpc/debug/Cargo.toml +++ b/client/evm/rpc/debug/Cargo.toml @@ -5,7 +5,7 @@ edition = "2018" homepage = "https://bholdus.com" license = "GPL-3.0-only" repository = "https://github.com/bholdus/bholdus-chain/" -version = "1.0.16" +version = "1.0.17" [dependencies] futures = { version = "0.3", features = ["compat"] } diff --git a/client/evm/rpc/trace/Cargo.toml b/client/evm/rpc/trace/Cargo.toml index 5d5327eaec..34a34b7de9 100644 --- a/client/evm/rpc/trace/Cargo.toml +++ b/client/evm/rpc/trace/Cargo.toml @@ -5,7 +5,7 @@ edition = "2018" homepage = "https://bholdus.com" license = "GPL-3.0-only" repository = "https://github.com/Bholdus/bholdus-chain/" -version = "1.0.16" +version = "1.0.17" [dependencies] ethereum = { version = "0.12.0", features = ["with-codec"] } diff --git a/node/Cargo.toml b/node/Cargo.toml index 39b9b55aef..96e99c1e9c 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -6,7 +6,7 @@ edition = '2018' homepage = 'https://bholdus.com' name = 'bholdus' repository = 'https://github.com/bholdus/bholdus-chain/' -version = "1.0.16" +version = "1.0.17" [[bin]] name = 'bholdus' diff --git a/node/cli/Cargo.toml b/node/cli/Cargo.toml index 93605f48c2..c1327e713f 100644 --- a/node/cli/Cargo.toml +++ b/node/cli/Cargo.toml @@ -5,7 +5,7 @@ edition = "2018" homepage = "https://bholdus.com" name = "bholdus-cli" repository = "https://github.com/bholdus/bholdus-chain/" -version = "1.0.16" +version = "1.0.17" # [build-dependencies] diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index afd189c708..2bb3912513 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -5,7 +5,7 @@ edition = "2018" homepage = "https://bholdus.com" name = "bholdus-service" repository = "https://github.com/bholdus/bholdus-chain/" -version = "1.0.16" +version = "1.0.17" [dependencies] structopt = "0.3.8" diff --git a/pallets/bridge/native-transfer/Cargo.toml b/pallets/bridge/native-transfer/Cargo.toml index edab5867eb..e9852a39c7 100644 --- a/pallets/bridge/native-transfer/Cargo.toml +++ b/pallets/bridge/native-transfer/Cargo.toml @@ -7,7 +7,7 @@ license = 'Unlicense' name = 'bholdus-bridge-native-transfer' readme = 'README.md' repository = 'https://github.com/bholdus/bholdus-chain.git' -version = "1.0.16" +version = "1.0.17" [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu'] diff --git a/pallets/currencies/Cargo.toml b/pallets/currencies/Cargo.toml index a3cbab1fab..ab0159b396 100644 --- a/pallets/currencies/Cargo.toml +++ b/pallets/currencies/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bholdus-currencies" -version = "1.0.16" +version = "1.0.17" authors = ["Nhi Tran "] edition = "2018" diff --git a/pallets/dex/Cargo.toml b/pallets/dex/Cargo.toml index 7d5f7e5bca..475b0d3d08 100644 --- a/pallets/dex/Cargo.toml +++ b/pallets/dex/Cargo.toml @@ -7,7 +7,7 @@ license = 'Unlicense' name = 'bholdus-dex' readme = 'README.md' repository = 'https://github.com/bholdus/bholdus-chain/' -version = "1.0.16" +version = "1.0.17" [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu'] diff --git a/pallets/memo/Cargo.toml b/pallets/memo/Cargo.toml index 11da03b190..31030c193e 100644 --- a/pallets/memo/Cargo.toml +++ b/pallets/memo/Cargo.toml @@ -7,7 +7,7 @@ license = 'Unlicense' name = 'bholdus-memo' readme = 'README.md' repository = 'https://github.com/substrate-developer-hub/substrate-node-template/' -version = "1.0.16" +version = "1.0.17" [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu'] diff --git a/pallets/nft-marketplace/Cargo.toml b/pallets/nft-marketplace/Cargo.toml index 2a8bf2d140..617b501bcd 100644 --- a/pallets/nft-marketplace/Cargo.toml +++ b/pallets/nft-marketplace/Cargo.toml @@ -7,7 +7,7 @@ license = 'Unlicense' name = "bholdus-nft-marketplace" readme = 'README.md' repository = 'https://github.com/bholdus/bholdus-chain.git' -version = "1.0.16" +version = "1.0.17" [dependencies] codec = { default-features = false, features = [ diff --git a/pallets/non-fungible-token/Cargo.toml b/pallets/non-fungible-token/Cargo.toml index 43182748c6..2346585f99 100644 --- a/pallets/non-fungible-token/Cargo.toml +++ b/pallets/non-fungible-token/Cargo.toml @@ -7,7 +7,7 @@ license = 'Unlicense' name = "bholdus-nft" readme = 'README.md' repository = 'https://github.com/bholdus/bholdus-chain.git' -version = "1.0.16" +version = "1.0.17" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/pallets/support/Cargo.toml b/pallets/support/Cargo.toml index 07c99f10fd..7fbc6f68f9 100644 --- a/pallets/support/Cargo.toml +++ b/pallets/support/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bholdus-support" -version = "1.0.16" +version = "1.0.17" edition = "2018" [dependencies] diff --git a/pallets/support/nft-marketplace/Cargo.toml b/pallets/support/nft-marketplace/Cargo.toml index 8ea038407b..fb4d16911f 100644 --- a/pallets/support/nft-marketplace/Cargo.toml +++ b/pallets/support/nft-marketplace/Cargo.toml @@ -7,7 +7,7 @@ license = 'Unlicense' name = "support-nft-marketplace" readme = 'README.md' repository = 'https://github.com/bholdus/bholdus-chain.git' -version = "1.0.16" +version = "1.0.17" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/pallets/support/nft/Cargo.toml b/pallets/support/nft/Cargo.toml index ac06e74521..6b99e20b0d 100644 --- a/pallets/support/nft/Cargo.toml +++ b/pallets/support/nft/Cargo.toml @@ -7,7 +7,7 @@ name = 'support-nft' license = "Apache-2.0" readme = 'README.md' repository = 'https://github.com/bholdus/bholdus-chain' -version = "1.0.16" +version = "1.0.17" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/pallets/template/Cargo.toml b/pallets/template/Cargo.toml index bf3ddbe1f9..950482caed 100644 --- a/pallets/template/Cargo.toml +++ b/pallets/template/Cargo.toml @@ -7,7 +7,7 @@ license = 'Unlicense' name = 'pallet-template' readme = 'README.md' repository = 'https://github.com/substrate-developer-hub/substrate-node-template/' -version = "1.0.16" +version = "1.0.17" [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu'] diff --git a/pallets/tokens/Cargo.toml b/pallets/tokens/Cargo.toml index 0b4b6dee86..8a5cc3f301 100644 --- a/pallets/tokens/Cargo.toml +++ b/pallets/tokens/Cargo.toml @@ -7,7 +7,7 @@ name = 'bholdus-tokens' license = "Apache-2.0" readme = 'README.md' repository = 'https://github.com/bholdus/bholdus-chain' -version = "1.0.16" +version = "1.0.17" [dependencies] diff --git a/precompiles/template/Cargo.toml b/precompiles/template/Cargo.toml index 1dcba62b33..87d3859a8f 100644 --- a/precompiles/template/Cargo.toml +++ b/precompiles/template/Cargo.toml @@ -3,7 +3,7 @@ name = "bholdus-evm-precompile-template" authors = ["Bholdus"] description = "A Precompile Template" edition = "2018" -version = "1.0.16" +version = "1.0.17" [dependencies] log = "0.4" diff --git a/precompiles/utils/Cargo.toml b/precompiles/utils/Cargo.toml index 483a815f93..93351091c6 100644 --- a/precompiles/utils/Cargo.toml +++ b/precompiles/utils/Cargo.toml @@ -3,7 +3,7 @@ name = "bholdus-evm-precompile-utils" authors = ["Bholdus"] description = "Utils to write EVM precompiles." edition = "2018" -version = "1.0.16" +version = "1.0.17" [dependencies] log = "0.4" diff --git a/precompiles/utils/macro/Cargo.toml b/precompiles/utils/macro/Cargo.toml index b3413d7ef6..7fb4a09582 100644 --- a/precompiles/utils/macro/Cargo.toml +++ b/precompiles/utils/macro/Cargo.toml @@ -3,7 +3,7 @@ name = "bholdus-evm-precompile-utils-macro" authors = ["Bholdus"] description = "" edition = "2018" -version = "1.0.16" +version = "1.0.17" [lib] proc-macro = true diff --git a/primitives/common/Cargo.toml b/primitives/common/Cargo.toml index 0ffbca9fd9..a4483c07eb 100644 --- a/primitives/common/Cargo.toml +++ b/primitives/common/Cargo.toml @@ -4,7 +4,7 @@ description = "BHO runtime common primitives" edition = "2021" license = "Unlicense" name = "common-primitives" -version = "1.0.16" +version = "1.0.17" [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = [ diff --git a/primitives/evm/ext/Cargo.toml b/primitives/evm/ext/Cargo.toml index e0b1202d93..86e985fbe2 100644 --- a/primitives/evm/ext/Cargo.toml +++ b/primitives/evm/ext/Cargo.toml @@ -5,7 +5,7 @@ edition = "2018" homepage = "https://bholdus.com" license = "GPL-3.0-only" repository = "https://github.com/bholdus/bholdus-chain/" -version = "1.0.16" +version = "1.0.17" [dependencies] ethereum-types = { version = "0.12.0", default-features = false } diff --git a/primitives/evm/rpc/debug/Cargo.toml b/primitives/evm/rpc/debug/Cargo.toml index 294449d7b2..92342b74f5 100644 --- a/primitives/evm/rpc/debug/Cargo.toml +++ b/primitives/evm/rpc/debug/Cargo.toml @@ -5,7 +5,7 @@ edition = "2018" homepage = "https://bholdus.com" license = "GPL-3.0-only" repository = "https://github.com/bholdus/bholdus-chain/" -version = "1.0.16" +version = "1.0.17" [dependencies] environmental = { version = "1.1.2", default-features = false } diff --git a/primitives/evm/rpc/evm-tracing-events/Cargo.toml b/primitives/evm/rpc/evm-tracing-events/Cargo.toml index cf6efd663e..c08dd07a36 100644 --- a/primitives/evm/rpc/evm-tracing-events/Cargo.toml +++ b/primitives/evm/rpc/evm-tracing-events/Cargo.toml @@ -5,7 +5,7 @@ edition = "2018" homepage = "https://bholdus.com" license = "GPL-3.0-only" repository = "https://github.com/Bholdus/bholdus-chain/" -version = "1.0.16" +version = "1.0.17" [dependencies] environmental = { version = "1.1.2", default-features = false } diff --git a/runtime/chain-extension/Cargo.toml b/runtime/chain-extension/Cargo.toml index 46c4053c6f..08d0c80663 100644 --- a/runtime/chain-extension/Cargo.toml +++ b/runtime/chain-extension/Cargo.toml @@ -4,7 +4,7 @@ edition = "2018" homepage = "https://bholdus.com" name = "runtime-chain-extension" repository = "https://github.com/bholdus/bholdus-chain/" -version = "1.0.16" +version = "1.0.17" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index cc7d966468..b720412d25 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runtime-common" -version = "1.0.16" +version = "1.0.17" description = "Common runtime code for all runtimes" authors = ["Daniel Lam"] edition = "2021" diff --git a/runtime/evm-tracer/Cargo.toml b/runtime/evm-tracer/Cargo.toml index 73447243e7..d81a08128c 100644 --- a/runtime/evm-tracer/Cargo.toml +++ b/runtime/evm-tracer/Cargo.toml @@ -5,7 +5,7 @@ edition = "2018" homepage = "https://bholdus.com" license = "GPL-3.0-only" repository = "https://github.com/bholdus/bholdus-chain/" -version = "1.0.16" +version = "1.0.17" [dependencies] diff --git a/runtime/phoenix/Cargo.toml b/runtime/phoenix/Cargo.toml index 892444dc21..7caa18f47f 100644 --- a/runtime/phoenix/Cargo.toml +++ b/runtime/phoenix/Cargo.toml @@ -4,7 +4,7 @@ edition = "2018" homepage = "https://bholdus.com" name = "phoenix-runtime" repository = "https://github.com/bholdus/bholdus-chain/" -version = "1.0.16" +version = "1.0.17" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/runtime/phoenix/src/lib.rs b/runtime/phoenix/src/lib.rs index cb57e2f603..294a3822e7 100644 --- a/runtime/phoenix/src/lib.rs +++ b/runtime/phoenix/src/lib.rs @@ -82,7 +82,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: 1_000_016, + spec_version: 1_000_017, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1, diff --git a/runtime/ulas/Cargo.toml b/runtime/ulas/Cargo.toml index ab964e7df5..72bb6d6395 100644 --- a/runtime/ulas/Cargo.toml +++ b/runtime/ulas/Cargo.toml @@ -4,7 +4,7 @@ edition = "2018" homepage = "https://bholdus.com" name = "ulas-runtime" repository = "https://github.com/bholdus/bholdus-chain/" -version = "1.0.16" +version = "1.0.17" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/smart-contracts/examples/sample/Cargo.toml b/smart-contracts/examples/sample/Cargo.toml index 21b10a3a03..802380cf44 100755 --- a/smart-contracts/examples/sample/Cargo.toml +++ b/smart-contracts/examples/sample/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sample" -version = "1.0.16" +version = "1.0.17" authors = ["Vu Hoang "] edition = "2018" resolver = "2" diff --git a/smart-contracts/lixi/Cargo.toml b/smart-contracts/lixi/Cargo.toml index f758f42198..bee63ad6f7 100755 --- a/smart-contracts/lixi/Cargo.toml +++ b/smart-contracts/lixi/Cargo.toml @@ -7,7 +7,7 @@ name = 'lixi' license = "Apache-2.0" readme = 'README.md' repository = 'https://github.com/bholdus/bholdus-chain' -version = "1.0.16" +version = "1.0.17" [dependencies] ink_primitives = { version = "3.0.0-rc7", default-features = false, git = "https://github.com/paritytech/ink/", tag = "v3.0.0-rc7" } diff --git a/smart-contracts/tokens/Cargo.toml b/smart-contracts/tokens/Cargo.toml index a7b5f8bddc..229f6e98c7 100755 --- a/smart-contracts/tokens/Cargo.toml +++ b/smart-contracts/tokens/Cargo.toml @@ -7,7 +7,7 @@ name = 'bholdus-contracts-tokens' license = "Apache-2.0" readme = 'README.md' repository = 'https://github.com/bholdus/bholdus-chain' -version = "1.0.16" +version = "1.0.17" [dependencies] ink_primitives = { version = "3.0.0-rc7", default-features = false }