From bcd51f0de096bb0e6fc05c64ace3fe1dc735ceca Mon Sep 17 00:00:00 2001 From: AurevoirXavier Date: Wed, 9 Mar 2022 11:54:17 +0800 Subject: [PATCH] Release `v2.8.6` (#1104) * `2.8.6` * Bump Runtime Version --- Cargo.lock | 156 +++++++++++------- client/dvm/rpc/Cargo.toml | 2 +- client/dvm/tracer/Cargo.toml | 2 +- frame/balances/Cargo.toml | 2 +- frame/balances/rpc/Cargo.toml | 2 +- frame/balances/rpc/runtime-api/Cargo.toml | 2 +- frame/beefy-gadget/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/Cargo.toml | 2 +- frame/dvm/rpc/Cargo.toml | 2 +- frame/elections-phragmen/Cargo.toml | 2 +- frame/evm/Cargo.toml | 2 +- .../contracts/bridge/ethereum/Cargo.toml | 2 +- .../contracts/bridge/s2s/Cargo.toml | 2 +- .../precompile/contracts/dispatch/Cargo.toml | 2 +- .../precompile/contracts/transfer/Cargo.toml | 2 +- .../evm/precompile/contracts/utils/Cargo.toml | 2 +- .../contracts/utils/macro/Cargo.toml | 2 +- frame/fee-market/Cargo.toml | 2 +- frame/fee-market/rpc/Cargo.toml | 2 +- frame/fee-market/rpc/runtime-api/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/transaction-pause/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/common/Cargo.toml | 2 +- node/runtime/pangolin/Cargo.toml | 2 +- node/runtime/pangolin/src/lib.rs | 2 +- node/runtime/pangoro/Cargo.toml | 2 +- node/runtime/pangoro/src/lib.rs | 2 +- node/runtime/template/Cargo.toml | 2 +- node/service/Cargo.toml | 2 +- primitives/asset/Cargo.toml | 2 +- primitives/beefy/Cargo.toml | 2 +- primitives/bsc/Cargo.toml | 2 +- primitives/contract/Cargo.toml | 2 +- primitives/ethereum/Cargo.toml | 2 +- primitives/evm-trace/apis/Cargo.toml | 2 +- primitives/evm-trace/events/Cargo.toml | 2 +- primitives/evm-trace/ext/Cargo.toml | 2 +- primitives/evm-trace/rpc/Cargo.toml | 2 +- primitives/evm-trace/tracer/Cargo.toml | 2 +- primitives/fee-market/Cargo.toml | 2 +- primitives/merkle-patricia-trie/Cargo.toml | 2 +- primitives/relay/Cargo.toml | 2 +- primitives/s2s/Cargo.toml | 2 +- 65 files changed, 158 insertions(+), 126 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 07fac77040..aa97ba508a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -779,7 +779,7 @@ checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3" [[package]] name = "bsc-primitives" -version = "2.8.5" +version = "2.8.6" dependencies = [ "array-bytes", "ethbloom", @@ -1053,7 +1053,7 @@ dependencies = [ [[package]] name = "common-runtime" -version = "2.8.5" +version = "2.8.6" dependencies = [ "darwinia-balances", "darwinia-support", @@ -1446,7 +1446,7 @@ dependencies = [ [[package]] name = "darwinia-balances" -version = "2.8.5" +version = "2.8.6" dependencies = [ "darwinia-balances-rpc-runtime-api", "darwinia-support", @@ -1464,7 +1464,7 @@ dependencies = [ [[package]] name = "darwinia-balances-rpc" -version = "2.8.5" +version = "2.8.6" dependencies = [ "darwinia-balances-rpc-runtime-api", "jsonrpc-core", @@ -1478,7 +1478,7 @@ dependencies = [ [[package]] name = "darwinia-balances-rpc-runtime-api" -version = "2.8.5" +version = "2.8.6" dependencies = [ "darwinia-support", "parity-scale-codec", @@ -1489,7 +1489,7 @@ dependencies = [ [[package]] name = "darwinia-beefy-gadget" -version = "2.8.5" +version = "2.8.6" dependencies = [ "array-bytes", "beefy-primitives", @@ -1511,14 +1511,14 @@ dependencies = [ [[package]] name = "darwinia-beefy-primitives" -version = "2.8.5" +version = "2.8.6" dependencies = [ "array-bytes", ] [[package]] name = "darwinia-bridge-bsc" -version = "2.8.5" +version = "2.8.6" dependencies = [ "array-bytes", "bsc-primitives", @@ -1539,7 +1539,7 @@ dependencies = [ [[package]] name = "darwinia-bridge-ethereum" -version = "2.8.5" +version = "2.8.6" dependencies = [ "array-bytes", "blake2-rfc", @@ -1565,7 +1565,7 @@ dependencies = [ [[package]] name = "darwinia-claims" -version = "2.8.5" +version = "2.8.6" dependencies = [ "array-bytes", "darwinia-balances", @@ -1586,7 +1586,7 @@ dependencies = [ [[package]] name = "darwinia-democracy" -version = "2.8.5" +version = "2.8.6" dependencies = [ "darwinia-balances", "darwinia-support", @@ -1607,7 +1607,7 @@ dependencies = [ [[package]] name = "darwinia-elections-phragmen" -version = "2.8.5" +version = "2.8.6" dependencies = [ "darwinia-balances", "darwinia-support", @@ -1627,7 +1627,7 @@ dependencies = [ [[package]] name = "darwinia-evm" -version = "2.8.5" +version = "2.8.6" dependencies = [ "array-bytes", "darwinia-balances", @@ -1669,7 +1669,7 @@ dependencies = [ [[package]] name = "darwinia-evm-precompile-bridge-ethereum" -version = "2.8.5" +version = "2.8.6" dependencies = [ "darwinia-evm", "darwinia-evm-precompile-utils", @@ -1683,7 +1683,7 @@ dependencies = [ [[package]] name = "darwinia-evm-precompile-bridge-s2s" -version = "2.8.5" +version = "2.8.6" dependencies = [ "bp-message-dispatch", "bp-runtime", @@ -1704,7 +1704,7 @@ dependencies = [ [[package]] name = "darwinia-evm-precompile-dispatch" -version = "2.8.5" +version = "2.8.6" dependencies = [ "darwinia-evm", "darwinia-support", @@ -1717,7 +1717,7 @@ dependencies = [ [[package]] name = "darwinia-evm-precompile-transfer" -version = "2.8.5" +version = "2.8.6" dependencies = [ "array-bytes", "darwinia-evm", @@ -1736,7 +1736,7 @@ dependencies = [ [[package]] name = "darwinia-evm-precompile-utils" -version = "2.8.5" +version = "2.8.6" dependencies = [ "darwinia-evm-precompile-utils-macro", "darwinia-support", @@ -1746,7 +1746,7 @@ dependencies = [ [[package]] name = "darwinia-evm-precompile-utils-macro" -version = "2.8.5" +version = "2.8.6" dependencies = [ "evm", "proc-macro2", @@ -1758,7 +1758,7 @@ dependencies = [ [[package]] name = "darwinia-fee-market" -version = "2.8.5" +version = "2.8.6" dependencies = [ "bitvec", "bp-messages", @@ -1781,7 +1781,7 @@ dependencies = [ [[package]] name = "darwinia-fee-market-rpc" -version = "2.8.5" +version = "2.8.6" dependencies = [ "darwinia-fee-market-rpc-runtime-api", "jsonrpc-core", @@ -1795,7 +1795,7 @@ dependencies = [ [[package]] name = "darwinia-fee-market-rpc-runtime-api" -version = "2.8.5" +version = "2.8.6" dependencies = [ "bp-messages", "parity-scale-codec", @@ -1807,7 +1807,7 @@ dependencies = [ [[package]] name = "darwinia-header-mmr" -version = "2.8.5" +version = "2.8.6" dependencies = [ "array-bytes", "ckb-merkle-mountain-range 0.3.1", @@ -1829,7 +1829,7 @@ dependencies = [ [[package]] name = "darwinia-header-mmr-rpc" -version = "2.8.5" +version = "2.8.6" dependencies = [ "darwinia-header-mmr-rpc-runtime-api", "jsonrpc-core", @@ -1843,7 +1843,7 @@ dependencies = [ [[package]] name = "darwinia-header-mmr-rpc-runtime-api" -version = "2.8.5" +version = "2.8.6" dependencies = [ "darwinia-support", "parity-scale-codec", @@ -1855,7 +1855,7 @@ dependencies = [ [[package]] name = "darwinia-relay-authorities" -version = "2.8.5" +version = "2.8.6" dependencies = [ "array-bytes", "darwinia-balances", @@ -1875,7 +1875,7 @@ dependencies = [ [[package]] name = "darwinia-relay-primitives" -version = "2.8.5" +version = "2.8.6" dependencies = [ "frame-support", "parity-scale-codec", @@ -1886,7 +1886,7 @@ dependencies = [ [[package]] name = "darwinia-relayer-game" -version = "2.8.5" +version = "2.8.6" dependencies = [ "darwinia-balances", "darwinia-relay-primitives", @@ -1907,7 +1907,7 @@ dependencies = [ [[package]] name = "darwinia-staking" -version = "2.8.5" +version = "2.8.6" dependencies = [ "darwinia-balances", "darwinia-staking-rpc-runtime-api", @@ -1938,7 +1938,7 @@ dependencies = [ [[package]] name = "darwinia-staking-rpc" -version = "2.8.5" +version = "2.8.6" dependencies = [ "darwinia-staking-rpc-runtime-api", "jsonrpc-core", @@ -1952,7 +1952,7 @@ dependencies = [ [[package]] name = "darwinia-staking-rpc-runtime-api" -version = "2.8.5" +version = "2.8.6" dependencies = [ "darwinia-support", "parity-scale-codec", @@ -1963,7 +1963,7 @@ dependencies = [ [[package]] name = "darwinia-support" -version = "2.8.5" +version = "2.8.6" dependencies = [ "bp-messages", "bp-runtime", @@ -1983,7 +1983,7 @@ dependencies = [ [[package]] name = "darwinia-vesting" -version = "2.8.5" +version = "2.8.6" dependencies = [ "darwinia-balances", "darwinia-support", @@ -2025,9 +2025,41 @@ dependencies = [ "syn", ] +[[package]] +name = "dc-db" +version = "2.8.6" +dependencies = [ + "dvm-ethereum", + "fp-evm", + "fp-storage", + "kvdb", + "kvdb-rocksdb", + "parity-scale-codec", + "parking_lot 0.11.2", + "sp-core", + "sp-database", + "sp-runtime", +] + +[[package]] +name = "dc-mapping-sync" +version = "2.8.6" +dependencies = [ + "dc-db", + "fp-consensus", + "fp-rpc", + "futures 0.3.21", + "futures-timer 3.0.2", + "log", + "sc-client-api", + "sp-api", + "sp-blockchain", + "sp-runtime", +] + [[package]] name = "dc-rpc" -version = "2.8.5" +version = "2.8.6" dependencies = [ "dc-tracer", "dp-evm-trace-apis", @@ -2060,7 +2092,7 @@ dependencies = [ [[package]] name = "dc-tracer" -version = "2.8.5" +version = "2.8.6" dependencies = [ "dp-evm-trace-apis", "dp-evm-trace-events", @@ -2163,7 +2195,7 @@ checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" [[package]] name = "dp-asset" -version = "2.8.5" +version = "2.8.6" dependencies = [ "ethereum-types", "parity-scale-codec", @@ -2173,7 +2205,7 @@ dependencies = [ [[package]] name = "dp-contract" -version = "2.8.5" +version = "2.8.6" dependencies = [ "array-bytes", "bp-messages", @@ -2186,7 +2218,7 @@ dependencies = [ [[package]] name = "dp-evm-trace-apis" -version = "2.8.5" +version = "2.8.6" dependencies = [ "environmental", "ethereum", @@ -2204,7 +2236,7 @@ dependencies = [ [[package]] name = "dp-evm-trace-events" -version = "2.8.5" +version = "2.8.6" dependencies = [ "environmental", "ethereum", @@ -2218,7 +2250,7 @@ dependencies = [ [[package]] name = "dp-evm-trace-ext" -version = "2.8.5" +version = "2.8.6" dependencies = [ "dp-evm-trace-events", "ethereum-types", @@ -2230,7 +2262,7 @@ dependencies = [ [[package]] name = "dp-evm-trace-rpc" -version = "2.8.5" +version = "2.8.6" dependencies = [ "ethereum-types", "serde", @@ -2238,7 +2270,7 @@ dependencies = [ [[package]] name = "dp-evm-tracer" -version = "2.8.5" +version = "2.8.6" dependencies = [ "dp-evm-trace-events", "dp-evm-trace-ext", @@ -2255,7 +2287,7 @@ dependencies = [ [[package]] name = "dp-fee" -version = "2.8.5" +version = "2.8.6" dependencies = [ "bp-messages", "frame-support", @@ -2267,7 +2299,7 @@ dependencies = [ [[package]] name = "dp-s2s" -version = "2.8.5" +version = "2.8.6" dependencies = [ "array-bytes", "bp-message-dispatch", @@ -2282,7 +2314,7 @@ dependencies = [ [[package]] name = "drml" -version = "2.8.5" +version = "2.8.6" dependencies = [ "bsc-primitives", "drml-rpc", @@ -2300,7 +2332,7 @@ dependencies = [ [[package]] name = "drml-bridge-primitives" -version = "2.8.5" +version = "2.8.6" dependencies = [ "bp-messages", "bp-runtime", @@ -2318,7 +2350,7 @@ dependencies = [ [[package]] name = "drml-common-primitives" -version = "2.8.5" +version = "2.8.6" dependencies = [ "sp-core", "sp-runtime", @@ -2326,7 +2358,7 @@ dependencies = [ [[package]] name = "drml-rpc" -version = "2.8.5" +version = "2.8.6" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -2371,7 +2403,7 @@ dependencies = [ [[package]] name = "drml-service" -version = "2.8.5" +version = "2.8.6" dependencies = [ "array-bytes", "async-trait", @@ -2449,7 +2481,7 @@ dependencies = [ [[package]] name = "dvm-ethereum" -version = "2.8.5" +version = "2.8.6" dependencies = [ "array-bytes", "darwinia-balances", @@ -2485,7 +2517,7 @@ dependencies = [ [[package]] name = "dvm-rpc-core" -version = "2.8.5" +version = "2.8.6" dependencies = [ "darwinia-evm", "dc-tracer", @@ -2707,7 +2739,7 @@ dependencies = [ [[package]] name = "ethereum-primitives" -version = "2.8.5" +version = "2.8.6" dependencies = [ "array-bytes", "ethash", @@ -3320,7 +3352,7 @@ dependencies = [ [[package]] name = "from-ethereum-issuing" -version = "2.8.5" +version = "2.8.6" dependencies = [ "array-bytes", "darwinia-bridge-ethereum", @@ -3343,7 +3375,7 @@ dependencies = [ [[package]] name = "from-substrate-issuing" -version = "2.8.5" +version = "2.8.6" dependencies = [ "array-bytes", "bp-message-dispatch", @@ -5181,7 +5213,7 @@ checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882" [[package]] name = "merkle-patricia-trie" -version = "2.8.5" +version = "2.8.6" dependencies = [ "array-bytes", "criterion", @@ -5310,7 +5342,7 @@ dependencies = [ [[package]] name = "module-transaction-pause" -version = "2.8.5" +version = "2.8.6" dependencies = [ "darwinia-balances", "darwinia-support", @@ -6337,7 +6369,7 @@ dependencies = [ [[package]] name = "pangolin-runtime" -version = "2.8.5" +version = "2.8.6" dependencies = [ "array-bytes", "beefy-primitives", @@ -6458,7 +6490,7 @@ dependencies = [ [[package]] name = "pangoro-runtime" -version = "2.8.5" +version = "2.8.6" dependencies = [ "array-bytes", "beefy-primitives", @@ -9952,7 +9984,7 @@ dependencies = [ [[package]] name = "template-runtime" -version = "2.8.5" +version = "2.8.6" dependencies = [ "common-runtime", "darwinia-balances", @@ -10134,7 +10166,7 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "to-ethereum-backing" -version = "2.8.5" +version = "2.8.6" dependencies = [ "array-bytes", "darwinia-balances", @@ -10164,7 +10196,7 @@ dependencies = [ [[package]] name = "to-substrate-backing" -version = "2.8.5" +version = "2.8.6" dependencies = [ "array-bytes", "bp-message-dispatch", @@ -10192,7 +10224,7 @@ dependencies = [ [[package]] name = "to-tron-backing" -version = "2.8.5" +version = "2.8.6" dependencies = [ "darwinia-support", "frame-support", diff --git a/client/dvm/rpc/Cargo.toml b/client/dvm/rpc/Cargo.toml index 4346ffbe24..587385cb9b 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.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/client/dvm/tracer/Cargo.toml b/client/dvm/tracer/Cargo.toml index 1c1d57abdc..8ba00874d2 100644 --- a/client/dvm/tracer/Cargo.toml +++ b/client/dvm/tracer/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "dc-tracer" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.8.5" +version = "2.8.6" [dependencies] diff --git a/frame/balances/Cargo.toml b/frame/balances/Cargo.toml index 1595976cb9..202ee5b134 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.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/frame/balances/rpc/Cargo.toml b/frame/balances/rpc/Cargo.toml index 2e43c5e057..6bca23b9cd 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.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/frame/balances/rpc/runtime-api/Cargo.toml b/frame/balances/rpc/runtime-api/Cargo.toml index 13df0e8620..86e541f7f0 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.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/frame/beefy-gadget/Cargo.toml b/frame/beefy-gadget/Cargo.toml index aa9691ce66..37e689b5fd 100644 --- a/frame/beefy-gadget/Cargo.toml +++ b/frame/beefy-gadget/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-beefy-gadget" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/frame/bridge/bsc/Cargo.toml b/frame/bridge/bsc/Cargo.toml index 7b35ad7c5c..8ee375a6b9 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.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/frame/bridge/ethereum/Cargo.toml b/frame/bridge/ethereum/Cargo.toml index 915771ba39..fe10dc68f5 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.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/frame/bridge/relay-authorities/Cargo.toml b/frame/bridge/relay-authorities/Cargo.toml index 0ff7531387..b4118f9080 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.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/frame/bridge/relayer-game/Cargo.toml b/frame/bridge/relayer-game/Cargo.toml index 568d4df316..2d0e9c1405 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.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/frame/claims/Cargo.toml b/frame/claims/Cargo.toml index d3a0fec630..27a7149ca5 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.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/frame/democracy/Cargo.toml b/frame/democracy/Cargo.toml index 70b7e83de0..db07d5619a 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.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/frame/dvm/Cargo.toml b/frame/dvm/Cargo.toml index b09916eeb0..13c822a570 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.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/frame/dvm/rpc/Cargo.toml b/frame/dvm/rpc/Cargo.toml index a814de7031..3cf24a1b5e 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.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/frame/elections-phragmen/Cargo.toml b/frame/elections-phragmen/Cargo.toml index 144b655ac5..c9a4804390 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.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/frame/evm/Cargo.toml b/frame/evm/Cargo.toml index 945210aaed..2e0531154d 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.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/frame/evm/precompile/contracts/bridge/ethereum/Cargo.toml b/frame/evm/precompile/contracts/bridge/ethereum/Cargo.toml index eef17069e4..72f1126876 100644 --- a/frame/evm/precompile/contracts/bridge/ethereum/Cargo.toml +++ b/frame/evm/precompile/contracts/bridge/ethereum/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-evm-precompile-bridge-ethereum" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.8.5" +version = "2.8.6" [dependencies] diff --git a/frame/evm/precompile/contracts/bridge/s2s/Cargo.toml b/frame/evm/precompile/contracts/bridge/s2s/Cargo.toml index ae979f1a4f..31c694b197 100644 --- a/frame/evm/precompile/contracts/bridge/s2s/Cargo.toml +++ b/frame/evm/precompile/contracts/bridge/s2s/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-evm-precompile-bridge-s2s" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/frame/evm/precompile/contracts/dispatch/Cargo.toml b/frame/evm/precompile/contracts/dispatch/Cargo.toml index 632e6830e6..a060edfac0 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.8.5" +version = "2.8.6" [dependencies] diff --git a/frame/evm/precompile/contracts/transfer/Cargo.toml b/frame/evm/precompile/contracts/transfer/Cargo.toml index 94800847e6..416f39ccdc 100644 --- a/frame/evm/precompile/contracts/transfer/Cargo.toml +++ b/frame/evm/precompile/contracts/transfer/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-evm-precompile-transfer" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/frame/evm/precompile/contracts/utils/Cargo.toml b/frame/evm/precompile/contracts/utils/Cargo.toml index 868f3808f3..b56ad6ea2f 100644 --- a/frame/evm/precompile/contracts/utils/Cargo.toml +++ b/frame/evm/precompile/contracts/utils/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-evm-precompile-utils" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/frame/evm/precompile/contracts/utils/macro/Cargo.toml b/frame/evm/precompile/contracts/utils/macro/Cargo.toml index a10f25d4df..c4a3462741 100644 --- a/frame/evm/precompile/contracts/utils/macro/Cargo.toml +++ b/frame/evm/precompile/contracts/utils/macro/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-evm-precompile-utils-macro" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.8.5" +version = "2.8.6" [lib] proc-macro = true diff --git a/frame/fee-market/Cargo.toml b/frame/fee-market/Cargo.toml index fc55c7f42d..aca9273a4b 100644 --- a/frame/fee-market/Cargo.toml +++ b/frame/fee-market/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-fee-market" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/frame/fee-market/rpc/Cargo.toml b/frame/fee-market/rpc/Cargo.toml index d3d037c4d6..b052874328 100644 --- a/frame/fee-market/rpc/Cargo.toml +++ b/frame/fee-market/rpc/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-fee-market-rpc" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/frame/fee-market/rpc/runtime-api/Cargo.toml b/frame/fee-market/rpc/runtime-api/Cargo.toml index f3568ffd4a..07422b73a3 100644 --- a/frame/fee-market/rpc/runtime-api/Cargo.toml +++ b/frame/fee-market/rpc/runtime-api/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-fee-market-rpc-runtime-api" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/frame/header-mmr/Cargo.toml b/frame/header-mmr/Cargo.toml index ee06320480..71b56f83b1 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.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/frame/header-mmr/rpc/Cargo.toml b/frame/header-mmr/rpc/Cargo.toml index 40c612e138..08be342a09 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.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/frame/header-mmr/rpc/runtime-api/Cargo.toml b/frame/header-mmr/rpc/runtime-api/Cargo.toml index beefc53ec5..21f71ed0c6 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.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/frame/staking/Cargo.toml b/frame/staking/Cargo.toml index 9875397ddb..7d4feee82d 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.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/frame/staking/rpc/Cargo.toml b/frame/staking/rpc/Cargo.toml index eb749eb3e2..80c7b49e17 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.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/frame/staking/rpc/runtime-api/Cargo.toml b/frame/staking/rpc/runtime-api/Cargo.toml index 26e9a00a14..27ec20f445 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.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/frame/support/Cargo.toml b/frame/support/Cargo.toml index 18545fa853..8d9dbe3b6c 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.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/frame/transaction-pause/Cargo.toml b/frame/transaction-pause/Cargo.toml index 9524e6f1a9..c5cd5a6613 100644 --- a/frame/transaction-pause/Cargo.toml +++ b/frame/transaction-pause/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Acala Developers"] edition = "2021" name = "module-transaction-pause" -version = "2.8.5" +version = "2.8.6" [dependencies] codec = { package = "parity-scale-codec", version = "2.3", default-features = false } diff --git a/frame/vesting/Cargo.toml b/frame/vesting/Cargo.toml index ea90088a1f..7476071e45 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.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/frame/wormhole/backing/ethereum/Cargo.toml b/frame/wormhole/backing/ethereum/Cargo.toml index 14e4236c4d..9dc61bc9b8 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.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/frame/wormhole/backing/s2s/Cargo.toml b/frame/wormhole/backing/s2s/Cargo.toml index c01b993dd7..bc5cb6044b 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.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/frame/wormhole/backing/tron/Cargo.toml b/frame/wormhole/backing/tron/Cargo.toml index 4506f8fdb6..e32bb5d6da 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.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/frame/wormhole/issuing/ethereum/Cargo.toml b/frame/wormhole/issuing/ethereum/Cargo.toml index 0c5d6957dc..7ca37a9ec5 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.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/frame/wormhole/issuing/s2s/Cargo.toml b/frame/wormhole/issuing/s2s/Cargo.toml index 5fa686c5ac..26c8ab291f 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.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/node/cli/Cargo.toml b/node/cli/Cargo.toml index 32d026aa2f..a5e3db3bdf 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.8.5" +version = "2.8.6" # 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 d2750ed9c6..a831339086 100644 --- a/node/primitives/bridge/Cargo.toml +++ b/node/primitives/bridge/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "drml-bridge-primitives" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.8.5" +version = "2.8.6" [dependencies] # darwinia-network diff --git a/node/primitives/common/Cargo.toml b/node/primitives/common/Cargo.toml index 68fbeb2bd8..97ee4910d6 100644 --- a/node/primitives/common/Cargo.toml +++ b/node/primitives/common/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "drml-common-primitives" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.8.5" +version = "2.8.6" [dependencies] # paritytech diff --git a/node/rpc/Cargo.toml b/node/rpc/Cargo.toml index 0b7f55c7f1..8fbbac6323 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.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/node/runtime/common/Cargo.toml b/node/runtime/common/Cargo.toml index 78ec30c22b..d24c43f1fb 100644 --- a/node/runtime/common/Cargo.toml +++ b/node/runtime/common/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://darwinia.network" license = "GPL-3.0" name = "common-runtime" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/node/runtime/pangolin/Cargo.toml b/node/runtime/pangolin/Cargo.toml index 4188da101d..007dbe7305 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.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/node/runtime/pangolin/src/lib.rs b/node/runtime/pangolin/src/lib.rs index dadf2ec053..6ba20777d2 100644 --- a/node/runtime/pangolin/src/lib.rs +++ b/node/runtime/pangolin/src/lib.rs @@ -144,7 +144,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: sp_runtime::create_runtime_str!("Pangolin"), impl_name: sp_runtime::create_runtime_str!("Pangolin"), authoring_version: 0, - spec_version: 2_8_05_0, + spec_version: 2_8_06_0, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 0, diff --git a/node/runtime/pangoro/Cargo.toml b/node/runtime/pangoro/Cargo.toml index 66f10afeee..cc3e6c96ae 100644 --- a/node/runtime/pangoro/Cargo.toml +++ b/node/runtime/pangoro/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "pangoro-runtime" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/node/runtime/pangoro/src/lib.rs b/node/runtime/pangoro/src/lib.rs index e630b41c31..f017f47c74 100644 --- a/node/runtime/pangoro/src/lib.rs +++ b/node/runtime/pangoro/src/lib.rs @@ -112,7 +112,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: sp_runtime::create_runtime_str!("Pangoro"), impl_name: sp_runtime::create_runtime_str!("Pangoro"), authoring_version: 0, - spec_version: 2_8_05_0, + spec_version: 2_8_06_0, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 0, diff --git a/node/runtime/template/Cargo.toml b/node/runtime/template/Cargo.toml index fc6dc0d1d2..8d43ed23ff 100644 --- a/node/runtime/template/Cargo.toml +++ b/node/runtime/template/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "template-runtime" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index 3bc99d8bde..ad67e7af34 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.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/primitives/asset/Cargo.toml b/primitives/asset/Cargo.toml index 5425cda5fa..085ed02a76 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.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/primitives/beefy/Cargo.toml b/primitives/beefy/Cargo.toml index 96314cfb52..be37ae3b0a 100644 --- a/primitives/beefy/Cargo.toml +++ b/primitives/beefy/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-beefy-primitives" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.8.5" +version = "2.8.6" [dependencies] diff --git a/primitives/bsc/Cargo.toml b/primitives/bsc/Cargo.toml index ceb422e6a0..b7defd1beb 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.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/primitives/contract/Cargo.toml b/primitives/contract/Cargo.toml index c6ce598ecd..12900d0128 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.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/primitives/ethereum/Cargo.toml b/primitives/ethereum/Cargo.toml index 845fe700b7..227d19779d 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.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/primitives/evm-trace/apis/Cargo.toml b/primitives/evm-trace/apis/Cargo.toml index 789b52baf0..496443ab4c 100644 --- a/primitives/evm-trace/apis/Cargo.toml +++ b/primitives/evm-trace/apis/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "dp-evm-trace-apis" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/primitives/evm-trace/events/Cargo.toml b/primitives/evm-trace/events/Cargo.toml index fa66845045..3f8423a6c8 100644 --- a/primitives/evm-trace/events/Cargo.toml +++ b/primitives/evm-trace/events/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" name = "dp-evm-trace-events" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.8.5" +version = "2.8.6" [dependencies] diff --git a/primitives/evm-trace/ext/Cargo.toml b/primitives/evm-trace/ext/Cargo.toml index a5e83613e0..362da45a66 100644 --- a/primitives/evm-trace/ext/Cargo.toml +++ b/primitives/evm-trace/ext/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "dp-evm-trace-ext" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common/" -version = "2.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/primitives/evm-trace/rpc/Cargo.toml b/primitives/evm-trace/rpc/Cargo.toml index 193165438e..509ba5fa5e 100644 --- a/primitives/evm-trace/rpc/Cargo.toml +++ b/primitives/evm-trace/rpc/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "dp-evm-trace-rpc" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/primitives/evm-trace/tracer/Cargo.toml b/primitives/evm-trace/tracer/Cargo.toml index c9c151de5f..f6e3462314 100644 --- a/primitives/evm-trace/tracer/Cargo.toml +++ b/primitives/evm-trace/tracer/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://darwinia.network" license = "GPL-3.0" name = "dp-evm-tracer" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/primitives/fee-market/Cargo.toml b/primitives/fee-market/Cargo.toml index 2ebe929dd8..af00dcc306 100644 --- a/primitives/fee-market/Cargo.toml +++ b/primitives/fee-market/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "dp-fee" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/primitives/merkle-patricia-trie/Cargo.toml b/primitives/merkle-patricia-trie/Cargo.toml index a16f5e4c1b..1599816bd5 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.8.5" +version = "2.8.6" [[bench]] harness = false diff --git a/primitives/relay/Cargo.toml b/primitives/relay/Cargo.toml index 93902d2a9f..f6ff8aecc4 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.8.5" +version = "2.8.6" [dependencies] # crates.io diff --git a/primitives/s2s/Cargo.toml b/primitives/s2s/Cargo.toml index 786460eeac..98467ffd0c 100644 --- a/primitives/s2s/Cargo.toml +++ b/primitives/s2s/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "dp-s2s" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.8.5" +version = "2.8.6" [dependencies] # crates.io