From 8e6157b7b37c10a32e31925881edf153cd7d2e0b Mon Sep 17 00:00:00 2001 From: Liu-Cheng Xu Date: Sun, 22 Nov 2020 17:50:17 +0800 Subject: [PATCH] Bump v2.0.0-pre.4 --- Cargo.lock | 86 +++++++++---------- Cargo.toml | 2 +- cli/Cargo.toml | 2 +- executor/Cargo.toml | 2 +- primitives/Cargo.toml | 2 +- primitives/assets-registrar/Cargo.toml | 2 +- primitives/gateway/bitcoin/Cargo.toml | 2 +- primitives/gateway/common/Cargo.toml | 2 +- primitives/genesis-builder/Cargo.toml | 2 +- primitives/io/Cargo.toml | 2 +- primitives/logging/Cargo.toml | 2 +- primitives/mining/common/Cargo.toml | 2 +- primitives/mining/staking/Cargo.toml | 2 +- primitives/protocol/Cargo.toml | 2 +- primitives/rpc/Cargo.toml | 2 +- primitives/runtime/Cargo.toml | 2 +- rpc/Cargo.toml | 2 +- runtime/Cargo.toml | 2 +- xpallets/assets-registrar/Cargo.toml | 2 +- xpallets/assets/Cargo.toml | 2 +- xpallets/assets/rpc/Cargo.toml | 2 +- xpallets/assets/rpc/runtime-api/Cargo.toml | 2 +- xpallets/dex/spot/Cargo.toml | 2 +- xpallets/dex/spot/rpc/Cargo.toml | 2 +- xpallets/dex/spot/rpc/runtime-api/Cargo.toml | 2 +- xpallets/gateway/bitcoin/Cargo.toml | 2 +- xpallets/gateway/common/Cargo.toml | 2 +- xpallets/gateway/common/rpc/Cargo.toml | 2 +- .../gateway/common/rpc/runtime-api/Cargo.toml | 2 +- xpallets/gateway/records/Cargo.toml | 2 +- xpallets/gateway/records/rpc/Cargo.toml | 2 +- .../records/rpc/runtime-api/Cargo.toml | 2 +- xpallets/genesis-builder/Cargo.toml | 2 +- xpallets/mining/asset/Cargo.toml | 2 +- xpallets/mining/asset/rpc/Cargo.toml | 2 +- .../mining/asset/rpc/runtime-api/Cargo.toml | 2 +- xpallets/mining/staking/Cargo.toml | 2 +- xpallets/mining/staking/rpc/Cargo.toml | 2 +- .../mining/staking/rpc/runtime-api/Cargo.toml | 2 +- xpallets/support/Cargo.toml | 2 +- xpallets/system/Cargo.toml | 2 +- xpallets/transaction-fee/Cargo.toml | 2 +- xpallets/transaction-fee/rpc/Cargo.toml | 2 +- .../rpc/runtime-api/Cargo.toml | 2 +- 44 files changed, 86 insertions(+), 86 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d9de0115b..0677e0078 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -684,14 +684,14 @@ dependencies = [ [[package]] name = "chainx" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "chainx-cli", ] [[package]] name = "chainx-cli" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "chainx-executor", "chainx-primitives", @@ -738,7 +738,7 @@ dependencies = [ [[package]] name = "chainx-executor" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "chainx-runtime", "frame-benchmarking 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -748,7 +748,7 @@ dependencies = [ [[package]] name = "chainx-primitives" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "frame-system", "parity-scale-codec", @@ -761,7 +761,7 @@ dependencies = [ [[package]] name = "chainx-rpc" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "chainx-primitives", "chainx-runtime", @@ -808,7 +808,7 @@ dependencies = [ [[package]] name = "chainx-runtime" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "chainx-primitives", "frame-benchmarking 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -8900,7 +8900,7 @@ dependencies = [ [[package]] name = "xp-assets-registrar" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "chainx-primitives", "impl-trait-for-tuples", @@ -8912,7 +8912,7 @@ dependencies = [ [[package]] name = "xp-gateway-bitcoin" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "chainx-primitives", "frame-support", @@ -8929,7 +8929,7 @@ dependencies = [ [[package]] name = "xp-gateway-common" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "bs58 0.3.1", "frame-support", @@ -8941,7 +8941,7 @@ dependencies = [ [[package]] name = "xp-genesis-builder" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "chainx-primitives", "serde", @@ -8950,7 +8950,7 @@ dependencies = [ [[package]] name = "xp-io" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "hex", "parity-scale-codec", @@ -8961,11 +8961,11 @@ dependencies = [ [[package]] name = "xp-logging" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" [[package]] name = "xp-mining-common" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "chainx-primitives", "sp-arithmetic", @@ -8974,7 +8974,7 @@ dependencies = [ [[package]] name = "xp-mining-staking" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "chainx-primitives", "sp-runtime", @@ -8984,7 +8984,7 @@ dependencies = [ [[package]] name = "xp-protocol" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "chainx-primitives", "parity-scale-codec", @@ -8994,7 +8994,7 @@ dependencies = [ [[package]] name = "xp-rpc" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "hex", "jsonrpc-core", @@ -9004,7 +9004,7 @@ dependencies = [ [[package]] name = "xp-runtime" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "hex", "parity-scale-codec", @@ -9016,7 +9016,7 @@ dependencies = [ [[package]] name = "xpallet-assets" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "bitflags", "chainx-primitives", @@ -9040,7 +9040,7 @@ dependencies = [ [[package]] name = "xpallet-assets-registrar" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "chainx-primitives", "frame-benchmarking 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -9062,7 +9062,7 @@ dependencies = [ [[package]] name = "xpallet-assets-rpc" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -9077,7 +9077,7 @@ dependencies = [ [[package]] name = "xpallet-assets-rpc-runtime-api" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "chainx-primitives", "parity-scale-codec", @@ -9088,7 +9088,7 @@ dependencies = [ [[package]] name = "xpallet-dex-spot" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "chainx-primitives", "env_logger", @@ -9112,7 +9112,7 @@ dependencies = [ [[package]] name = "xpallet-dex-spot-rpc" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -9128,7 +9128,7 @@ dependencies = [ [[package]] name = "xpallet-dex-spot-rpc-runtime-api" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "parity-scale-codec", "sp-api", @@ -9138,7 +9138,7 @@ dependencies = [ [[package]] name = "xpallet-gateway-bitcoin" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "bs58 0.3.1", "chainx-primitives", @@ -9175,7 +9175,7 @@ dependencies = [ [[package]] name = "xpallet-gateway-common" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "chainx-primitives", "frame-benchmarking 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -9205,7 +9205,7 @@ dependencies = [ [[package]] name = "xpallet-gateway-common-rpc" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "hex", "jsonrpc-core", @@ -9221,7 +9221,7 @@ dependencies = [ [[package]] name = "xpallet-gateway-common-rpc-runtime-api" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "chainx-primitives", "parity-scale-codec", @@ -9235,7 +9235,7 @@ dependencies = [ [[package]] name = "xpallet-gateway-records" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "chainx-primitives", "frame-benchmarking 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -9259,7 +9259,7 @@ dependencies = [ [[package]] name = "xpallet-gateway-records-rpc" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -9276,7 +9276,7 @@ dependencies = [ [[package]] name = "xpallet-gateway-records-rpc-runtime-api" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "chainx-primitives", "parity-scale-codec", @@ -9288,7 +9288,7 @@ dependencies = [ [[package]] name = "xpallet-genesis-builder" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "chainx-primitives", "frame-support", @@ -9309,7 +9309,7 @@ dependencies = [ [[package]] name = "xpallet-mining-asset" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "chainx-primitives", "env_logger", @@ -9338,7 +9338,7 @@ dependencies = [ [[package]] name = "xpallet-mining-asset-rpc" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -9353,7 +9353,7 @@ dependencies = [ [[package]] name = "xpallet-mining-asset-rpc-runtime-api" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "chainx-primitives", "parity-scale-codec", @@ -9364,7 +9364,7 @@ dependencies = [ [[package]] name = "xpallet-mining-staking" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "chainx-primitives", "env_logger", @@ -9394,7 +9394,7 @@ dependencies = [ [[package]] name = "xpallet-mining-staking-rpc" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -9409,7 +9409,7 @@ dependencies = [ [[package]] name = "xpallet-mining-staking-rpc-runtime-api" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "parity-scale-codec", "sp-api", @@ -9419,7 +9419,7 @@ dependencies = [ [[package]] name = "xpallet-support" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "hex", "sp-std", @@ -9427,7 +9427,7 @@ dependencies = [ [[package]] name = "xpallet-system" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "frame-support", "frame-system", @@ -9440,7 +9440,7 @@ dependencies = [ [[package]] name = "xpallet-transaction-fee" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "frame-support", "frame-system", @@ -9453,7 +9453,7 @@ dependencies = [ [[package]] name = "xpallet-transaction-fee-rpc" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -9471,7 +9471,7 @@ dependencies = [ [[package]] name = "xpallet-transaction-fee-rpc-runtime-api" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" dependencies = [ "parity-scale-codec", "sp-api", diff --git a/Cargo.toml b/Cargo.toml index fd51f3071..4c236366e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chainx" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018" description = "Fully Decentralized Interchain Crypto Asset Management on Polkadot" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 1f1d55e37..80890bda9 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chainx-cli" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] description = "Implementation of protocol https://chainx.org in Rust based on the Substrate framework." edition = "2018" diff --git a/executor/Cargo.toml b/executor/Cargo.toml index b28cd2a80..dd06e92e1 100644 --- a/executor/Cargo.toml +++ b/executor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chainx-executor" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018" diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 82f1584c8..022ee2c02 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chainx-primitives" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018" diff --git a/primitives/assets-registrar/Cargo.toml b/primitives/assets-registrar/Cargo.toml index f2d98ba8c..63ea2a4eb 100644 --- a/primitives/assets-registrar/Cargo.toml +++ b/primitives/assets-registrar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xp-assets-registrar" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018" diff --git a/primitives/gateway/bitcoin/Cargo.toml b/primitives/gateway/bitcoin/Cargo.toml index fa0a223a3..a140fc157 100644 --- a/primitives/gateway/bitcoin/Cargo.toml +++ b/primitives/gateway/bitcoin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xp-gateway-bitcoin" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018" diff --git a/primitives/gateway/common/Cargo.toml b/primitives/gateway/common/Cargo.toml index cc517687b..eed57b389 100644 --- a/primitives/gateway/common/Cargo.toml +++ b/primitives/gateway/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xp-gateway-common" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018" diff --git a/primitives/genesis-builder/Cargo.toml b/primitives/genesis-builder/Cargo.toml index 50b6be008..8269b5cef 100644 --- a/primitives/genesis-builder/Cargo.toml +++ b/primitives/genesis-builder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xp-genesis-builder" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018" diff --git a/primitives/io/Cargo.toml b/primitives/io/Cargo.toml index 82eba3b4a..665909da4 100644 --- a/primitives/io/Cargo.toml +++ b/primitives/io/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xp-io" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018" diff --git a/primitives/logging/Cargo.toml b/primitives/logging/Cargo.toml index 902cecb63..a77b5510d 100644 --- a/primitives/logging/Cargo.toml +++ b/primitives/logging/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xp-logging" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018" diff --git a/primitives/mining/common/Cargo.toml b/primitives/mining/common/Cargo.toml index 8934778cd..5f3c25b9a 100644 --- a/primitives/mining/common/Cargo.toml +++ b/primitives/mining/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xp-mining-common" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018" diff --git a/primitives/mining/staking/Cargo.toml b/primitives/mining/staking/Cargo.toml index f60cbd724..18362338a 100644 --- a/primitives/mining/staking/Cargo.toml +++ b/primitives/mining/staking/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xp-mining-staking" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018" diff --git a/primitives/protocol/Cargo.toml b/primitives/protocol/Cargo.toml index 7c35a57f8..be3d10ad4 100644 --- a/primitives/protocol/Cargo.toml +++ b/primitives/protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xp-protocol" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018" diff --git a/primitives/rpc/Cargo.toml b/primitives/rpc/Cargo.toml index 44dd89369..0cdc753a1 100644 --- a/primitives/rpc/Cargo.toml +++ b/primitives/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xp-rpc" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018" diff --git a/primitives/runtime/Cargo.toml b/primitives/runtime/Cargo.toml index bb388736e..6c4482f62 100644 --- a/primitives/runtime/Cargo.toml +++ b/primitives/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xp-runtime" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018" diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 21b46bc1a..ef1026d9f 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chainx-rpc" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018" diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 0757c32ad..993c6d39d 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chainx-runtime" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/assets-registrar/Cargo.toml b/xpallets/assets-registrar/Cargo.toml index 8df2e72d7..44fd370b9 100644 --- a/xpallets/assets-registrar/Cargo.toml +++ b/xpallets/assets-registrar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-assets-registrar" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/assets/Cargo.toml b/xpallets/assets/Cargo.toml index c965b0ca3..cd5fecd84 100644 --- a/xpallets/assets/Cargo.toml +++ b/xpallets/assets/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-assets" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/assets/rpc/Cargo.toml b/xpallets/assets/rpc/Cargo.toml index 7f394e165..66fe5b9b9 100644 --- a/xpallets/assets/rpc/Cargo.toml +++ b/xpallets/assets/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-assets-rpc" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/assets/rpc/runtime-api/Cargo.toml b/xpallets/assets/rpc/runtime-api/Cargo.toml index b829e6cf7..f9c75a4de 100644 --- a/xpallets/assets/rpc/runtime-api/Cargo.toml +++ b/xpallets/assets/rpc/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-assets-rpc-runtime-api" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/dex/spot/Cargo.toml b/xpallets/dex/spot/Cargo.toml index 2646924bd..817041a22 100644 --- a/xpallets/dex/spot/Cargo.toml +++ b/xpallets/dex/spot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-dex-spot" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/dex/spot/rpc/Cargo.toml b/xpallets/dex/spot/rpc/Cargo.toml index 3cbaed193..80c32ff1b 100644 --- a/xpallets/dex/spot/rpc/Cargo.toml +++ b/xpallets/dex/spot/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-dex-spot-rpc" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/dex/spot/rpc/runtime-api/Cargo.toml b/xpallets/dex/spot/rpc/runtime-api/Cargo.toml index 9983e67e7..7a0fa9423 100644 --- a/xpallets/dex/spot/rpc/runtime-api/Cargo.toml +++ b/xpallets/dex/spot/rpc/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-dex-spot-rpc-runtime-api" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/gateway/bitcoin/Cargo.toml b/xpallets/gateway/bitcoin/Cargo.toml index c975b1493..7007a545e 100644 --- a/xpallets/gateway/bitcoin/Cargo.toml +++ b/xpallets/gateway/bitcoin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-gateway-bitcoin" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/gateway/common/Cargo.toml b/xpallets/gateway/common/Cargo.toml index 71285439a..7d70cb4ec 100644 --- a/xpallets/gateway/common/Cargo.toml +++ b/xpallets/gateway/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-gateway-common" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/gateway/common/rpc/Cargo.toml b/xpallets/gateway/common/rpc/Cargo.toml index 07dc7b9e4..18f1fe977 100644 --- a/xpallets/gateway/common/rpc/Cargo.toml +++ b/xpallets/gateway/common/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-gateway-common-rpc" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/gateway/common/rpc/runtime-api/Cargo.toml b/xpallets/gateway/common/rpc/runtime-api/Cargo.toml index 4cae0e2af..5698b9f9d 100644 --- a/xpallets/gateway/common/rpc/runtime-api/Cargo.toml +++ b/xpallets/gateway/common/rpc/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-gateway-common-rpc-runtime-api" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/gateway/records/Cargo.toml b/xpallets/gateway/records/Cargo.toml index 93e3dd85a..befa6f9bf 100644 --- a/xpallets/gateway/records/Cargo.toml +++ b/xpallets/gateway/records/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-gateway-records" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/gateway/records/rpc/Cargo.toml b/xpallets/gateway/records/rpc/Cargo.toml index 08a5657e2..7a326a47e 100644 --- a/xpallets/gateway/records/rpc/Cargo.toml +++ b/xpallets/gateway/records/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-gateway-records-rpc" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/gateway/records/rpc/runtime-api/Cargo.toml b/xpallets/gateway/records/rpc/runtime-api/Cargo.toml index d33be7b1a..223b91d01 100644 --- a/xpallets/gateway/records/rpc/runtime-api/Cargo.toml +++ b/xpallets/gateway/records/rpc/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-gateway-records-rpc-runtime-api" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/genesis-builder/Cargo.toml b/xpallets/genesis-builder/Cargo.toml index 84a829a82..967031511 100644 --- a/xpallets/genesis-builder/Cargo.toml +++ b/xpallets/genesis-builder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-genesis-builder" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/mining/asset/Cargo.toml b/xpallets/mining/asset/Cargo.toml index 6a199550b..8b12dea1d 100644 --- a/xpallets/mining/asset/Cargo.toml +++ b/xpallets/mining/asset/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-mining-asset" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/mining/asset/rpc/Cargo.toml b/xpallets/mining/asset/rpc/Cargo.toml index 9b6bbb770..b0319aada 100644 --- a/xpallets/mining/asset/rpc/Cargo.toml +++ b/xpallets/mining/asset/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-mining-asset-rpc" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/mining/asset/rpc/runtime-api/Cargo.toml b/xpallets/mining/asset/rpc/runtime-api/Cargo.toml index 686adf9c5..44b485e0b 100644 --- a/xpallets/mining/asset/rpc/runtime-api/Cargo.toml +++ b/xpallets/mining/asset/rpc/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-mining-asset-rpc-runtime-api" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/mining/staking/Cargo.toml b/xpallets/mining/staking/Cargo.toml index 9de56c0d8..0519aa9ef 100644 --- a/xpallets/mining/staking/Cargo.toml +++ b/xpallets/mining/staking/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-mining-staking" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/mining/staking/rpc/Cargo.toml b/xpallets/mining/staking/rpc/Cargo.toml index d7df250cd..f18ab017d 100644 --- a/xpallets/mining/staking/rpc/Cargo.toml +++ b/xpallets/mining/staking/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-mining-staking-rpc" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/mining/staking/rpc/runtime-api/Cargo.toml b/xpallets/mining/staking/rpc/runtime-api/Cargo.toml index 2a377d40a..c25b7b08b 100644 --- a/xpallets/mining/staking/rpc/runtime-api/Cargo.toml +++ b/xpallets/mining/staking/rpc/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-mining-staking-rpc-runtime-api" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/support/Cargo.toml b/xpallets/support/Cargo.toml index 080fed99f..802522fff 100644 --- a/xpallets/support/Cargo.toml +++ b/xpallets/support/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-support" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/system/Cargo.toml b/xpallets/system/Cargo.toml index 2b4760ef1..39ac32e3a 100644 --- a/xpallets/system/Cargo.toml +++ b/xpallets/system/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-system" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/transaction-fee/Cargo.toml b/xpallets/transaction-fee/Cargo.toml index d14288bb6..e659601a1 100644 --- a/xpallets/transaction-fee/Cargo.toml +++ b/xpallets/transaction-fee/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-transaction-fee" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/transaction-fee/rpc/Cargo.toml b/xpallets/transaction-fee/rpc/Cargo.toml index add9f1e2a..f07d9b51d 100644 --- a/xpallets/transaction-fee/rpc/Cargo.toml +++ b/xpallets/transaction-fee/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-transaction-fee-rpc" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/transaction-fee/rpc/runtime-api/Cargo.toml b/xpallets/transaction-fee/rpc/runtime-api/Cargo.toml index bef1f33db..e6af82ea4 100644 --- a/xpallets/transaction-fee/rpc/runtime-api/Cargo.toml +++ b/xpallets/transaction-fee/rpc/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-transaction-fee-rpc-runtime-api" -version = "2.0.0-pre.3" +version = "2.0.0-pre.4" authors = ["The ChainX Authors"] edition = "2018"