From 251d3b7b03183309f4627193dfbc1149d40249e2 Mon Sep 17 00:00:00 2001 From: icodezjb <8869892+icodezjb@users.noreply.github.com> Date: Wed, 21 Feb 2024 14:38:55 +0800 Subject: [PATCH] prepare v5.2.3 (#703) * Update chainx-frontier dependency * Update bootnodes * Bump runtime version 33 -> 34 * Add bevm-finality-rpc finalized tool * Update chainx-frontier dependency * Update new addresses --------- Co-authored-by: icodezjb --- Cargo.lock | 140 +++++++++--------- Cargo.toml | 2 +- cli/Cargo.toml | 2 +- cli/src/res/chainx_regenesis.json | 5 +- contracts/uniswap-contracts/address.json | 16 +- 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/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/chainx/Cargo.toml | 2 +- runtime/chainx/src/lib.rs | 2 +- runtime/dev/Cargo.toml | 2 +- runtime/dev/src/lib.rs | 2 +- runtime/malan/Cargo.toml | 2 +- runtime/malan/src/lib.rs | 2 +- service/Cargo.toml | 2 +- xpallets/assets-bridge/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/btc-ledger/Cargo.toml | 2 +- xpallets/btc-ledger/rpc/Cargo.toml | 2 +- .../btc-ledger/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/bitcoin/rpc/Cargo.toml | 2 +- .../bitcoin/rpc/runtime-api/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 +- 57 files changed, 134 insertions(+), 135 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 98c96b529..a8e483d7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -787,14 +787,14 @@ dependencies = [ [[package]] name = "chainx" -version = "5.2.2" +version = "5.2.3" dependencies = [ "chainx-cli", ] [[package]] name = "chainx-cli" -version = "5.2.2" +version = "5.2.3" dependencies = [ "chainx-executor", "chainx-primitives", @@ -850,7 +850,7 @@ dependencies = [ [[package]] name = "chainx-executor" -version = "5.2.2" +version = "5.2.3" dependencies = [ "chainx-runtime", "dev-runtime", @@ -862,7 +862,7 @@ dependencies = [ [[package]] name = "chainx-primitives" -version = "5.2.2" +version = "5.2.3" dependencies = [ "frame-system", "parity-scale-codec", @@ -876,7 +876,7 @@ dependencies = [ [[package]] name = "chainx-rpc" -version = "5.2.2" +version = "5.2.3" dependencies = [ "bevm-finality-rpc", "chainx-primitives", @@ -937,7 +937,7 @@ dependencies = [ [[package]] name = "chainx-runtime" -version = "5.2.2" +version = "5.2.3" dependencies = [ "chainx-primitives", "chainx-runtime-common", @@ -1055,7 +1055,7 @@ dependencies = [ [[package]] name = "chainx-service" -version = "5.2.2" +version = "5.2.3" dependencies = [ "chainx-executor", "chainx-primitives", @@ -1568,7 +1568,7 @@ dependencies = [ [[package]] name = "dev-runtime" -version = "5.2.2" +version = "5.2.3" dependencies = [ "chainx-primitives", "chainx-runtime-common", @@ -2064,7 +2064,7 @@ dependencies = [ [[package]] name = "fc-consensus" version = "2.0.0-dev" -source = "git+https://github.com/chainx-org/frontier?branch=polkadot-v0.9.18-btc-fix2#cfef5cacf7a0aa6da1b6d4a298afaf9b07acc241" +source = "git+https://github.com/chainx-org/frontier?branch=polkadot-v0.9.18-btc-fix2#f42dbeb4013f239c07f99add4bd14b5cbe79eb58" dependencies = [ "async-trait", "fc-db", @@ -2083,7 +2083,7 @@ dependencies = [ [[package]] name = "fc-db" version = "2.0.0-dev" -source = "git+https://github.com/chainx-org/frontier?branch=polkadot-v0.9.18-btc-fix2#cfef5cacf7a0aa6da1b6d4a298afaf9b07acc241" +source = "git+https://github.com/chainx-org/frontier?branch=polkadot-v0.9.18-btc-fix2#f42dbeb4013f239c07f99add4bd14b5cbe79eb58" dependencies = [ "fp-storage", "kvdb-rocksdb", @@ -2097,7 +2097,7 @@ dependencies = [ [[package]] name = "fc-mapping-sync" version = "2.0.0-dev" -source = "git+https://github.com/chainx-org/frontier?branch=polkadot-v0.9.18-btc-fix2#cfef5cacf7a0aa6da1b6d4a298afaf9b07acc241" +source = "git+https://github.com/chainx-org/frontier?branch=polkadot-v0.9.18-btc-fix2#f42dbeb4013f239c07f99add4bd14b5cbe79eb58" dependencies = [ "fc-db", "fp-consensus", @@ -2114,7 +2114,7 @@ dependencies = [ [[package]] name = "fc-rpc" version = "2.0.0-dev" -source = "git+https://github.com/chainx-org/frontier?branch=polkadot-v0.9.18-btc-fix2#cfef5cacf7a0aa6da1b6d4a298afaf9b07acc241" +source = "git+https://github.com/chainx-org/frontier?branch=polkadot-v0.9.18-btc-fix2#f42dbeb4013f239c07f99add4bd14b5cbe79eb58" dependencies = [ "ethereum", "ethereum-types", @@ -2156,7 +2156,7 @@ dependencies = [ [[package]] name = "fc-rpc-core" version = "1.1.0-dev" -source = "git+https://github.com/chainx-org/frontier?branch=polkadot-v0.9.18-btc-fix2#cfef5cacf7a0aa6da1b6d4a298afaf9b07acc241" +source = "git+https://github.com/chainx-org/frontier?branch=polkadot-v0.9.18-btc-fix2#f42dbeb4013f239c07f99add4bd14b5cbe79eb58" dependencies = [ "ethereum", "ethereum-types", @@ -2263,7 +2263,7 @@ dependencies = [ [[package]] name = "fp-consensus" version = "2.0.0-dev" -source = "git+https://github.com/chainx-org/frontier?branch=polkadot-v0.9.18-btc-fix2#cfef5cacf7a0aa6da1b6d4a298afaf9b07acc241" +source = "git+https://github.com/chainx-org/frontier?branch=polkadot-v0.9.18-btc-fix2#f42dbeb4013f239c07f99add4bd14b5cbe79eb58" dependencies = [ "ethereum", "parity-scale-codec", @@ -2275,7 +2275,7 @@ dependencies = [ [[package]] name = "fp-evm" version = "3.0.0-dev" -source = "git+https://github.com/chainx-org/frontier?branch=polkadot-v0.9.18-btc-fix2#cfef5cacf7a0aa6da1b6d4a298afaf9b07acc241" +source = "git+https://github.com/chainx-org/frontier?branch=polkadot-v0.9.18-btc-fix2#f42dbeb4013f239c07f99add4bd14b5cbe79eb58" dependencies = [ "evm", "parity-scale-codec", @@ -2287,7 +2287,7 @@ dependencies = [ [[package]] name = "fp-rpc" version = "3.0.0-dev" -source = "git+https://github.com/chainx-org/frontier?branch=polkadot-v0.9.18-btc-fix2#cfef5cacf7a0aa6da1b6d4a298afaf9b07acc241" +source = "git+https://github.com/chainx-org/frontier?branch=polkadot-v0.9.18-btc-fix2#f42dbeb4013f239c07f99add4bd14b5cbe79eb58" dependencies = [ "ethereum", "ethereum-types", @@ -2304,7 +2304,7 @@ dependencies = [ [[package]] name = "fp-self-contained" version = "1.0.0-dev" -source = "git+https://github.com/chainx-org/frontier?branch=polkadot-v0.9.18-btc-fix2#cfef5cacf7a0aa6da1b6d4a298afaf9b07acc241" +source = "git+https://github.com/chainx-org/frontier?branch=polkadot-v0.9.18-btc-fix2#f42dbeb4013f239c07f99add4bd14b5cbe79eb58" dependencies = [ "ethereum", "frame-support", @@ -2320,7 +2320,7 @@ dependencies = [ [[package]] name = "fp-storage" version = "2.0.0" -source = "git+https://github.com/chainx-org/frontier?branch=polkadot-v0.9.18-btc-fix2#cfef5cacf7a0aa6da1b6d4a298afaf9b07acc241" +source = "git+https://github.com/chainx-org/frontier?branch=polkadot-v0.9.18-btc-fix2#f42dbeb4013f239c07f99add4bd14b5cbe79eb58" dependencies = [ "parity-scale-codec", ] @@ -4548,7 +4548,7 @@ dependencies = [ [[package]] name = "malan-runtime" -version = "5.2.2" +version = "5.2.3" dependencies = [ "chainx-primitives", "chainx-runtime-common", @@ -5296,7 +5296,7 @@ dependencies = [ [[package]] name = "pallet-base-fee" version = "1.0.0" -source = "git+https://github.com/chainx-org/frontier?branch=polkadot-v0.9.18-btc-fix2#cfef5cacf7a0aa6da1b6d4a298afaf9b07acc241" +source = "git+https://github.com/chainx-org/frontier?branch=polkadot-v0.9.18-btc-fix2#f42dbeb4013f239c07f99add4bd14b5cbe79eb58" dependencies = [ "frame-support", "frame-system", @@ -5378,7 +5378,7 @@ dependencies = [ [[package]] name = "pallet-ethereum" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/frontier?branch=polkadot-v0.9.18-btc-fix2#cfef5cacf7a0aa6da1b6d4a298afaf9b07acc241" +source = "git+https://github.com/chainx-org/frontier?branch=polkadot-v0.9.18-btc-fix2#f42dbeb4013f239c07f99add4bd14b5cbe79eb58" dependencies = [ "ethereum", "ethereum-types", @@ -5407,7 +5407,7 @@ dependencies = [ [[package]] name = "pallet-evm" version = "6.0.0-dev" -source = "git+https://github.com/chainx-org/frontier?branch=polkadot-v0.9.18-btc-fix2#cfef5cacf7a0aa6da1b6d4a298afaf9b07acc241" +source = "git+https://github.com/chainx-org/frontier?branch=polkadot-v0.9.18-btc-fix2#f42dbeb4013f239c07f99add4bd14b5cbe79eb58" dependencies = [ "evm", "fp-evm", @@ -5433,7 +5433,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-blake2" version = "2.0.0-dev" -source = "git+https://github.com/chainx-org/frontier?branch=polkadot-v0.9.18-btc-fix2#cfef5cacf7a0aa6da1b6d4a298afaf9b07acc241" +source = "git+https://github.com/chainx-org/frontier?branch=polkadot-v0.9.18-btc-fix2#f42dbeb4013f239c07f99add4bd14b5cbe79eb58" dependencies = [ "fp-evm", ] @@ -5441,7 +5441,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-bn128" version = "2.0.0-dev" -source = "git+https://github.com/chainx-org/frontier?branch=polkadot-v0.9.18-btc-fix2#cfef5cacf7a0aa6da1b6d4a298afaf9b07acc241" +source = "git+https://github.com/chainx-org/frontier?branch=polkadot-v0.9.18-btc-fix2#f42dbeb4013f239c07f99add4bd14b5cbe79eb58" dependencies = [ "fp-evm", "sp-core", @@ -5451,7 +5451,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-dispatch" version = "2.0.0-dev" -source = "git+https://github.com/chainx-org/frontier?branch=polkadot-v0.9.18-btc-fix2#cfef5cacf7a0aa6da1b6d4a298afaf9b07acc241" +source = "git+https://github.com/chainx-org/frontier?branch=polkadot-v0.9.18-btc-fix2#f42dbeb4013f239c07f99add4bd14b5cbe79eb58" dependencies = [ "fp-evm", "frame-support", @@ -5461,7 +5461,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-modexp" version = "2.0.0-dev" -source = "git+https://github.com/chainx-org/frontier?branch=polkadot-v0.9.18-btc-fix2#cfef5cacf7a0aa6da1b6d4a298afaf9b07acc241" +source = "git+https://github.com/chainx-org/frontier?branch=polkadot-v0.9.18-btc-fix2#f42dbeb4013f239c07f99add4bd14b5cbe79eb58" dependencies = [ "fp-evm", "num", @@ -5470,7 +5470,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-sha3fips" version = "2.0.0-dev" -source = "git+https://github.com/chainx-org/frontier?branch=polkadot-v0.9.18-btc-fix2#cfef5cacf7a0aa6da1b6d4a298afaf9b07acc241" +source = "git+https://github.com/chainx-org/frontier?branch=polkadot-v0.9.18-btc-fix2#f42dbeb4013f239c07f99add4bd14b5cbe79eb58" dependencies = [ "fp-evm", "tiny-keccak", @@ -5479,7 +5479,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-simple" version = "2.0.0-dev" -source = "git+https://github.com/chainx-org/frontier?branch=polkadot-v0.9.18-btc-fix2#cfef5cacf7a0aa6da1b6d4a298afaf9b07acc241" +source = "git+https://github.com/chainx-org/frontier?branch=polkadot-v0.9.18-btc-fix2#f42dbeb4013f239c07f99add4bd14b5cbe79eb58" dependencies = [ "fp-evm", "ripemd", @@ -10287,7 +10287,7 @@ dependencies = [ [[package]] name = "xp-assets-registrar" -version = "5.2.2" +version = "5.2.3" dependencies = [ "chainx-primitives", "impl-trait-for-tuples", @@ -10300,7 +10300,7 @@ dependencies = [ [[package]] name = "xp-gateway-bitcoin" -version = "5.2.2" +version = "5.2.3" dependencies = [ "chainx-primitives", "frame-support", @@ -10317,7 +10317,7 @@ dependencies = [ [[package]] name = "xp-gateway-common" -version = "5.2.2" +version = "5.2.3" dependencies = [ "bs58 0.3.1", "frame-support", @@ -10330,7 +10330,7 @@ dependencies = [ [[package]] name = "xp-genesis-builder" -version = "5.2.2" +version = "5.2.3" dependencies = [ "chainx-primitives", "serde", @@ -10339,7 +10339,7 @@ dependencies = [ [[package]] name = "xp-io" -version = "5.2.2" +version = "5.2.3" dependencies = [ "hex", "parity-scale-codec", @@ -10350,7 +10350,7 @@ dependencies = [ [[package]] name = "xp-mining-common" -version = "5.2.2" +version = "5.2.3" dependencies = [ "chainx-primitives", "sp-arithmetic", @@ -10359,7 +10359,7 @@ dependencies = [ [[package]] name = "xp-mining-staking" -version = "5.2.2" +version = "5.2.3" dependencies = [ "chainx-primitives", "sp-runtime", @@ -10369,7 +10369,7 @@ dependencies = [ [[package]] name = "xp-protocol" -version = "5.2.2" +version = "5.2.3" dependencies = [ "chainx-primitives", "parity-scale-codec", @@ -10380,7 +10380,7 @@ dependencies = [ [[package]] name = "xp-rpc" -version = "5.2.2" +version = "5.2.3" dependencies = [ "hex", "jsonrpc-core", @@ -10390,7 +10390,7 @@ dependencies = [ [[package]] name = "xp-runtime" -version = "5.2.2" +version = "5.2.3" dependencies = [ "fp-rpc", "hex", @@ -10405,7 +10405,7 @@ dependencies = [ [[package]] name = "xpallet-assets" -version = "5.2.2" +version = "5.2.3" dependencies = [ "bitflags", "chainx-primitives", @@ -10428,7 +10428,7 @@ dependencies = [ [[package]] name = "xpallet-assets-bridge" -version = "5.2.2" +version = "5.2.3" dependencies = [ "chainx-primitives", "ethabi", @@ -10451,7 +10451,7 @@ dependencies = [ [[package]] name = "xpallet-assets-registrar" -version = "5.2.2" +version = "5.2.3" dependencies = [ "chainx-primitives", "frame-benchmarking", @@ -10473,7 +10473,7 @@ dependencies = [ [[package]] name = "xpallet-assets-rpc" -version = "5.2.2" +version = "5.2.3" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -10488,7 +10488,7 @@ dependencies = [ [[package]] name = "xpallet-assets-rpc-runtime-api" -version = "5.2.2" +version = "5.2.3" dependencies = [ "chainx-primitives", "parity-scale-codec", @@ -10499,7 +10499,7 @@ dependencies = [ [[package]] name = "xpallet-btc-ledger" -version = "5.2.2" +version = "5.2.3" dependencies = [ "frame-benchmarking", "frame-support", @@ -10514,7 +10514,7 @@ dependencies = [ [[package]] name = "xpallet-btc-ledger-rpc" -version = "5.2.2" +version = "5.2.3" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -10529,7 +10529,7 @@ dependencies = [ [[package]] name = "xpallet-btc-ledger-runtime-api" -version = "5.2.2" +version = "5.2.3" dependencies = [ "parity-scale-codec", "sp-api", @@ -10538,7 +10538,7 @@ dependencies = [ [[package]] name = "xpallet-dex-spot" -version = "5.2.2" +version = "5.2.3" dependencies = [ "chainx-primitives", "env_logger 0.7.1", @@ -10562,7 +10562,7 @@ dependencies = [ [[package]] name = "xpallet-dex-spot-rpc" -version = "5.2.2" +version = "5.2.3" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -10578,7 +10578,7 @@ dependencies = [ [[package]] name = "xpallet-dex-spot-rpc-runtime-api" -version = "5.2.2" +version = "5.2.3" dependencies = [ "parity-scale-codec", "sp-api", @@ -10599,7 +10599,7 @@ dependencies = [ [[package]] name = "xpallet-gateway-bitcoin" -version = "5.2.2" +version = "5.2.3" dependencies = [ "bs58 0.3.1", "chainx-primitives", @@ -10638,7 +10638,7 @@ dependencies = [ [[package]] name = "xpallet-gateway-bitcoin-rpc" -version = "5.2.2" +version = "5.2.3" dependencies = [ "hex", "jsonrpc-core", @@ -10655,7 +10655,7 @@ dependencies = [ [[package]] name = "xpallet-gateway-bitcoin-rpc-runtime-api" -version = "5.2.2" +version = "5.2.3" dependencies = [ "chainx-primitives", "parity-scale-codec", @@ -10669,7 +10669,7 @@ dependencies = [ [[package]] name = "xpallet-gateway-common" -version = "5.2.2" +version = "5.2.3" dependencies = [ "chainx-primitives", "frame-benchmarking", @@ -10707,7 +10707,7 @@ dependencies = [ [[package]] name = "xpallet-gateway-common-rpc" -version = "5.2.2" +version = "5.2.3" dependencies = [ "hex", "jsonrpc-core", @@ -10724,7 +10724,7 @@ dependencies = [ [[package]] name = "xpallet-gateway-common-rpc-runtime-api" -version = "5.2.2" +version = "5.2.3" dependencies = [ "chainx-primitives", "parity-scale-codec", @@ -10740,7 +10740,7 @@ dependencies = [ [[package]] name = "xpallet-gateway-records" -version = "5.2.2" +version = "5.2.3" dependencies = [ "chainx-primitives", "frame-benchmarking", @@ -10763,7 +10763,7 @@ dependencies = [ [[package]] name = "xpallet-gateway-records-rpc" -version = "5.2.2" +version = "5.2.3" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -10779,7 +10779,7 @@ dependencies = [ [[package]] name = "xpallet-gateway-records-rpc-runtime-api" -version = "5.2.2" +version = "5.2.3" dependencies = [ "chainx-primitives", "parity-scale-codec", @@ -10791,7 +10791,7 @@ dependencies = [ [[package]] name = "xpallet-genesis-builder" -version = "5.2.2" +version = "5.2.3" dependencies = [ "chainx-primitives", "frame-support", @@ -10812,7 +10812,7 @@ dependencies = [ [[package]] name = "xpallet-mining-asset" -version = "5.2.2" +version = "5.2.3" dependencies = [ "chainx-primitives", "env_logger 0.7.1", @@ -10841,7 +10841,7 @@ dependencies = [ [[package]] name = "xpallet-mining-asset-rpc" -version = "5.2.2" +version = "5.2.3" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -10856,7 +10856,7 @@ dependencies = [ [[package]] name = "xpallet-mining-asset-rpc-runtime-api" -version = "5.2.2" +version = "5.2.3" dependencies = [ "chainx-primitives", "parity-scale-codec", @@ -10867,7 +10867,7 @@ dependencies = [ [[package]] name = "xpallet-mining-staking" -version = "5.2.2" +version = "5.2.3" dependencies = [ "chainx-primitives", "frame-benchmarking", @@ -10897,7 +10897,7 @@ dependencies = [ [[package]] name = "xpallet-mining-staking-rpc" -version = "5.2.2" +version = "5.2.3" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -10912,7 +10912,7 @@ dependencies = [ [[package]] name = "xpallet-mining-staking-rpc-runtime-api" -version = "5.2.2" +version = "5.2.3" dependencies = [ "parity-scale-codec", "sp-api", @@ -10922,7 +10922,7 @@ dependencies = [ [[package]] name = "xpallet-support" -version = "5.2.2" +version = "5.2.3" dependencies = [ "hex", "sp-std", @@ -10930,7 +10930,7 @@ dependencies = [ [[package]] name = "xpallet-system" -version = "5.2.2" +version = "5.2.3" dependencies = [ "frame-support", "frame-system", @@ -10944,7 +10944,7 @@ dependencies = [ [[package]] name = "xpallet-transaction-fee" -version = "5.2.2" +version = "5.2.3" dependencies = [ "frame-support", "frame-system", @@ -10958,7 +10958,7 @@ dependencies = [ [[package]] name = "xpallet-transaction-fee-rpc" -version = "5.2.2" +version = "5.2.3" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -10976,7 +10976,7 @@ dependencies = [ [[package]] name = "xpallet-transaction-fee-rpc-runtime-api" -version = "5.2.2" +version = "5.2.3" dependencies = [ "parity-scale-codec", "sp-api", diff --git a/Cargo.toml b/Cargo.toml index 0dcfef05a..ba8f78883 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chainx" -version = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" description = "Fully Decentralized Interchain Crypto Asset Management on Polkadot" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 8a9ef9656..edc671c01 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chainx-cli" -version = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] description = "Implementation of protocol https://chainx.org in Rust based on the Substrate framework." edition = "2021" diff --git a/cli/src/res/chainx_regenesis.json b/cli/src/res/chainx_regenesis.json index 782c3ee5c..0f67a0cec 100644 --- a/cli/src/res/chainx_regenesis.json +++ b/cli/src/res/chainx_regenesis.json @@ -3,9 +3,8 @@ "id": "chainx", "chainType": "Live", "bootNodes": [ - "/ip4/18.142.230.171/tcp/23555/ws/p2p/12D3KooWQ6GGfmvmmmsbKRmZqMA3A8rxaHz25HvA7JNBbcZhLXtk", - "/ip4/47.99.179.60/tcp/20222/ws/p2p/12D3KooWGLMfkuzy9WzbV7rTRvHk6AvHg89nT8mipNQoQw36eARc", - "/ip4/47.114.74.52/tcp/36789/ws/p2p/12D3KooWJPMUkGytfAMt3AMqm4AFn4VToXjbWZoC4Z2NxXNXvTwb" + "/ip4/18.222.166.234/tcp/9001/ws/p2p/12D3KooWMdwp2izsvRNRRSJTT2VdRu9VQfGck8jx21wX9vwresT4", + "/ip4/18.188.109.150/tcp/9001/ws/p2p/12D3KooWQdw2mmQPmHJjstKhM7q2J7Xxo86qYxDbXH7Gz3wqMznb" ], "telemetryEndpoints": [ [ diff --git a/contracts/uniswap-contracts/address.json b/contracts/uniswap-contracts/address.json index 1df03b653..db1317a5b 100644 --- a/contracts/uniswap-contracts/address.json +++ b/contracts/uniswap-contracts/address.json @@ -1,19 +1,19 @@ { "chainx-testnet": { - "WETH": "0x51abb19F1ebc7B64040aFd0ef3C789d75C8707e0", - "Factory": "0xe922A087CA192ffdaA32eCB6A3ad3320bfFDd83b", + "WETH": "0xFd861b4eeA652d92a679504a8b8341655340eA5d", + "Factory": "0x9480C6Fa8768F18cc0cfe35694Ce8C1660A02B5A", "Factory Feeto": "0xcAF084133CBdBE27490d3afB0Da220a40C32E307", - "RouterV02": "0x990e95C5CddAf60785ad92caF86Dea6c83F6f867", - "Multicall": "0x784ea1566D3820DaE6aa220eA8C5a0836297fcD3", + "RouterV02": "0x054Fa299e4cFE7cDC87a5998eA4e7cfccB3bc4C2", + "Multicall": "0x5a00E2FBCBa6790b20c338DF1eE9842f584DCfdA", "ENSRegistry": "0x21b782d2357797D78D48813048033F187AAa2F9C", "init_code_hash": "0x01429e880a7972ebfbba904a5bbe32a816e78273e4b38ffa6bdeaebce8adba7c" }, "chainx-mainnet": { - "WETH": "0x09Ff8E49D0EA411A3422ed95E8f5497D4241F532", - "Factory": "0x356FD03E73ce821d5F7dFea51d1cB336EeFd67b1", + "WETH": "0x9D1dFD3a94C218B5dF3A1875157A936f99EcAA76", + "Factory": "0xc3A4f9Bab921FbEB26595659C1511e9F24647902", "Factory Feeto": "0xe4401b593DCBA4c057fccD1baa3ab9cFacfa64d8", - "RouterV02": "0xC7Dd38D6D161e2a440617508308639B2d701F633", - "Multicall": "0x79eA96a9857b3fcf7B037E5EE98D4da63Ff1934A", + "RouterV02": "0xA932608b834b3711FeECBC0e7403B5B530531E0b", + "Multicall": "0x04C3FAfaf3dBb75537c9e524835107E56130aa0A", "ENSRegistry": "0x8F8F6B104190a4A24CcFf7B4006Ea7A59baeAf81", "init_code_hash": "0x01429e880a7972ebfbba904a5bbe32a816e78273e4b38ffa6bdeaebce8adba7c" } diff --git a/executor/Cargo.toml b/executor/Cargo.toml index 7b973ed31..0bfe0ed7d 100644 --- a/executor/Cargo.toml +++ b/executor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chainx-executor" -version = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index be63d679e..5b6aa2679 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chainx-primitives" -version = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/primitives/assets-registrar/Cargo.toml b/primitives/assets-registrar/Cargo.toml index 6be866f83..31753157d 100644 --- a/primitives/assets-registrar/Cargo.toml +++ b/primitives/assets-registrar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xp-assets-registrar" -version = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/primitives/gateway/bitcoin/Cargo.toml b/primitives/gateway/bitcoin/Cargo.toml index 8ebf1b956..8ef4a30c0 100644 --- a/primitives/gateway/bitcoin/Cargo.toml +++ b/primitives/gateway/bitcoin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xp-gateway-bitcoin" -version = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/primitives/gateway/common/Cargo.toml b/primitives/gateway/common/Cargo.toml index 1e749e1a4..c2e922bc8 100644 --- a/primitives/gateway/common/Cargo.toml +++ b/primitives/gateway/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xp-gateway-common" -version = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/primitives/genesis-builder/Cargo.toml b/primitives/genesis-builder/Cargo.toml index 6c332fe03..2e22f9441 100644 --- a/primitives/genesis-builder/Cargo.toml +++ b/primitives/genesis-builder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xp-genesis-builder" -version = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/primitives/io/Cargo.toml b/primitives/io/Cargo.toml index 7c79ef4bc..2864e89a8 100644 --- a/primitives/io/Cargo.toml +++ b/primitives/io/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xp-io" -version = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/primitives/mining/common/Cargo.toml b/primitives/mining/common/Cargo.toml index 47bd18bf5..c64db3a49 100644 --- a/primitives/mining/common/Cargo.toml +++ b/primitives/mining/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xp-mining-common" -version = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/primitives/mining/staking/Cargo.toml b/primitives/mining/staking/Cargo.toml index a3626a908..97b73437f 100644 --- a/primitives/mining/staking/Cargo.toml +++ b/primitives/mining/staking/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xp-mining-staking" -version = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/primitives/protocol/Cargo.toml b/primitives/protocol/Cargo.toml index a6f6abd60..2e8b96220 100644 --- a/primitives/protocol/Cargo.toml +++ b/primitives/protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xp-protocol" -version = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/primitives/rpc/Cargo.toml b/primitives/rpc/Cargo.toml index 668f56e74..f34fe6766 100644 --- a/primitives/rpc/Cargo.toml +++ b/primitives/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xp-rpc" -version = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/primitives/runtime/Cargo.toml b/primitives/runtime/Cargo.toml index 6ff73321a..b2cef59f4 100644 --- a/primitives/runtime/Cargo.toml +++ b/primitives/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xp-runtime" -version = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 85a5013ef..5f33e8d8b 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chainx-rpc" -version = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/runtime/chainx/Cargo.toml b/runtime/chainx/Cargo.toml index 027424f59..858e2c1a2 100644 --- a/runtime/chainx/Cargo.toml +++ b/runtime/chainx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chainx-runtime" -version = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/runtime/chainx/src/lib.rs b/runtime/chainx/src/lib.rs index ba0fee27b..72edd3503 100644 --- a/runtime/chainx/src/lib.rs +++ b/runtime/chainx/src/lib.rs @@ -125,7 +125,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("chainx"), impl_name: create_runtime_str!("chainx-net"), authoring_version: 1, - spec_version: 33, + spec_version: 34, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 7, diff --git a/runtime/dev/Cargo.toml b/runtime/dev/Cargo.toml index 206075195..927b317ec 100644 --- a/runtime/dev/Cargo.toml +++ b/runtime/dev/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dev-runtime" -version = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/runtime/dev/src/lib.rs b/runtime/dev/src/lib.rs index afdf19601..6dee1ad1a 100644 --- a/runtime/dev/src/lib.rs +++ b/runtime/dev/src/lib.rs @@ -125,7 +125,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("chainx"), impl_name: create_runtime_str!("chainx-dev"), authoring_version: 1, - spec_version: 33, + spec_version: 34, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 7, diff --git a/runtime/malan/Cargo.toml b/runtime/malan/Cargo.toml index 8d798ac31..561357808 100644 --- a/runtime/malan/Cargo.toml +++ b/runtime/malan/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "malan-runtime" -version = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/runtime/malan/src/lib.rs b/runtime/malan/src/lib.rs index 7689a8a03..fab6576f1 100644 --- a/runtime/malan/src/lib.rs +++ b/runtime/malan/src/lib.rs @@ -125,7 +125,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("chainx"), impl_name: create_runtime_str!("chainx-malan"), authoring_version: 1, - spec_version: 33, + spec_version: 34, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 7, diff --git a/service/Cargo.toml b/service/Cargo.toml index 509612f9d..27753facf 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chainx-service" -version = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/xpallets/assets-bridge/Cargo.toml b/xpallets/assets-bridge/Cargo.toml index 3cc1cffc9..efb04d790 100644 --- a/xpallets/assets-bridge/Cargo.toml +++ b/xpallets/assets-bridge/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-assets-bridge" -version = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/xpallets/assets-registrar/Cargo.toml b/xpallets/assets-registrar/Cargo.toml index 3fd0ee6d1..b75e39295 100644 --- a/xpallets/assets-registrar/Cargo.toml +++ b/xpallets/assets-registrar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-assets-registrar" -version = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/xpallets/assets/Cargo.toml b/xpallets/assets/Cargo.toml index 9599fba0a..c70345f9a 100644 --- a/xpallets/assets/Cargo.toml +++ b/xpallets/assets/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-assets" -version = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/xpallets/assets/rpc/Cargo.toml b/xpallets/assets/rpc/Cargo.toml index 9f0d6e3be..bdcec6cf9 100644 --- a/xpallets/assets/rpc/Cargo.toml +++ b/xpallets/assets/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-assets-rpc" -version = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/xpallets/assets/rpc/runtime-api/Cargo.toml b/xpallets/assets/rpc/runtime-api/Cargo.toml index 54a7ac4b2..1d46373df 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 = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/xpallets/btc-ledger/Cargo.toml b/xpallets/btc-ledger/Cargo.toml index b56f5a37c..45215b1f8 100644 --- a/xpallets/btc-ledger/Cargo.toml +++ b/xpallets/btc-ledger/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-btc-ledger" -version = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/xpallets/btc-ledger/rpc/Cargo.toml b/xpallets/btc-ledger/rpc/Cargo.toml index e0ae45eb2..3a4dece56 100644 --- a/xpallets/btc-ledger/rpc/Cargo.toml +++ b/xpallets/btc-ledger/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-btc-ledger-rpc" -version = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/xpallets/btc-ledger/rpc/runtime-api/Cargo.toml b/xpallets/btc-ledger/rpc/runtime-api/Cargo.toml index d28b95e85..83686ce33 100644 --- a/xpallets/btc-ledger/rpc/runtime-api/Cargo.toml +++ b/xpallets/btc-ledger/rpc/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-btc-ledger-runtime-api" -version = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/xpallets/dex/spot/Cargo.toml b/xpallets/dex/spot/Cargo.toml index 168a28659..3d7336078 100644 --- a/xpallets/dex/spot/Cargo.toml +++ b/xpallets/dex/spot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-dex-spot" -version = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/xpallets/dex/spot/rpc/Cargo.toml b/xpallets/dex/spot/rpc/Cargo.toml index ec73be101..4039ff6ca 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 = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/xpallets/dex/spot/rpc/runtime-api/Cargo.toml b/xpallets/dex/spot/rpc/runtime-api/Cargo.toml index a328bb29d..61a1247d5 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 = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/xpallets/gateway/bitcoin/Cargo.toml b/xpallets/gateway/bitcoin/Cargo.toml index 10fa9829b..1965d8df0 100644 --- a/xpallets/gateway/bitcoin/Cargo.toml +++ b/xpallets/gateway/bitcoin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-gateway-bitcoin" -version = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/xpallets/gateway/bitcoin/rpc/Cargo.toml b/xpallets/gateway/bitcoin/rpc/Cargo.toml index 4ced45ee0..66496a26f 100644 --- a/xpallets/gateway/bitcoin/rpc/Cargo.toml +++ b/xpallets/gateway/bitcoin/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-gateway-bitcoin-rpc" -version = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/xpallets/gateway/bitcoin/rpc/runtime-api/Cargo.toml b/xpallets/gateway/bitcoin/rpc/runtime-api/Cargo.toml index e2d6b1c6b..a79fc77a3 100644 --- a/xpallets/gateway/bitcoin/rpc/runtime-api/Cargo.toml +++ b/xpallets/gateway/bitcoin/rpc/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-gateway-bitcoin-rpc-runtime-api" -version = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/xpallets/gateway/common/Cargo.toml b/xpallets/gateway/common/Cargo.toml index 0d5b3482a..b28e3a9b2 100644 --- a/xpallets/gateway/common/Cargo.toml +++ b/xpallets/gateway/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-gateway-common" -version = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/xpallets/gateway/common/rpc/Cargo.toml b/xpallets/gateway/common/rpc/Cargo.toml index 7dcaace93..7c9224727 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 = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/xpallets/gateway/common/rpc/runtime-api/Cargo.toml b/xpallets/gateway/common/rpc/runtime-api/Cargo.toml index af5063e5a..b39e6e6f3 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 = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/xpallets/gateway/records/Cargo.toml b/xpallets/gateway/records/Cargo.toml index f12592ad4..be84a1e28 100644 --- a/xpallets/gateway/records/Cargo.toml +++ b/xpallets/gateway/records/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-gateway-records" -version = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/xpallets/gateway/records/rpc/Cargo.toml b/xpallets/gateway/records/rpc/Cargo.toml index 2e3f2439f..8704627d0 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 = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/xpallets/gateway/records/rpc/runtime-api/Cargo.toml b/xpallets/gateway/records/rpc/runtime-api/Cargo.toml index 1a8dad095..32ef8e782 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 = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/xpallets/genesis-builder/Cargo.toml b/xpallets/genesis-builder/Cargo.toml index 5dad70d0d..33e8cdc66 100644 --- a/xpallets/genesis-builder/Cargo.toml +++ b/xpallets/genesis-builder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-genesis-builder" -version = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/xpallets/mining/asset/Cargo.toml b/xpallets/mining/asset/Cargo.toml index 42f4435be..bc0614f0a 100644 --- a/xpallets/mining/asset/Cargo.toml +++ b/xpallets/mining/asset/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-mining-asset" -version = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/xpallets/mining/asset/rpc/Cargo.toml b/xpallets/mining/asset/rpc/Cargo.toml index 797e338a2..a96f8f42e 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 = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/xpallets/mining/asset/rpc/runtime-api/Cargo.toml b/xpallets/mining/asset/rpc/runtime-api/Cargo.toml index 66f00234c..8f1f0930d 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 = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/xpallets/mining/staking/Cargo.toml b/xpallets/mining/staking/Cargo.toml index 99a790d9f..8724cffbb 100644 --- a/xpallets/mining/staking/Cargo.toml +++ b/xpallets/mining/staking/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-mining-staking" -version = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/xpallets/mining/staking/rpc/Cargo.toml b/xpallets/mining/staking/rpc/Cargo.toml index 14207cd55..1c45203de 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 = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/xpallets/mining/staking/rpc/runtime-api/Cargo.toml b/xpallets/mining/staking/rpc/runtime-api/Cargo.toml index 21146a544..e1eeed9a7 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 = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/xpallets/support/Cargo.toml b/xpallets/support/Cargo.toml index 42adc9bd1..10efe0076 100644 --- a/xpallets/support/Cargo.toml +++ b/xpallets/support/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-support" -version = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/xpallets/system/Cargo.toml b/xpallets/system/Cargo.toml index abba9ac56..0ed4c8744 100644 --- a/xpallets/system/Cargo.toml +++ b/xpallets/system/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-system" -version = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/xpallets/transaction-fee/Cargo.toml b/xpallets/transaction-fee/Cargo.toml index b14d4d09a..0f278a835 100644 --- a/xpallets/transaction-fee/Cargo.toml +++ b/xpallets/transaction-fee/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-transaction-fee" -version = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/xpallets/transaction-fee/rpc/Cargo.toml b/xpallets/transaction-fee/rpc/Cargo.toml index dd71a4f99..98a235351 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 = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021" diff --git a/xpallets/transaction-fee/rpc/runtime-api/Cargo.toml b/xpallets/transaction-fee/rpc/runtime-api/Cargo.toml index ae37203dd..a607ef2e3 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 = "5.2.2" +version = "5.2.3" authors = ["The ChainX Authors"] edition = "2021"