From c85c04ae1c3c901150284aa8f8667d9ee059381b Mon Sep 17 00:00:00 2001 From: AurevoirXavier Date: Fri, 6 May 2022 21:28:31 +0800 Subject: [PATCH] Release `v2.8.11` (#1208) --- Cargo.lock | 97 +++++++++---------- frame/balances/Cargo.toml | 3 +- frame/balances/rpc/Cargo.toml | 2 +- frame/balances/rpc/runtime-api/Cargo.toml | 2 +- frame/balances/src/lib.rs | 2 +- frame/beefy-gadget/Cargo.toml | 4 +- frame/bridge/bsc/Cargo.toml | 6 +- frame/bridge/ethereum/Cargo.toml | 4 +- frame/bridge/relay-authorities/Cargo.toml | 4 +- frame/bridge/relayer-game/Cargo.toml | 2 +- frame/claims/Cargo.toml | 4 +- frame/dvm/ethereum/Cargo.toml | 4 +- frame/dvm/evm/Cargo.toml | 4 +- .../precompiles/bridge/ethereum/Cargo.toml | 2 +- .../dvm/evm/precompiles/bridge/s2s/Cargo.toml | 2 +- frame/dvm/evm/precompiles/dispatch/Cargo.toml | 2 +- frame/dvm/evm/precompiles/transfer/Cargo.toml | 4 +- frame/dvm/evm/precompiles/utils/Cargo.toml | 2 +- .../evm/precompiles/utils/macro/Cargo.toml | 2 +- frame/header-mmr/Cargo.toml | 4 +- 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/wormhole/backing/ethereum/Cargo.toml | 4 +- frame/wormhole/backing/s2s/Cargo.toml | 4 +- frame/wormhole/backing/tron/Cargo.toml | 2 +- frame/wormhole/issuing/ethereum/Cargo.toml | 4 +- frame/wormhole/issuing/s2s/Cargo.toml | 4 +- node/cli/Cargo.toml | 2 +- node/primitives/Cargo.toml | 2 +- node/rpc/Cargo.toml | 2 +- node/runtime/common/Cargo.toml | 2 +- node/runtime/pangolin/Cargo.toml | 6 +- node/runtime/pangolin/src/lib.rs | 2 +- node/runtime/pangolin/src/migrations.rs | 7 +- node/runtime/pangoro/Cargo.toml | 6 +- node/runtime/pangoro/src/lib.rs | 2 +- node/runtime/pangoro/src/migrations.rs | 7 +- node/runtime/template/Cargo.toml | 2 +- node/service/Cargo.toml | 4 +- primitives/asset/Cargo.toml | 2 +- primitives/beefy/Cargo.toml | 4 +- primitives/bsc/Cargo.toml | 6 +- primitives/contract/Cargo.toml | 4 +- primitives/ethereum/Cargo.toml | 6 +- primitives/evm-trace/ext/Cargo.toml | 2 +- primitives/evm-trace/tracer/Cargo.toml | 2 +- primitives/merkle-patricia-trie/Cargo.toml | 4 +- primitives/relay/Cargo.toml | 2 +- primitives/s2s/Cargo.toml | 4 +- 54 files changed, 136 insertions(+), 132 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6be81238d9..e493c13f5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -905,7 +905,7 @@ checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3" [[package]] name = "bsc-primitives" -version = "2.8.10" +version = "2.8.11" dependencies = [ "array-bytes", "ethbloom", @@ -1551,13 +1551,12 @@ dependencies = [ [[package]] name = "darwinia-balances" -version = "2.8.10" +version = "2.8.11" dependencies = [ "darwinia-balances-rpc-runtime-api", "darwinia-support", "frame-support", "frame-system", - "log", "pallet-transaction-payment", "parity-scale-codec 2.3.1", "scale-info 1.0.0", @@ -1569,7 +1568,7 @@ dependencies = [ [[package]] name = "darwinia-balances-rpc" -version = "2.8.10" +version = "2.8.11" dependencies = [ "darwinia-balances-rpc-runtime-api", "jsonrpc-core", @@ -1583,7 +1582,7 @@ dependencies = [ [[package]] name = "darwinia-balances-rpc-runtime-api" -version = "2.8.10" +version = "2.8.11" dependencies = [ "darwinia-support", "parity-scale-codec 2.3.1", @@ -1594,7 +1593,7 @@ dependencies = [ [[package]] name = "darwinia-beefy-gadget" -version = "2.8.10" +version = "2.8.11" dependencies = [ "array-bytes", "beefy-primitives", @@ -1616,14 +1615,14 @@ dependencies = [ [[package]] name = "darwinia-beefy-primitives" -version = "2.8.10" +version = "2.8.11" dependencies = [ "array-bytes", ] [[package]] name = "darwinia-bridge-bsc" -version = "2.8.10" +version = "2.8.11" dependencies = [ "array-bytes", "bsc-primitives", @@ -1644,7 +1643,7 @@ dependencies = [ [[package]] name = "darwinia-bridge-ethereum" -version = "2.8.10" +version = "2.8.11" dependencies = [ "array-bytes", "blake2-rfc", @@ -1670,7 +1669,7 @@ dependencies = [ [[package]] name = "darwinia-claims" -version = "2.8.10" +version = "2.8.11" dependencies = [ "array-bytes", "darwinia-balances", @@ -1691,7 +1690,7 @@ dependencies = [ [[package]] name = "darwinia-ethereum" -version = "2.8.10" +version = "2.8.11" dependencies = [ "array-bytes", "darwinia-balances", @@ -1725,7 +1724,7 @@ dependencies = [ [[package]] name = "darwinia-evm" -version = "2.8.10" +version = "2.8.11" dependencies = [ "array-bytes", "darwinia-balances", @@ -1768,7 +1767,7 @@ dependencies = [ [[package]] name = "darwinia-evm-precompile-bridge-ethereum" -version = "2.8.10" +version = "2.8.11" dependencies = [ "darwinia-evm", "darwinia-evm-precompile-utils", @@ -1783,7 +1782,7 @@ dependencies = [ [[package]] name = "darwinia-evm-precompile-bridge-s2s" -version = "2.8.10" +version = "2.8.11" dependencies = [ "bp-message-dispatch", "bp-runtime", @@ -1805,7 +1804,7 @@ dependencies = [ [[package]] name = "darwinia-evm-precompile-dispatch" -version = "2.8.10" +version = "2.8.11" dependencies = [ "darwinia-evm", "darwinia-evm-precompile-utils", @@ -1819,7 +1818,7 @@ dependencies = [ [[package]] name = "darwinia-evm-precompile-transfer" -version = "2.8.10" +version = "2.8.11" dependencies = [ "array-bytes", "darwinia-balances", @@ -1852,7 +1851,7 @@ dependencies = [ [[package]] name = "darwinia-evm-precompile-utils" -version = "2.8.10" +version = "2.8.11" dependencies = [ "darwinia-evm", "darwinia-evm-precompile-utils-macro", @@ -1868,7 +1867,7 @@ dependencies = [ [[package]] name = "darwinia-evm-precompile-utils-macro" -version = "2.8.10" +version = "2.8.11" dependencies = [ "evm", "fp-evm", @@ -1880,7 +1879,7 @@ dependencies = [ [[package]] name = "darwinia-header-mmr" -version = "2.8.10" +version = "2.8.11" dependencies = [ "array-bytes", "ckb-merkle-mountain-range 0.3.1", @@ -1902,7 +1901,7 @@ dependencies = [ [[package]] name = "darwinia-header-mmr-rpc" -version = "2.8.10" +version = "2.8.11" dependencies = [ "darwinia-header-mmr-rpc-runtime-api", "jsonrpc-core", @@ -1916,7 +1915,7 @@ dependencies = [ [[package]] name = "darwinia-header-mmr-rpc-runtime-api" -version = "2.8.10" +version = "2.8.11" dependencies = [ "darwinia-support", "parity-scale-codec 2.3.1", @@ -1928,7 +1927,7 @@ dependencies = [ [[package]] name = "darwinia-relay-authorities" -version = "2.8.10" +version = "2.8.11" dependencies = [ "array-bytes", "darwinia-balances", @@ -1948,7 +1947,7 @@ dependencies = [ [[package]] name = "darwinia-relay-primitives" -version = "2.8.10" +version = "2.8.11" dependencies = [ "frame-support", "parity-scale-codec 2.3.1", @@ -1959,7 +1958,7 @@ dependencies = [ [[package]] name = "darwinia-relayer-game" -version = "2.8.10" +version = "2.8.11" dependencies = [ "darwinia-balances", "darwinia-relay-primitives", @@ -1980,7 +1979,7 @@ dependencies = [ [[package]] name = "darwinia-staking" -version = "2.8.10" +version = "2.8.11" dependencies = [ "darwinia-balances", "darwinia-staking-rpc-runtime-api", @@ -2011,7 +2010,7 @@ dependencies = [ [[package]] name = "darwinia-staking-rpc" -version = "2.8.10" +version = "2.8.11" dependencies = [ "darwinia-staking-rpc-runtime-api", "jsonrpc-core", @@ -2025,7 +2024,7 @@ dependencies = [ [[package]] name = "darwinia-staking-rpc-runtime-api" -version = "2.8.10" +version = "2.8.11" dependencies = [ "darwinia-support", "parity-scale-codec 2.3.1", @@ -2036,7 +2035,7 @@ dependencies = [ [[package]] name = "darwinia-support" -version = "2.8.10" +version = "2.8.11" dependencies = [ "bp-messages", "bp-runtime", @@ -2171,7 +2170,7 @@ checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" [[package]] name = "dp-asset" -version = "2.8.10" +version = "2.8.11" dependencies = [ "ethereum-types", "parity-scale-codec 2.3.1", @@ -2181,7 +2180,7 @@ dependencies = [ [[package]] name = "dp-contract" -version = "2.8.10" +version = "2.8.11" dependencies = [ "array-bytes", "bp-messages", @@ -2194,7 +2193,7 @@ dependencies = [ [[package]] name = "dp-evm-trace-ext" -version = "2.8.10" +version = "2.8.11" dependencies = [ "ethereum-types", "evm-tracing-events", @@ -2206,7 +2205,7 @@ dependencies = [ [[package]] name = "dp-evm-tracer" -version = "2.8.10" +version = "2.8.11" dependencies = [ "dp-evm-trace-ext", "ethereum-types", @@ -2223,7 +2222,7 @@ dependencies = [ [[package]] name = "dp-s2s" -version = "2.8.10" +version = "2.8.11" dependencies = [ "array-bytes", "bp-message-dispatch", @@ -2238,7 +2237,7 @@ dependencies = [ [[package]] name = "drml" -version = "2.8.10" +version = "2.8.11" dependencies = [ "bsc-primitives", "drml-primitives", @@ -2257,7 +2256,7 @@ dependencies = [ [[package]] name = "drml-common-runtime" -version = "2.8.10" +version = "2.8.11" dependencies = [ "bp-messages", "bridge-runtime-common", @@ -2283,7 +2282,7 @@ dependencies = [ [[package]] name = "drml-primitives" -version = "2.8.10" +version = "2.8.11" dependencies = [ "sp-core", "sp-runtime", @@ -2291,7 +2290,7 @@ dependencies = [ [[package]] name = "drml-rpc" -version = "2.8.10" +version = "2.8.11" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -2336,7 +2335,7 @@ dependencies = [ [[package]] name = "drml-service" -version = "2.8.10" +version = "2.8.11" dependencies = [ "array-bytes", "async-trait", @@ -2608,7 +2607,7 @@ dependencies = [ [[package]] name = "ethereum-primitives" -version = "2.8.10" +version = "2.8.11" dependencies = [ "array-bytes", "ethash", @@ -3236,7 +3235,7 @@ dependencies = [ [[package]] name = "from-ethereum-issuing" -version = "2.8.10" +version = "2.8.11" dependencies = [ "array-bytes", "darwinia-bridge-ethereum", @@ -3259,7 +3258,7 @@ dependencies = [ [[package]] name = "from-substrate-issuing" -version = "2.8.10" +version = "2.8.11" dependencies = [ "array-bytes", "bp-message-dispatch", @@ -5106,7 +5105,7 @@ checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882" [[package]] name = "merkle-patricia-trie" -version = "2.8.10" +version = "2.8.11" dependencies = [ "array-bytes", "criterion", @@ -5235,7 +5234,7 @@ dependencies = [ [[package]] name = "module-transaction-pause" -version = "2.8.10" +version = "2.8.11" dependencies = [ "darwinia-balances", "darwinia-support", @@ -6489,7 +6488,7 @@ dependencies = [ [[package]] name = "pangolin-runtime" -version = "2.8.10" +version = "2.8.11" dependencies = [ "array-bytes", "beefy-primitives", @@ -6609,7 +6608,7 @@ dependencies = [ [[package]] name = "pangoro-runtime" -version = "2.8.10" +version = "2.8.11" dependencies = [ "array-bytes", "beefy-primitives", @@ -10156,7 +10155,7 @@ dependencies = [ [[package]] name = "template-runtime" -version = "2.8.10" +version = "2.8.11" dependencies = [ "darwinia-balances", "darwinia-ethereum", @@ -10336,7 +10335,7 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "to-ethereum-backing" -version = "2.8.10" +version = "2.8.11" dependencies = [ "array-bytes", "darwinia-balances", @@ -10366,7 +10365,7 @@ dependencies = [ [[package]] name = "to-substrate-backing" -version = "2.8.10" +version = "2.8.11" dependencies = [ "array-bytes", "bp-message-dispatch", @@ -10394,7 +10393,7 @@ dependencies = [ [[package]] name = "to-tron-backing" -version = "2.8.10" +version = "2.8.11" dependencies = [ "frame-support", "frame-system", diff --git a/frame/balances/Cargo.toml b/frame/balances/Cargo.toml index 068f6f303e..7b0fc7af63 100644 --- a/frame/balances/Cargo.toml +++ b/frame/balances/Cargo.toml @@ -7,12 +7,11 @@ license = "GPL-3.0" name = "darwinia-balances" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.8.10" +version = "2.8.11" [dependencies] # crates.io codec = { package = "parity-scale-codec", version = "2.3", default-features = false } -log = { version = "0.4" } scale-info = { version = "1.0", default-features = false, features = ["derive"] } # darwinia-network darwinia-balances-rpc-runtime-api = { default-features = false, path = "./rpc/runtime-api" } diff --git a/frame/balances/rpc/Cargo.toml b/frame/balances/rpc/Cargo.toml index 8a336eb1ba..2a71c39d9f 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.10" +version = "2.8.11" [dependencies] # crates.io diff --git a/frame/balances/rpc/runtime-api/Cargo.toml b/frame/balances/rpc/runtime-api/Cargo.toml index cb777ad2b9..600eb481fe 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.10" +version = "2.8.11" [dependencies] # crates.io diff --git a/frame/balances/src/lib.rs b/frame/balances/src/lib.rs index 0c460f1964..2e7a39d747 100644 --- a/frame/balances/src/lib.rs +++ b/frame/balances/src/lib.rs @@ -534,7 +534,7 @@ pub mod pallet { use scale_info::TypeInfo; // --- paritytech --- use frame_support::{ - ensure, + ensure, log, pallet_prelude::*, traits::{ fungible::Inspect, diff --git a/frame/beefy-gadget/Cargo.toml b/frame/beefy-gadget/Cargo.toml index 69e400827b..c798aea536 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.10" +version = "2.8.11" [dependencies] # crates.io @@ -30,7 +30,7 @@ sp-runtime = { default-features = false, git = "https://github.com/darwini sp-std = { default-features = false, git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.2" } [dev-dependencies] -array-bytes = { version = "1.4" } +array-bytes = { version = "1.5" } [features] default = ["std"] diff --git a/frame/bridge/bsc/Cargo.toml b/frame/bridge/bsc/Cargo.toml index 22b3e01584..a71fa2b26c 100644 --- a/frame/bridge/bsc/Cargo.toml +++ b/frame/bridge/bsc/Cargo.toml @@ -7,11 +7,11 @@ license = "GPL-3.0" name = "darwinia-bridge-bsc" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.8.10" +version = "2.8.11" [dependencies] # crates.io -array-bytes = { version = "1.4", optional = true } +array-bytes = { version = "1.5", optional = true } codec = { package = "parity-scale-codec", version = "2.3", default-features = false } rlp = { version = "0.5", default-features = false } scale-info = { version = "1.0", default-features = false, features = ["derive"] } @@ -29,7 +29,7 @@ sp-std = { default-features = false, git = "https://github.com/darwi [dev-dependencies] # crates.io -array-bytes = { version = "1.4" } +array-bytes = { version = "1.5" } serde_json = { version = "1.0" } # paritytech pallet-timestamp = { git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.2" } diff --git a/frame/bridge/ethereum/Cargo.toml b/frame/bridge/ethereum/Cargo.toml index e9009eae6b..b044c1768e 100644 --- a/frame/bridge/ethereum/Cargo.toml +++ b/frame/bridge/ethereum/Cargo.toml @@ -8,11 +8,11 @@ license = "GPL-3.0" name = "darwinia-bridge-ethereum" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.8.10" +version = "2.8.11" [dependencies] # crates.io -array-bytes = { version = "1.4" } +array-bytes = { version = "1.5" } blake2-rfc = { version = "0.2", default-features = false } codec = { package = "parity-scale-codec", version = "2.3", default-features = false } ethereum-types = { version = "0.12", default-features = false } diff --git a/frame/bridge/relay-authorities/Cargo.toml b/frame/bridge/relay-authorities/Cargo.toml index 9351bc4be6..d841059d6b 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.10" +version = "2.8.11" [dependencies] # crates.io @@ -24,7 +24,7 @@ sp-std = { default-features = false, git = "https://github.com/darwinia-n [dev-dependencies] # crates.io -array-bytes = { version = "1.4" } +array-bytes = { version = "1.5" } # darwinia-network darwinia-balances = { path = "../../balances" } darwinia-header-mmr = { features = ["easy-testing"], path = "../../header-mmr" } diff --git a/frame/bridge/relayer-game/Cargo.toml b/frame/bridge/relayer-game/Cargo.toml index 246b58d993..5cc8c82770 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.10" +version = "2.8.11" [dependencies] # crates.io diff --git a/frame/claims/Cargo.toml b/frame/claims/Cargo.toml index eb3c2cf9e5..b1d1b391f2 100644 --- a/frame/claims/Cargo.toml +++ b/frame/claims/Cargo.toml @@ -7,11 +7,11 @@ license = "GPL-3.0" name = "darwinia-claims" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.8.10" +version = "2.8.11" [dependencies] # crates.io -array-bytes = { version = "1.4" } +array-bytes = { version = "1.5" } codec = { package = "parity-scale-codec", version = "2.3", default-features = false, features = ["derive"] } log = { version = "0.4" } scale-info = { version = "1.0", default-features = false, features = ["derive"] } diff --git a/frame/dvm/ethereum/Cargo.toml b/frame/dvm/ethereum/Cargo.toml index 734aab1879..51f47e068d 100644 --- a/frame/dvm/ethereum/Cargo.toml +++ b/frame/dvm/ethereum/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-ethereum" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.8.10" +version = "2.8.11" [dependencies] # crates.io @@ -41,7 +41,7 @@ pallet-evm = { default-features = false, git = "https://github.com/darwin [dev-dependencies] # crates.io -array-bytes = { version = "1.4" } +array-bytes = { version = "1.5" } libsecp256k1 = { version = "0.5", features = ["static-context", "hmac"] } # darwinia-network darwinia-balances = { path = "../../balances" } diff --git a/frame/dvm/evm/Cargo.toml b/frame/dvm/evm/Cargo.toml index db96bd38f3..0a84f8e0da 100644 --- a/frame/dvm/evm/Cargo.toml +++ b/frame/dvm/evm/Cargo.toml @@ -7,11 +7,11 @@ license = "GPL-3.0" name = "darwinia-evm" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.8.10" +version = "2.8.11" [dependencies] # crates.io -array-bytes = { version = "1.4" } +array-bytes = { version = "1.5" } codec = { package = "parity-scale-codec", version = "2.3", default-features = false } evm = { version = "0.33.1", default-features = false, features = ["with-codec"] } evm-gasometer = { version = "0.33", default-features = false } diff --git a/frame/dvm/evm/precompiles/bridge/ethereum/Cargo.toml b/frame/dvm/evm/precompiles/bridge/ethereum/Cargo.toml index be9cb3db78..3265b6925f 100644 --- a/frame/dvm/evm/precompiles/bridge/ethereum/Cargo.toml +++ b/frame/dvm/evm/precompiles/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.10" +version = "2.8.11" [dependencies] diff --git a/frame/dvm/evm/precompiles/bridge/s2s/Cargo.toml b/frame/dvm/evm/precompiles/bridge/s2s/Cargo.toml index 0f272ced07..3679894bbe 100644 --- a/frame/dvm/evm/precompiles/bridge/s2s/Cargo.toml +++ b/frame/dvm/evm/precompiles/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.10" +version = "2.8.11" [dependencies] # crates.io diff --git a/frame/dvm/evm/precompiles/dispatch/Cargo.toml b/frame/dvm/evm/precompiles/dispatch/Cargo.toml index a619fea6b9..a151f2c573 100644 --- a/frame/dvm/evm/precompiles/dispatch/Cargo.toml +++ b/frame/dvm/evm/precompiles/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.10" +version = "2.8.11" [dependencies] diff --git a/frame/dvm/evm/precompiles/transfer/Cargo.toml b/frame/dvm/evm/precompiles/transfer/Cargo.toml index d04dff9ee3..e8c625f54e 100644 --- a/frame/dvm/evm/precompiles/transfer/Cargo.toml +++ b/frame/dvm/evm/precompiles/transfer/Cargo.toml @@ -7,11 +7,11 @@ license = "GPL-3.0" name = "darwinia-evm-precompile-transfer" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.8.10" +version = "2.8.11" [dependencies] # crates.io -array-bytes = { version = "1.4" } +array-bytes = { version = "1.5" } codec = { package = "parity-scale-codec", version = "2.3", default-features = false } ethabi = { version = "15.0", default-features = false } ethereum-types = { version = "0.12", default-features = false } diff --git a/frame/dvm/evm/precompiles/utils/Cargo.toml b/frame/dvm/evm/precompiles/utils/Cargo.toml index fe33cd35c3..fcaa98afbb 100644 --- a/frame/dvm/evm/precompiles/utils/Cargo.toml +++ b/frame/dvm/evm/precompiles/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.10" +version = "2.8.11" [dependencies] # crates.io diff --git a/frame/dvm/evm/precompiles/utils/macro/Cargo.toml b/frame/dvm/evm/precompiles/utils/macro/Cargo.toml index 5024c87c18..2fae411995 100644 --- a/frame/dvm/evm/precompiles/utils/macro/Cargo.toml +++ b/frame/dvm/evm/precompiles/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.10" +version = "2.8.11" [lib] proc-macro = true diff --git a/frame/header-mmr/Cargo.toml b/frame/header-mmr/Cargo.toml index 9c051ef45a..1b926a2634 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.10" +version = "2.8.11" [dependencies] # crates.io @@ -29,7 +29,7 @@ sp-std = { default-features = false, git = "https://github.com/darwinia-n [dev-dependencies] # crates.io -array-bytes = { version = "1.4" } +array-bytes = { version = "1.5" } serde_json = { version = "1.0" } # paritytech sp-tracing = { git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.2" } diff --git a/frame/header-mmr/rpc/Cargo.toml b/frame/header-mmr/rpc/Cargo.toml index 437cbdcaf3..a2b4ccff73 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.10" +version = "2.8.11" [dependencies] # crates.io diff --git a/frame/header-mmr/rpc/runtime-api/Cargo.toml b/frame/header-mmr/rpc/runtime-api/Cargo.toml index 1d8f2df2a8..23e1ca6530 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.10" +version = "2.8.11" [dependencies] # crates.io diff --git a/frame/staking/Cargo.toml b/frame/staking/Cargo.toml index 1e4874301a..77023bd156 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.10" +version = "2.8.11" [dependencies] # crates.io diff --git a/frame/staking/rpc/Cargo.toml b/frame/staking/rpc/Cargo.toml index b748c8d9e5..6b06809075 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.10" +version = "2.8.11" [dependencies] # crates.io diff --git a/frame/staking/rpc/runtime-api/Cargo.toml b/frame/staking/rpc/runtime-api/Cargo.toml index 7b771bcc2e..c1fdaddbea 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.10" +version = "2.8.11" [dependencies] # crates.io diff --git a/frame/support/Cargo.toml b/frame/support/Cargo.toml index bddb43287e..044223d998 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.10" +version = "2.8.11" [dependencies] # crates.io diff --git a/frame/transaction-pause/Cargo.toml b/frame/transaction-pause/Cargo.toml index 9db3e0fe11..e233ae5e74 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.10" +version = "2.8.11" [dependencies] codec = { package = "parity-scale-codec", version = "2.3", default-features = false } diff --git a/frame/wormhole/backing/ethereum/Cargo.toml b/frame/wormhole/backing/ethereum/Cargo.toml index 25798aadbb..69c80399f8 100644 --- a/frame/wormhole/backing/ethereum/Cargo.toml +++ b/frame/wormhole/backing/ethereum/Cargo.toml @@ -7,11 +7,11 @@ license = "GPL-3.0" name = "to-ethereum-backing" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.8.10" +version = "2.8.11" [dependencies] # crates.io -array-bytes = { version = "1.4" } +array-bytes = { version = "1.5" } codec = { package = "parity-scale-codec", version = "2.3", default-features = false, features = ["derive"] } ethabi = { version = "15.0", default-features = false } scale-info = { version = "1.0", default-features = false, features = ["derive"] } diff --git a/frame/wormhole/backing/s2s/Cargo.toml b/frame/wormhole/backing/s2s/Cargo.toml index 2df5e85969..6a798841d8 100644 --- a/frame/wormhole/backing/s2s/Cargo.toml +++ b/frame/wormhole/backing/s2s/Cargo.toml @@ -7,11 +7,11 @@ license = "GPL-3.0" name = "to-substrate-backing" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.8.10" +version = "2.8.11" [dependencies] # crates.io -array-bytes = { version = "1.4" } +array-bytes = { version = "1.5" } codec = { package = "parity-scale-codec", version = "2.3", default-features = false, features = ["derive"] } ethereum-types = { version = "0.12", default-features = false } scale-info = { version = "1.0", default-features = false, features = ["derive"] } diff --git a/frame/wormhole/backing/tron/Cargo.toml b/frame/wormhole/backing/tron/Cargo.toml index e1518ecd44..caaef55b2e 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.10" +version = "2.8.11" [dependencies] # crates.io diff --git a/frame/wormhole/issuing/ethereum/Cargo.toml b/frame/wormhole/issuing/ethereum/Cargo.toml index 827c5bef21..eacbb8756c 100644 --- a/frame/wormhole/issuing/ethereum/Cargo.toml +++ b/frame/wormhole/issuing/ethereum/Cargo.toml @@ -7,11 +7,11 @@ license = "GPL-3.0" name = "from-ethereum-issuing" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.8.10" +version = "2.8.11" [dependencies] # crates.io -array-bytes = { version = "1.4" } +array-bytes = { version = "1.5" } codec = { package = "parity-scale-codec", version = "2.3", default-features = false, features = ["derive"] } scale-info = { version = "1.0", default-features = false, features = ["derive"] } sha3 = { version = "0.9", default-features = false } diff --git a/frame/wormhole/issuing/s2s/Cargo.toml b/frame/wormhole/issuing/s2s/Cargo.toml index 650fda10d7..082a692d3b 100644 --- a/frame/wormhole/issuing/s2s/Cargo.toml +++ b/frame/wormhole/issuing/s2s/Cargo.toml @@ -7,11 +7,11 @@ license = "GPL-3.0" name = "from-substrate-issuing" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.8.10" +version = "2.8.11" [dependencies] # crates.io -array-bytes = { version = "1.4" } +array-bytes = { version = "1.5" } codec = { package = "parity-scale-codec", version = "2.3", default-features = false, features = ["derive"] } ethereum-types = { version = "0.12", default-features = false } rustc-hex = { version = "2.1.0", optional = true, default-features = false } diff --git a/node/cli/Cargo.toml b/node/cli/Cargo.toml index f2fd9b4c9e..36e519c083 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.10" +version = "2.8.11" # TODO: Consider rename this repo to darwinia-runtime-module-library [[bin]] diff --git a/node/primitives/Cargo.toml b/node/primitives/Cargo.toml index 03cb9bde34..43ee2588eb 100644 --- a/node/primitives/Cargo.toml +++ b/node/primitives/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "drml-primitives" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.8.10" +version = "2.8.11" [dependencies] # paritytech diff --git a/node/rpc/Cargo.toml b/node/rpc/Cargo.toml index 341f335141..20ff8b89a8 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.10" +version = "2.8.11" [dependencies] # crates.io diff --git a/node/runtime/common/Cargo.toml b/node/runtime/common/Cargo.toml index 1078975c4d..93e8c0c8fb 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 = "drml-common-runtime" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.8.10" +version = "2.8.11" [dependencies] # crates.io diff --git a/node/runtime/pangolin/Cargo.toml b/node/runtime/pangolin/Cargo.toml index 0c8a8d361a..8718f3ab29 100644 --- a/node/runtime/pangolin/Cargo.toml +++ b/node/runtime/pangolin/Cargo.toml @@ -7,15 +7,15 @@ license = "GPL-3.0" name = "pangolin-runtime" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.8.10" +version = "2.8.11" [dependencies] # crates.io -array-bytes = { version = "1.4" } +array-bytes = { version = "1.5" } codec = { package = "parity-scale-codec", version = "2.3", default-features = false } scale-info = { version = "1.0", default-features = false, features = ["derive"] } serde = { version = "1.0", optional = true } -smallvec = { version = "1.7" } +smallvec = { version = "1.8" } static_assertions = { version = "1.1" } # darwinia-network bsc-primitives = { default-features = false, path = "../../../primitives/bsc" } diff --git a/node/runtime/pangolin/src/lib.rs b/node/runtime/pangolin/src/lib.rs index 1e9c0bf2cc..bfe2238fea 100644 --- a/node/runtime/pangolin/src/lib.rs +++ b/node/runtime/pangolin/src/lib.rs @@ -125,7 +125,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_10_0, + spec_version: 2_8_11_0, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 0, diff --git a/node/runtime/pangolin/src/migrations.rs b/node/runtime/pangolin/src/migrations.rs index ece5346e12..ff2a14da7c 100644 --- a/node/runtime/pangolin/src/migrations.rs +++ b/node/runtime/pangolin/src/migrations.rs @@ -23,6 +23,9 @@ impl OnRuntimeUpgrade for CustomOnRuntimeUpgrade { } fn migrate() -> Weight { - 0 - // RuntimeBlockWeights::get().max_block + darwinia_balances::migration::migrate::(); + darwinia_balances::migration::migrate::(); + + // 0 + RuntimeBlockWeights::get().max_block } diff --git a/node/runtime/pangoro/Cargo.toml b/node/runtime/pangoro/Cargo.toml index 9675516ab9..fcfd676a13 100644 --- a/node/runtime/pangoro/Cargo.toml +++ b/node/runtime/pangoro/Cargo.toml @@ -7,15 +7,15 @@ license = "GPL-3.0" name = "pangoro-runtime" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.8.10" +version = "2.8.11" [dependencies] # crates.io -array-bytes = { version = "1.4" } +array-bytes = { version = "1.5" } codec = { package = "parity-scale-codec", version = "2.3", default-features = false, features = ["derive"] } scale-info = { version = "1.0", default-features = false, features = ["derive"] } serde = { version = "1.0", features = ["derive"], optional = true } -smallvec = { version = "1.7" } +smallvec = { version = "1.8" } # darwinia-network bsc-primitives = { default-features = false, path = "../../../primitives/bsc" } darwinia-balances = { default-features = false, path = "../../../frame/balances" } diff --git a/node/runtime/pangoro/src/lib.rs b/node/runtime/pangoro/src/lib.rs index ed711c6d38..d9dd912eaa 100644 --- a/node/runtime/pangoro/src/lib.rs +++ b/node/runtime/pangoro/src/lib.rs @@ -97,7 +97,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_10_0, + spec_version: 2_8_11_0, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 0, diff --git a/node/runtime/pangoro/src/migrations.rs b/node/runtime/pangoro/src/migrations.rs index ece5346e12..ff2a14da7c 100644 --- a/node/runtime/pangoro/src/migrations.rs +++ b/node/runtime/pangoro/src/migrations.rs @@ -23,6 +23,9 @@ impl OnRuntimeUpgrade for CustomOnRuntimeUpgrade { } fn migrate() -> Weight { - 0 - // RuntimeBlockWeights::get().max_block + darwinia_balances::migration::migrate::(); + darwinia_balances::migration::migrate::(); + + // 0 + RuntimeBlockWeights::get().max_block } diff --git a/node/runtime/template/Cargo.toml b/node/runtime/template/Cargo.toml index e718e61c87..b7713fdcfa 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.10" +version = "2.8.11" [dependencies] # crates.io diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index 3036b9f0c8..c020ffb327 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -7,11 +7,11 @@ license = "GPL-3.0" name = "drml-service" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.8.10" +version = "2.8.11" [dependencies] # crates.io -array-bytes = { version = "1.4" } +array-bytes = { version = "1.5" } codec = { package = "parity-scale-codec", version = "2.3" } futures = { version = "0.3" } log = { version = "0.4" } diff --git a/primitives/asset/Cargo.toml b/primitives/asset/Cargo.toml index 5e419b5400..506cc8b326 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.10" +version = "2.8.11" [dependencies] # crates.io diff --git a/primitives/beefy/Cargo.toml b/primitives/beefy/Cargo.toml index eba680e21f..4b48a23c53 100644 --- a/primitives/beefy/Cargo.toml +++ b/primitives/beefy/Cargo.toml @@ -7,11 +7,11 @@ license = "GPL-3.0" name = "darwinia-beefy-primitives" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.8.10" +version = "2.8.11" [dependencies] [dev-dependencies] -array-bytes = { version = "1.4" } +array-bytes = { version = "1.5" } [features] diff --git a/primitives/bsc/Cargo.toml b/primitives/bsc/Cargo.toml index 4e5c6bf993..37b6f01650 100644 --- a/primitives/bsc/Cargo.toml +++ b/primitives/bsc/Cargo.toml @@ -7,11 +7,11 @@ license = "GPL-3.0" name = "bsc-primitives" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.8.10" +version = "2.8.11" [dependencies] # crates.io -array-bytes = { version = "1.4", optional = true } +array-bytes = { version = "1.5", optional = true } codec = { package = "parity-scale-codec", version = "2.3", default-features = false } ethbloom = { version = "0.11", default-features = false, features = ["codec", "rlp"] } hash-db = { version = "0.15", default-features = false } @@ -28,7 +28,7 @@ sp-std = { default-features = false, git = "https://github.com/darwinia-netw [dev-dependencies] # crates.io -array-bytes = { version = "1.4", features = ["serde"] } +array-bytes = { version = "1.5", features = ["serde"] } ethbloom = { version = "0.11", default-features = false, features = ["codec", "rlp", "serialize"] } serde_json = { version = "1.0" } diff --git a/primitives/contract/Cargo.toml b/primitives/contract/Cargo.toml index eeafc9c9c4..defafc9fc7 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.10" +version = "2.8.11" [dependencies] # crates.io @@ -21,7 +21,7 @@ bp-messages = { default-features = false, git = "https://github.com/darwinia-net sp-std = { default-features = false, git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.2" } [dev-dependencies] -array-bytes = { version = "1.4" } +array-bytes = { version = "1.5" } [features] default = ["std"] diff --git a/primitives/ethereum/Cargo.toml b/primitives/ethereum/Cargo.toml index 8ab7187b44..149c547bd3 100644 --- a/primitives/ethereum/Cargo.toml +++ b/primitives/ethereum/Cargo.toml @@ -7,11 +7,11 @@ license = "GPL-3.0" name = "ethereum-primitives" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.8.10" +version = "2.8.11" [dependencies] # crates.io -array-bytes = { version = "1.4" } +array-bytes = { version = "1.5" } codec = { package = "parity-scale-codec", version = "2.3", optional = true, default-features = false, features = ["derive"] } ethbloom = { version = "0.11", default-features = false } ethereum-types = { version = "0.12", default-features = false } @@ -28,7 +28,7 @@ merkle-patricia-trie = { default-features = false, path = "../merkle-patricia-tr [dev-dependencies] # crates.io -array-bytes = { version = "1.4", features = ["serde"] } +array-bytes = { version = "1.5", features = ["serde"] } codec = { package = "parity-scale-codec", version = "2.3", features = ["derive"] } ethbloom = { version = "0.11", features = ["codec"] } ethereum-types = { version = "0.12", features = ["codec"] } diff --git a/primitives/evm-trace/ext/Cargo.toml b/primitives/evm-trace/ext/Cargo.toml index 29e99c496a..71c5035da0 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.10" +version = "2.8.11" [dependencies] # crates.io diff --git a/primitives/evm-trace/tracer/Cargo.toml b/primitives/evm-trace/tracer/Cargo.toml index d4d6a4796a..0fa28e977a 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.10" +version = "2.8.11" [dependencies] # crates.io diff --git a/primitives/merkle-patricia-trie/Cargo.toml b/primitives/merkle-patricia-trie/Cargo.toml index c5a148f5f3..4c920b4478 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.10" +version = "2.8.11" [[bench]] harness = false @@ -23,7 +23,7 @@ sp-std = { default-features = false, git = "https://github.com/darwinia-network/ [dev-dependencies] # crates.io -array-bytes = { version = "1.4" } +array-bytes = { version = "1.5" } criterion = { version = "0.3" } ethereum-types = { version = "0.12" } hex = { version = "0.4" } diff --git a/primitives/relay/Cargo.toml b/primitives/relay/Cargo.toml index d6a12cdd24..cec4f1d2dc 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.10" +version = "2.8.11" [dependencies] # crates.io diff --git a/primitives/s2s/Cargo.toml b/primitives/s2s/Cargo.toml index 2f0a120c66..d7429885a1 100644 --- a/primitives/s2s/Cargo.toml +++ b/primitives/s2s/Cargo.toml @@ -7,11 +7,11 @@ license = "GPL-3.0" name = "dp-s2s" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.8.10" +version = "2.8.11" [dependencies] # crates.io -array-bytes = { version = "1.4" } +array-bytes = { version = "1.5" } codec = { package = "parity-scale-codec", version = "2.3", default-features = false, features = ["derive"] } # darwinia-network dp-asset = { default-features = false, path = "../asset" }