From dd70eb4f29f12eb9fe105d6d484b78ddc140a12d Mon Sep 17 00:00:00 2001 From: Xavier Lau Date: Wed, 15 Sep 2021 14:59:40 +0800 Subject: [PATCH 1/4] Bump Crate Version --- Cargo.lock | 124 +++++++++--------- client/dvm/db/Cargo.toml | 2 +- client/dvm/mapping-sync/Cargo.toml | 2 +- client/dvm/rpc/Cargo.toml | 2 +- frame/balances/Cargo.toml | 2 +- frame/balances/rpc/Cargo.toml | 2 +- frame/balances/rpc/runtime-api/Cargo.toml | 2 +- frame/bridge/bsc/Cargo.toml | 2 +- frame/bridge/ethereum/Cargo.toml | 2 +- frame/bridge/relay-authorities/Cargo.toml | 2 +- frame/bridge/relayer-game/Cargo.toml | 2 +- frame/claims/Cargo.toml | 2 +- frame/democracy/Cargo.toml | 2 +- frame/dvm-dynamic-fee/Cargo.toml | 2 +- frame/dvm/Cargo.toml | 2 +- frame/dvm/rpc/Cargo.toml | 2 +- frame/dvm/rpc/runtime-api/Cargo.toml | 2 +- frame/elections-phragmen/Cargo.toml | 2 +- frame/evm/Cargo.toml | 2 +- .../precompile/contracts/blake2/Cargo.toml | 2 +- .../evm/precompile/contracts/bn128/Cargo.toml | 2 +- .../contracts/curve25519/Cargo.toml | 2 +- .../precompile/contracts/dispatch/Cargo.toml | 2 +- .../precompile/contracts/ed25519/Cargo.toml | 2 +- .../precompile/contracts/encoder/Cargo.toml | 2 +- .../precompile/contracts/modexp/Cargo.toml | 2 +- .../precompile/contracts/simple/Cargo.toml | 2 +- frame/header-mmr/Cargo.toml | 2 +- frame/header-mmr/rpc/Cargo.toml | 2 +- frame/header-mmr/rpc/runtime-api/Cargo.toml | 2 +- frame/staking/Cargo.toml | 2 +- frame/staking/rpc/Cargo.toml | 2 +- frame/staking/rpc/runtime-api/Cargo.toml | 2 +- frame/support/Cargo.toml | 2 +- frame/vesting/Cargo.toml | 2 +- frame/wormhole/backing/ethereum/Cargo.toml | 2 +- frame/wormhole/backing/s2s/Cargo.toml | 2 +- frame/wormhole/backing/tron/Cargo.toml | 2 +- frame/wormhole/issuing/ethereum/Cargo.toml | 2 +- frame/wormhole/issuing/s2s/Cargo.toml | 2 +- node/cli/Cargo.toml | 2 +- node/primitives/bridge/Cargo.toml | 2 +- node/primitives/common/Cargo.toml | 2 +- node/rpc/Cargo.toml | 2 +- node/runtime/pangolin/Cargo.toml | 2 +- .../runtime/pangolin/src/constants/Cargo.toml | 2 +- .../src/pallets/system/params/Cargo.toml | 2 +- node/runtime/pangoro/src/constants/Cargo.toml | 2 +- .../src/pallets/system/params/Cargo.toml | 2 +- node/service/Cargo.toml | 2 +- primitives/asset/Cargo.toml | 2 +- primitives/bsc/Cargo.toml | 2 +- primitives/consensus/Cargo.toml | 2 +- primitives/contract/Cargo.toml | 2 +- primitives/ethereum/Cargo.toml | 2 +- primitives/evm/Cargo.toml | 2 +- primitives/merkle-patricia-trie/Cargo.toml | 2 +- primitives/relay/Cargo.toml | 2 +- primitives/rpc/Cargo.toml | 2 +- primitives/storage/Cargo.toml | 2 +- 60 files changed, 121 insertions(+), 121 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 65b5cc67a8..323eab3b76 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -699,7 +699,7 @@ dependencies = [ [[package]] name = "bridge-primitives" -version = "2.6.3" +version = "2.6.4" dependencies = [ "bp-messages", "bp-runtime", @@ -741,7 +741,7 @@ checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3" [[package]] name = "bsc-primitives" -version = "2.6.3" +version = "2.6.4" dependencies = [ "array-bytes", "ethbloom", @@ -1017,7 +1017,7 @@ dependencies = [ [[package]] name = "common-primitives" -version = "2.6.3" +version = "2.6.4" dependencies = [ "sp-core", "sp-runtime", @@ -1423,7 +1423,7 @@ dependencies = [ [[package]] name = "darwinia-balances" -version = "2.6.3" +version = "2.6.4" dependencies = [ "darwinia-balances-rpc-runtime-api", "darwinia-support", @@ -1441,7 +1441,7 @@ dependencies = [ [[package]] name = "darwinia-balances-rpc" -version = "2.6.3" +version = "2.6.4" dependencies = [ "darwinia-balances-rpc-runtime-api", "jsonrpc-core", @@ -1455,7 +1455,7 @@ dependencies = [ [[package]] name = "darwinia-balances-rpc-runtime-api" -version = "2.6.3" +version = "2.6.4" dependencies = [ "darwinia-support", "parity-scale-codec", @@ -1466,7 +1466,7 @@ dependencies = [ [[package]] name = "darwinia-bridge-bsc" -version = "2.6.3" +version = "2.6.4" dependencies = [ "array-bytes", "bsc-primitives", @@ -1483,7 +1483,7 @@ dependencies = [ [[package]] name = "darwinia-bridge-ethereum" -version = "2.6.3" +version = "2.6.4" dependencies = [ "array-bytes", "blake2-rfc", @@ -1508,7 +1508,7 @@ dependencies = [ [[package]] name = "darwinia-claims" -version = "2.6.3" +version = "2.6.4" dependencies = [ "array-bytes", "darwinia-balances", @@ -1528,7 +1528,7 @@ dependencies = [ [[package]] name = "darwinia-democracy" -version = "2.6.3" +version = "2.6.4" dependencies = [ "darwinia-balances", "darwinia-support", @@ -1548,7 +1548,7 @@ dependencies = [ [[package]] name = "darwinia-elections-phragmen" -version = "2.6.3" +version = "2.6.4" dependencies = [ "darwinia-balances", "darwinia-support", @@ -1567,7 +1567,7 @@ dependencies = [ [[package]] name = "darwinia-evm" -version = "2.6.3" +version = "2.6.4" dependencies = [ "array-bytes", "darwinia-balances", @@ -1594,7 +1594,7 @@ dependencies = [ [[package]] name = "darwinia-evm-precompile-blake2" -version = "2.6.3" +version = "2.6.4" dependencies = [ "dp-evm", "evm 0.27.0", @@ -1604,7 +1604,7 @@ dependencies = [ [[package]] name = "darwinia-evm-precompile-bn128" -version = "2.6.3" +version = "2.6.4" dependencies = [ "dp-evm", "evm 0.27.0", @@ -1615,7 +1615,7 @@ dependencies = [ [[package]] name = "darwinia-evm-precompile-curve25519" -version = "2.6.3" +version = "2.6.4" dependencies = [ "curve25519-dalek 3.2.0", "dp-evm", @@ -1626,7 +1626,7 @@ dependencies = [ [[package]] name = "darwinia-evm-precompile-dispatch" -version = "2.6.3" +version = "2.6.4" dependencies = [ "darwinia-evm", "dp-evm", @@ -1639,7 +1639,7 @@ dependencies = [ [[package]] name = "darwinia-evm-precompile-ed25519" -version = "2.6.3" +version = "2.6.4" dependencies = [ "dp-evm", "ed25519-dalek", @@ -1650,7 +1650,7 @@ dependencies = [ [[package]] name = "darwinia-evm-precompile-encoder" -version = "2.6.3" +version = "2.6.4" dependencies = [ "darwinia-evm", "darwinia-support", @@ -1670,7 +1670,7 @@ dependencies = [ [[package]] name = "darwinia-evm-precompile-modexp" -version = "2.6.3" +version = "2.6.4" dependencies = [ "dp-evm", "evm 0.27.0", @@ -1693,7 +1693,7 @@ dependencies = [ [[package]] name = "darwinia-evm-precompile-simple" -version = "2.6.3" +version = "2.6.4" dependencies = [ "dp-evm", "evm 0.27.0", @@ -1728,7 +1728,7 @@ dependencies = [ [[package]] name = "darwinia-header-mmr" -version = "2.6.3" +version = "2.6.4" dependencies = [ "array-bytes", "ckb-merkle-mountain-range", @@ -1750,7 +1750,7 @@ dependencies = [ [[package]] name = "darwinia-header-mmr-rpc" -version = "2.6.3" +version = "2.6.4" dependencies = [ "darwinia-header-mmr-rpc-runtime-api", "jsonrpc-core", @@ -1764,7 +1764,7 @@ dependencies = [ [[package]] name = "darwinia-header-mmr-rpc-runtime-api" -version = "2.6.3" +version = "2.6.4" dependencies = [ "darwinia-support", "parity-scale-codec", @@ -1776,7 +1776,7 @@ dependencies = [ [[package]] name = "darwinia-relay-authorities" -version = "2.6.3" +version = "2.6.4" dependencies = [ "array-bytes", "darwinia-balances", @@ -1796,7 +1796,7 @@ dependencies = [ [[package]] name = "darwinia-relay-primitives" -version = "2.6.3" +version = "2.6.4" dependencies = [ "frame-support", "parity-scale-codec", @@ -1806,7 +1806,7 @@ dependencies = [ [[package]] name = "darwinia-relayer-game" -version = "2.6.3" +version = "2.6.4" dependencies = [ "darwinia-balances", "darwinia-relay-primitives", @@ -1825,7 +1825,7 @@ dependencies = [ [[package]] name = "darwinia-staking" -version = "2.6.3" +version = "2.6.4" dependencies = [ "darwinia-balances", "darwinia-staking-rpc-runtime-api", @@ -1855,7 +1855,7 @@ dependencies = [ [[package]] name = "darwinia-staking-rpc" -version = "2.6.3" +version = "2.6.4" dependencies = [ "darwinia-staking-rpc-runtime-api", "jsonrpc-core", @@ -1869,7 +1869,7 @@ dependencies = [ [[package]] name = "darwinia-staking-rpc-runtime-api" -version = "2.6.3" +version = "2.6.4" dependencies = [ "darwinia-support", "parity-scale-codec", @@ -1880,7 +1880,7 @@ dependencies = [ [[package]] name = "darwinia-support" -version = "2.6.3" +version = "2.6.4" dependencies = [ "array-bytes", "bp-runtime", @@ -1900,7 +1900,7 @@ dependencies = [ [[package]] name = "darwinia-vesting" -version = "2.6.3" +version = "2.6.4" dependencies = [ "darwinia-balances", "darwinia-support", @@ -1943,7 +1943,7 @@ dependencies = [ [[package]] name = "dc-db" -version = "2.6.3" +version = "2.6.4" dependencies = [ "kvdb", "kvdb-rocksdb", @@ -1956,7 +1956,7 @@ dependencies = [ [[package]] name = "dc-mapping-sync" -version = "2.6.3" +version = "2.6.4" dependencies = [ "dc-db", "dp-consensus", @@ -1972,7 +1972,7 @@ dependencies = [ [[package]] name = "dc-rpc" -version = "2.6.3" +version = "2.6.4" dependencies = [ "array-bytes", "dc-db", @@ -2092,7 +2092,7 @@ dependencies = [ [[package]] name = "dp-asset" -version = "2.6.3" +version = "2.6.4" dependencies = [ "ethereum-primitives", "parity-scale-codec", @@ -2102,7 +2102,7 @@ dependencies = [ [[package]] name = "dp-consensus" -version = "2.6.3" +version = "2.6.4" dependencies = [ "ethereum", "parity-scale-codec", @@ -2115,7 +2115,7 @@ dependencies = [ [[package]] name = "dp-contract" -version = "2.6.3" +version = "2.6.4" dependencies = [ "ethabi", "ethereum-primitives", @@ -2125,7 +2125,7 @@ dependencies = [ [[package]] name = "dp-evm" -version = "2.6.3" +version = "2.6.4" dependencies = [ "evm 0.27.0", "impl-trait-for-tuples", @@ -2137,7 +2137,7 @@ dependencies = [ [[package]] name = "dp-rpc" -version = "2.6.3" +version = "2.6.4" dependencies = [ "ethereum-types", "jsonrpc-core", @@ -2151,11 +2151,11 @@ dependencies = [ [[package]] name = "dp-storage" -version = "2.6.3" +version = "2.6.4" [[package]] name = "drml" -version = "2.6.3" +version = "2.6.4" dependencies = [ "bsc-primitives", "dp-consensus", @@ -2173,7 +2173,7 @@ dependencies = [ [[package]] name = "drml-rpc" -version = "2.6.3" +version = "2.6.4" dependencies = [ "common-primitives", "darwinia-balances-rpc", @@ -2210,7 +2210,7 @@ dependencies = [ [[package]] name = "drml-service" -version = "2.6.3" +version = "2.6.4" dependencies = [ "array-bytes", "common-primitives", @@ -2273,7 +2273,7 @@ dependencies = [ [[package]] name = "dvm-dynamic-fee" -version = "2.6.3" +version = "2.6.4" dependencies = [ "async-trait", "darwinia-evm", @@ -2287,7 +2287,7 @@ dependencies = [ [[package]] name = "dvm-ethereum" -version = "2.6.3" +version = "2.6.4" dependencies = [ "array-bytes", "darwinia-balances", @@ -2320,7 +2320,7 @@ dependencies = [ [[package]] name = "dvm-rpc-core" -version = "2.6.3" +version = "2.6.4" dependencies = [ "darwinia-evm", "dp-evm", @@ -2339,7 +2339,7 @@ dependencies = [ [[package]] name = "dvm-rpc-runtime-api" -version = "2.6.3" +version = "2.6.4" dependencies = [ "darwinia-evm", "darwinia-support", @@ -2564,7 +2564,7 @@ dependencies = [ [[package]] name = "ethereum-primitives" -version = "2.6.3" +version = "2.6.4" dependencies = [ "array-bytes", "ethash", @@ -3046,7 +3046,7 @@ dependencies = [ [[package]] name = "from-ethereum-issuing" -version = "2.6.3" +version = "2.6.4" dependencies = [ "array-bytes", "darwinia-bridge-ethereum", @@ -3069,7 +3069,7 @@ dependencies = [ [[package]] name = "from-substrate-issuing" -version = "2.6.3" +version = "2.6.4" dependencies = [ "array-bytes", "bp-runtime", @@ -4968,7 +4968,7 @@ checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882" [[package]] name = "merkle-patricia-trie" -version = "2.6.3" +version = "2.6.4" dependencies = [ "array-bytes", "criterion", @@ -5908,7 +5908,7 @@ dependencies = [ [[package]] name = "pangolin-constants" -version = "2.6.3" +version = "2.6.4" dependencies = [ "common-primitives", "sp-staking", @@ -5916,7 +5916,7 @@ dependencies = [ [[package]] name = "pangolin-runtime" -version = "2.6.3" +version = "2.6.4" dependencies = [ "array-bytes", "bp-message-dispatch", @@ -6022,7 +6022,7 @@ dependencies = [ [[package]] name = "pangolin-runtime-system-params" -version = "2.6.3" +version = "2.6.4" dependencies = [ "frame-support", "frame-system", @@ -6032,7 +6032,7 @@ dependencies = [ [[package]] name = "pangoro-constants" -version = "2.6.3" +version = "2.6.4" dependencies = [ "common-primitives", "sp-staking", @@ -6104,7 +6104,7 @@ dependencies = [ [[package]] name = "pangoro-runtime-system-params" -version = "2.6.3" +version = "2.6.4" dependencies = [ "frame-support", "frame-system", @@ -8971,7 +8971,8 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/darwinia-network/substrate?branch=main#c94e0cdfe5556680dca1996004751eeb114755d7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e80275f23b4e7ba8f54dec5f90f016530e7307d2ee9445f617ab986cbe97f31e" dependencies = [ "proc-macro2", "quote", @@ -8981,8 +8982,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e80275f23b4e7ba8f54dec5f90f016530e7307d2ee9445f617ab986cbe97f31e" +source = "git+https://github.com/darwinia-network/substrate?branch=main#c94e0cdfe5556680dca1996004751eeb114755d7" dependencies = [ "proc-macro2", "quote", @@ -9829,7 +9829,7 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "to-ethereum-backing" -version = "2.6.3" +version = "2.6.4" dependencies = [ "array-bytes", "darwinia-balances", @@ -9859,7 +9859,7 @@ dependencies = [ [[package]] name = "to-substrate-backing" -version = "2.6.3" +version = "2.6.4" dependencies = [ "array-bytes", "bp-runtime", @@ -9883,7 +9883,7 @@ dependencies = [ [[package]] name = "to-tron-backing" -version = "2.6.3" +version = "2.6.4" dependencies = [ "frame-support", "frame-system", diff --git a/client/dvm/db/Cargo.toml b/client/dvm/db/Cargo.toml index 3ed03d9e93..c6cc5ec83f 100644 --- a/client/dvm/db/Cargo.toml +++ b/client/dvm/db/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "dc-db" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/client/dvm/mapping-sync/Cargo.toml b/client/dvm/mapping-sync/Cargo.toml index 27488b6d79..7cf2846333 100644 --- a/client/dvm/mapping-sync/Cargo.toml +++ b/client/dvm/mapping-sync/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "dc-mapping-sync" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # paritytech diff --git a/client/dvm/rpc/Cargo.toml b/client/dvm/rpc/Cargo.toml index 12e0a2d902..f3af4c38e8 100644 --- a/client/dvm/rpc/Cargo.toml +++ b/client/dvm/rpc/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "dc-rpc" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/frame/balances/Cargo.toml b/frame/balances/Cargo.toml index 4ad281c742..776720348d 100644 --- a/frame/balances/Cargo.toml +++ b/frame/balances/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-balances" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/frame/balances/rpc/Cargo.toml b/frame/balances/rpc/Cargo.toml index a9de5aa3c9..06fde293a3 100644 --- a/frame/balances/rpc/Cargo.toml +++ b/frame/balances/rpc/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-balances-rpc" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/frame/balances/rpc/runtime-api/Cargo.toml b/frame/balances/rpc/runtime-api/Cargo.toml index d19d4c540d..21f90dac3e 100644 --- a/frame/balances/rpc/runtime-api/Cargo.toml +++ b/frame/balances/rpc/runtime-api/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-balances-rpc-runtime-api" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/frame/bridge/bsc/Cargo.toml b/frame/bridge/bsc/Cargo.toml index 5670baceb9..412cc1df6d 100644 --- a/frame/bridge/bsc/Cargo.toml +++ b/frame/bridge/bsc/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-bridge-bsc" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/frame/bridge/ethereum/Cargo.toml b/frame/bridge/ethereum/Cargo.toml index 35ad69e24e..3c66785803 100644 --- a/frame/bridge/ethereum/Cargo.toml +++ b/frame/bridge/ethereum/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "darwinia-bridge-ethereum" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/frame/bridge/relay-authorities/Cargo.toml b/frame/bridge/relay-authorities/Cargo.toml index e058d5edec..710e5faf2c 100644 --- a/frame/bridge/relay-authorities/Cargo.toml +++ b/frame/bridge/relay-authorities/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-relay-authorities" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/frame/bridge/relayer-game/Cargo.toml b/frame/bridge/relayer-game/Cargo.toml index 0ababab855..042d9fe413 100644 --- a/frame/bridge/relayer-game/Cargo.toml +++ b/frame/bridge/relayer-game/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-relayer-game" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/frame/claims/Cargo.toml b/frame/claims/Cargo.toml index fa7dc8b8a6..ab5d94d623 100644 --- a/frame/claims/Cargo.toml +++ b/frame/claims/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-claims" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/frame/democracy/Cargo.toml b/frame/democracy/Cargo.toml index b017982561..02aa205406 100644 --- a/frame/democracy/Cargo.toml +++ b/frame/democracy/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-democracy" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/frame/dvm-dynamic-fee/Cargo.toml b/frame/dvm-dynamic-fee/Cargo.toml index b33ceffdf6..364670c491 100644 --- a/frame/dvm-dynamic-fee/Cargo.toml +++ b/frame/dvm-dynamic-fee/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "dvm-dynamic-fee" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] diff --git a/frame/dvm/Cargo.toml b/frame/dvm/Cargo.toml index 3c520ffa28..2e4309bdc5 100644 --- a/frame/dvm/Cargo.toml +++ b/frame/dvm/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "dvm-ethereum" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/frame/dvm/rpc/Cargo.toml b/frame/dvm/rpc/Cargo.toml index 45e239ed8b..3e9882e82b 100644 --- a/frame/dvm/rpc/Cargo.toml +++ b/frame/dvm/rpc/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "dvm-rpc-core" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/frame/dvm/rpc/runtime-api/Cargo.toml b/frame/dvm/rpc/runtime-api/Cargo.toml index d6e920b584..8da297b431 100644 --- a/frame/dvm/rpc/runtime-api/Cargo.toml +++ b/frame/dvm/rpc/runtime-api/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "dvm-rpc-runtime-api" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/frame/elections-phragmen/Cargo.toml b/frame/elections-phragmen/Cargo.toml index 77dda97b42..c06455e96b 100644 --- a/frame/elections-phragmen/Cargo.toml +++ b/frame/elections-phragmen/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-elections-phragmen" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/frame/evm/Cargo.toml b/frame/evm/Cargo.toml index 394de0c652..8403753e68 100644 --- a/frame/evm/Cargo.toml +++ b/frame/evm/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-evm" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/frame/evm/precompile/contracts/blake2/Cargo.toml b/frame/evm/precompile/contracts/blake2/Cargo.toml index ffec4e8b6d..1ae8ba6f9a 100644 --- a/frame/evm/precompile/contracts/blake2/Cargo.toml +++ b/frame/evm/precompile/contracts/blake2/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-evm-precompile-blake2" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] diff --git a/frame/evm/precompile/contracts/bn128/Cargo.toml b/frame/evm/precompile/contracts/bn128/Cargo.toml index f4a1d5d955..bdff4ce1e0 100644 --- a/frame/evm/precompile/contracts/bn128/Cargo.toml +++ b/frame/evm/precompile/contracts/bn128/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-evm-precompile-bn128" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] diff --git a/frame/evm/precompile/contracts/curve25519/Cargo.toml b/frame/evm/precompile/contracts/curve25519/Cargo.toml index cb2cabc87e..e395dd5bcd 100644 --- a/frame/evm/precompile/contracts/curve25519/Cargo.toml +++ b/frame/evm/precompile/contracts/curve25519/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-evm-precompile-curve25519" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/frame/evm/precompile/contracts/dispatch/Cargo.toml b/frame/evm/precompile/contracts/dispatch/Cargo.toml index a4565c41af..4502a376f6 100644 --- a/frame/evm/precompile/contracts/dispatch/Cargo.toml +++ b/frame/evm/precompile/contracts/dispatch/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-evm-precompile-dispatch" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] diff --git a/frame/evm/precompile/contracts/ed25519/Cargo.toml b/frame/evm/precompile/contracts/ed25519/Cargo.toml index b164898ec2..30a2fa1719 100644 --- a/frame/evm/precompile/contracts/ed25519/Cargo.toml +++ b/frame/evm/precompile/contracts/ed25519/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-evm-precompile-ed25519" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/frame/evm/precompile/contracts/encoder/Cargo.toml b/frame/evm/precompile/contracts/encoder/Cargo.toml index 99873213c6..1a19786d9d 100644 --- a/frame/evm/precompile/contracts/encoder/Cargo.toml +++ b/frame/evm/precompile/contracts/encoder/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-evm-precompile-encoder" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] diff --git a/frame/evm/precompile/contracts/modexp/Cargo.toml b/frame/evm/precompile/contracts/modexp/Cargo.toml index 8bb576305c..4ae36e4f7a 100644 --- a/frame/evm/precompile/contracts/modexp/Cargo.toml +++ b/frame/evm/precompile/contracts/modexp/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-evm-precompile-modexp" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] diff --git a/frame/evm/precompile/contracts/simple/Cargo.toml b/frame/evm/precompile/contracts/simple/Cargo.toml index 73cda66e1a..32118fad61 100644 --- a/frame/evm/precompile/contracts/simple/Cargo.toml +++ b/frame/evm/precompile/contracts/simple/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-evm-precompile-simple" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/frame/header-mmr/Cargo.toml b/frame/header-mmr/Cargo.toml index 6cd46d1161..9f81bf1211 100644 --- a/frame/header-mmr/Cargo.toml +++ b/frame/header-mmr/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-header-mmr" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/frame/header-mmr/rpc/Cargo.toml b/frame/header-mmr/rpc/Cargo.toml index 2bfcab817e..23b0572375 100644 --- a/frame/header-mmr/rpc/Cargo.toml +++ b/frame/header-mmr/rpc/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-header-mmr-rpc" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/frame/header-mmr/rpc/runtime-api/Cargo.toml b/frame/header-mmr/rpc/runtime-api/Cargo.toml index e50c60aff6..17bb663763 100644 --- a/frame/header-mmr/rpc/runtime-api/Cargo.toml +++ b/frame/header-mmr/rpc/runtime-api/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-header-mmr-rpc-runtime-api" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/frame/staking/Cargo.toml b/frame/staking/Cargo.toml index e5f01ac503..07e60c15b6 100644 --- a/frame/staking/Cargo.toml +++ b/frame/staking/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-staking" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/frame/staking/rpc/Cargo.toml b/frame/staking/rpc/Cargo.toml index 3d5ac41a01..35bb602013 100644 --- a/frame/staking/rpc/Cargo.toml +++ b/frame/staking/rpc/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-staking-rpc" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/frame/staking/rpc/runtime-api/Cargo.toml b/frame/staking/rpc/runtime-api/Cargo.toml index 7fbccf09d6..0b2c11009c 100644 --- a/frame/staking/rpc/runtime-api/Cargo.toml +++ b/frame/staking/rpc/runtime-api/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-staking-rpc-runtime-api" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/frame/support/Cargo.toml b/frame/support/Cargo.toml index d592631916..2d9e020e01 100644 --- a/frame/support/Cargo.toml +++ b/frame/support/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-support" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/frame/vesting/Cargo.toml b/frame/vesting/Cargo.toml index 22ad70e1b8..8d15c20bb3 100644 --- a/frame/vesting/Cargo.toml +++ b/frame/vesting/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-vesting" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/frame/wormhole/backing/ethereum/Cargo.toml b/frame/wormhole/backing/ethereum/Cargo.toml index 74e50d30c1..02096ceaad 100644 --- a/frame/wormhole/backing/ethereum/Cargo.toml +++ b/frame/wormhole/backing/ethereum/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "to-ethereum-backing" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/frame/wormhole/backing/s2s/Cargo.toml b/frame/wormhole/backing/s2s/Cargo.toml index 133f71b562..cf1035c739 100644 --- a/frame/wormhole/backing/s2s/Cargo.toml +++ b/frame/wormhole/backing/s2s/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "to-substrate-backing" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/frame/wormhole/backing/tron/Cargo.toml b/frame/wormhole/backing/tron/Cargo.toml index fdfbf6568c..ef3429d092 100644 --- a/frame/wormhole/backing/tron/Cargo.toml +++ b/frame/wormhole/backing/tron/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "to-tron-backing" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/frame/wormhole/issuing/ethereum/Cargo.toml b/frame/wormhole/issuing/ethereum/Cargo.toml index 04ff248217..b80194f1d9 100644 --- a/frame/wormhole/issuing/ethereum/Cargo.toml +++ b/frame/wormhole/issuing/ethereum/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "from-ethereum-issuing" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/frame/wormhole/issuing/s2s/Cargo.toml b/frame/wormhole/issuing/s2s/Cargo.toml index 6683059973..fa6ca21046 100644 --- a/frame/wormhole/issuing/s2s/Cargo.toml +++ b/frame/wormhole/issuing/s2s/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "from-substrate-issuing" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/node/cli/Cargo.toml b/node/cli/Cargo.toml index 53b0704fff..73578cb218 100644 --- a/node/cli/Cargo.toml +++ b/node/cli/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "drml" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" # TODO: Consider rename this repo to darwinia-runtime-module-library [[bin]] diff --git a/node/primitives/bridge/Cargo.toml b/node/primitives/bridge/Cargo.toml index b425a76d00..a4aa0050a3 100644 --- a/node/primitives/bridge/Cargo.toml +++ b/node/primitives/bridge/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "bridge-primitives" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # darwinia-network diff --git a/node/primitives/common/Cargo.toml b/node/primitives/common/Cargo.toml index a8d14c54ae..453cd2d294 100644 --- a/node/primitives/common/Cargo.toml +++ b/node/primitives/common/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "common-primitives" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # paritytech diff --git a/node/rpc/Cargo.toml b/node/rpc/Cargo.toml index 32a9628183..e3238222c4 100644 --- a/node/rpc/Cargo.toml +++ b/node/rpc/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "drml-rpc" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/node/runtime/pangolin/Cargo.toml b/node/runtime/pangolin/Cargo.toml index 873a7379e7..0a94208f60 100644 --- a/node/runtime/pangolin/Cargo.toml +++ b/node/runtime/pangolin/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "pangolin-runtime" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/node/runtime/pangolin/src/constants/Cargo.toml b/node/runtime/pangolin/src/constants/Cargo.toml index 89e4d2bcb4..29ade62d9a 100644 --- a/node/runtime/pangolin/src/constants/Cargo.toml +++ b/node/runtime/pangolin/src/constants/Cargo.toml @@ -6,7 +6,7 @@ license = "GPL-3.0" name = "pangolin-constants" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # darwinia-network diff --git a/node/runtime/pangolin/src/pallets/system/params/Cargo.toml b/node/runtime/pangolin/src/pallets/system/params/Cargo.toml index 6906976e63..c1e3c090af 100644 --- a/node/runtime/pangolin/src/pallets/system/params/Cargo.toml +++ b/node/runtime/pangolin/src/pallets/system/params/Cargo.toml @@ -6,7 +6,7 @@ license = "GPL-3.0" name = "pangolin-runtime-system-params" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/node/runtime/pangoro/src/constants/Cargo.toml b/node/runtime/pangoro/src/constants/Cargo.toml index dcdca170e6..682ecc57d2 100644 --- a/node/runtime/pangoro/src/constants/Cargo.toml +++ b/node/runtime/pangoro/src/constants/Cargo.toml @@ -6,7 +6,7 @@ license = "GPL-3.0" name = "pangoro-constants" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # darwinia-network diff --git a/node/runtime/pangoro/src/pallets/system/params/Cargo.toml b/node/runtime/pangoro/src/pallets/system/params/Cargo.toml index 94b167a222..1ce4d3659b 100644 --- a/node/runtime/pangoro/src/pallets/system/params/Cargo.toml +++ b/node/runtime/pangoro/src/pallets/system/params/Cargo.toml @@ -6,7 +6,7 @@ license = "GPL-3.0" name = "pangoro-runtime-system-params" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index 58590ed49c..a6dcef03fa 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "drml-service" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/primitives/asset/Cargo.toml b/primitives/asset/Cargo.toml index 6ae4d6574d..4ffb9f7a2a 100644 --- a/primitives/asset/Cargo.toml +++ b/primitives/asset/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "dp-asset" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/primitives/bsc/Cargo.toml b/primitives/bsc/Cargo.toml index 3dff57e5cf..d2082a5f1d 100644 --- a/primitives/bsc/Cargo.toml +++ b/primitives/bsc/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "bsc-primitives" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/primitives/consensus/Cargo.toml b/primitives/consensus/Cargo.toml index 19418efe3a..39957cab32 100644 --- a/primitives/consensus/Cargo.toml +++ b/primitives/consensus/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" name = "dp-consensus" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/primitives/contract/Cargo.toml b/primitives/contract/Cargo.toml index da899d48e5..820ce7e6c4 100644 --- a/primitives/contract/Cargo.toml +++ b/primitives/contract/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "dp-contract" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/primitives/ethereum/Cargo.toml b/primitives/ethereum/Cargo.toml index f0bab319b0..d955bdd796 100644 --- a/primitives/ethereum/Cargo.toml +++ b/primitives/ethereum/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "ethereum-primitives" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/primitives/evm/Cargo.toml b/primitives/evm/Cargo.toml index 2f788e9cad..3a339888fa 100644 --- a/primitives/evm/Cargo.toml +++ b/primitives/evm/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" name = "dp-evm" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/primitives/merkle-patricia-trie/Cargo.toml b/primitives/merkle-patricia-trie/Cargo.toml index c11301cbdc..0fce7c4f2c 100644 --- a/primitives/merkle-patricia-trie/Cargo.toml +++ b/primitives/merkle-patricia-trie/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "merkle-patricia-trie" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [[bench]] harness = false diff --git a/primitives/relay/Cargo.toml b/primitives/relay/Cargo.toml index e0be018bcf..77bdea270f 100644 --- a/primitives/relay/Cargo.toml +++ b/primitives/relay/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-relay-primitives" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/primitives/rpc/Cargo.toml b/primitives/rpc/Cargo.toml index aaaae8b901..a93bc4551b 100644 --- a/primitives/rpc/Cargo.toml +++ b/primitives/rpc/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "dp-rpc" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] # crates.io diff --git a/primitives/storage/Cargo.toml b/primitives/storage/Cargo.toml index b806ef496a..7c7bcedf31 100644 --- a/primitives/storage/Cargo.toml +++ b/primitives/storage/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "dp-storage" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.6.3" +version = "2.6.4" [dependencies] From c38ac178b8c50646345f836c9f1647c38c29148a Mon Sep 17 00:00:00 2001 From: Xavier Lau Date: Wed, 15 Sep 2021 14:59:56 +0800 Subject: [PATCH 2/4] Bump `spec_version` --- node/runtime/pangolin/src/lib.rs | 2 +- node/runtime/pangoro/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/node/runtime/pangolin/src/lib.rs b/node/runtime/pangolin/src/lib.rs index 74b6849dbc..3c9f75de32 100644 --- a/node/runtime/pangolin/src/lib.rs +++ b/node/runtime/pangolin/src/lib.rs @@ -168,7 +168,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: sp_runtime::create_runtime_str!("Pangolin"), impl_name: sp_runtime::create_runtime_str!("Pangolin"), authoring_version: 1, - spec_version: 2630, + spec_version: 2640, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 4, diff --git a/node/runtime/pangoro/src/lib.rs b/node/runtime/pangoro/src/lib.rs index 6f19e077a1..34eb17ed0d 100644 --- a/node/runtime/pangoro/src/lib.rs +++ b/node/runtime/pangoro/src/lib.rs @@ -131,7 +131,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: sp_runtime::create_runtime_str!("Pangoro"), impl_name: sp_runtime::create_runtime_str!("Pangoro"), authoring_version: 1, - spec_version: 2630, + spec_version: 2640, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 3, From 4ec4f18d413be75413e49923683c43a2c2a8b5ce Mon Sep 17 00:00:00 2001 From: Xavier Lau Date: Wed, 15 Sep 2021 15:00:39 +0800 Subject: [PATCH 3/4] Remove Old Migration --- node/runtime/pangolin/src/lib.rs | 5 +---- node/runtime/pangoro/src/lib.rs | 6 +----- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/node/runtime/pangolin/src/lib.rs b/node/runtime/pangolin/src/lib.rs index 3c9f75de32..93fefe39b9 100644 --- a/node/runtime/pangolin/src/lib.rs +++ b/node/runtime/pangolin/src/lib.rs @@ -778,14 +778,11 @@ fn migrate() -> Weight { #[allow(unused)] use frame_support::migration; - migration::move_pallet(b"Instance1BridgeMessages", b"BridgePangoroMessages"); - // TODO: Move to S2S // const CrabBackingPalletId: PalletId = PalletId(*b"da/crabk"); // const CrabIssuingPalletId: PalletId = PalletId(*b"da/crais"); - // 0 - RuntimeBlockWeights::get().max_block + 0 } pub struct CustomOnRuntimeUpgrade; diff --git a/node/runtime/pangoro/src/lib.rs b/node/runtime/pangoro/src/lib.rs index 34eb17ed0d..ae674e1587 100644 --- a/node/runtime/pangoro/src/lib.rs +++ b/node/runtime/pangoro/src/lib.rs @@ -511,11 +511,7 @@ fn migrate() -> Weight { #[allow(unused)] use frame_support::migration; - migration::move_pallet(b"Instance1BridgeMessages", b"BridgePangolinMessages"); - migration::move_pallet(b"BridgePangolinDispatch", b"BridgeDispatch"); - - // 0 - RuntimeBlockWeights::get().max_block + 0 } pub struct CustomOnRuntimeUpgrade; From c003c99602f99ced35c913018419e2b048d01639 Mon Sep 17 00:00:00 2001 From: Xavier Lau Date: Wed, 15 Sep 2021 15:02:45 +0800 Subject: [PATCH 4/4] Add Some Useful Commented Code --- node/runtime/pangolin/src/lib.rs | 1 + node/runtime/pangoro/src/lib.rs | 1 + 2 files changed, 2 insertions(+) diff --git a/node/runtime/pangolin/src/lib.rs b/node/runtime/pangolin/src/lib.rs index 93fefe39b9..74e456a4bc 100644 --- a/node/runtime/pangolin/src/lib.rs +++ b/node/runtime/pangolin/src/lib.rs @@ -783,6 +783,7 @@ fn migrate() -> Weight { // const CrabIssuingPalletId: PalletId = PalletId(*b"da/crais"); 0 + // RuntimeBlockWeights::get().max_block } pub struct CustomOnRuntimeUpgrade; diff --git a/node/runtime/pangoro/src/lib.rs b/node/runtime/pangoro/src/lib.rs index ae674e1587..966900cb45 100644 --- a/node/runtime/pangoro/src/lib.rs +++ b/node/runtime/pangoro/src/lib.rs @@ -512,6 +512,7 @@ fn migrate() -> Weight { use frame_support::migration; 0 + // RuntimeBlockWeights::get().max_block } pub struct CustomOnRuntimeUpgrade;