From cd427678aeb4f10052dcb00f692403c0e2e9d338 Mon Sep 17 00:00:00 2001 From: Xavier Lau Date: Wed, 17 Aug 2022 20:29:06 +0800 Subject: [PATCH] Release `v2.9.1` (#1405) --- Cargo.lock | 84 +++++++++---------- frame/balances/Cargo.toml | 2 +- frame/bridge/ecdsa-authority/Cargo.toml | 2 +- frame/bridge/ethereum/Cargo.toml | 2 +- frame/bridge/message-gadget/Cargo.toml | 2 +- frame/bridge/relay-authority/Cargo.toml | 2 +- frame/bridge/relayer-game/Cargo.toml | 2 +- frame/dvm/ethereum/Cargo.toml | 2 +- frame/dvm/evm/Cargo.toml | 2 +- frame/dvm/evm/precompiles/bls12381/Cargo.toml | 2 +- .../dvm/evm/precompiles/bridge/s2s/Cargo.toml | 2 +- frame/dvm/evm/precompiles/dispatch/Cargo.toml | 2 +- frame/dvm/evm/precompiles/kton/Cargo.toml | 2 +- .../evm/precompiles/state-storage/Cargo.toml | 2 +- frame/dvm/evm/precompiles/transfer/Cargo.toml | 2 +- frame/dvm/evm/precompiles/utils/Cargo.toml | 2 +- .../evm/precompiles/utils/macro/Cargo.toml | 2 +- frame/header-mmr/Cargo.toml | 2 +- frame/staking/Cargo.toml | 2 +- frame/support/Cargo.toml | 2 +- frame/transaction-pause/Cargo.toml | 2 +- frame/wormhole/backing/ethereum/Cargo.toml | 2 +- frame/wormhole/backing/parachain/Cargo.toml | 2 +- .../backing/parachain/src/benchmarking.rs | 2 +- frame/wormhole/backing/s2s/Cargo.toml | 2 +- frame/wormhole/backing/tron/Cargo.toml | 2 +- frame/wormhole/issuing/s2s/Cargo.toml | 2 +- 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 | 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/contract/Cargo.toml | 2 +- primitives/ethereum/Cargo.toml | 2 +- primitives/evm-trace/ext/Cargo.toml | 2 +- primitives/evm-trace/tracer/Cargo.toml | 2 +- primitives/merkle-patricia-trie/Cargo.toml | 2 +- primitives/message/Cargo.toml | 2 +- primitives/relayer-game/Cargo.toml | 2 +- primitives/s2s/Cargo.toml | 2 +- 46 files changed, 87 insertions(+), 87 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a0013ec87d..b297c5dab5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1421,7 +1421,7 @@ dependencies = [ [[package]] name = "darwinia-balances" -version = "2.9.0" +version = "2.9.1" dependencies = [ "darwinia-support", "frame-support", @@ -1437,7 +1437,7 @@ dependencies = [ [[package]] name = "darwinia-bridge-ethereum" -version = "2.9.0" +version = "2.9.1" dependencies = [ "array-bytes", "blake2-rfc", @@ -1463,7 +1463,7 @@ dependencies = [ [[package]] name = "darwinia-ecdsa-authority" -version = "2.9.0" +version = "2.9.1" dependencies = [ "array-bytes", "ethabi", @@ -1481,7 +1481,7 @@ dependencies = [ [[package]] name = "darwinia-ethereum" -version = "2.9.0" +version = "2.9.1" dependencies = [ "array-bytes", "bp-message-dispatch", @@ -1516,7 +1516,7 @@ dependencies = [ [[package]] name = "darwinia-evm" -version = "2.9.0" +version = "2.9.1" dependencies = [ "array-bytes", "darwinia-balances", @@ -1543,7 +1543,7 @@ dependencies = [ [[package]] name = "darwinia-evm-precompile-bls12-381" -version = "2.9.0" +version = "2.9.1" dependencies = [ "darwinia-evm", "darwinia-evm-precompile-utils", @@ -1556,7 +1556,7 @@ dependencies = [ [[package]] name = "darwinia-evm-precompile-bridge-s2s" -version = "2.9.0" +version = "2.9.1" dependencies = [ "bp-message-dispatch", "bp-runtime", @@ -1577,7 +1577,7 @@ dependencies = [ [[package]] name = "darwinia-evm-precompile-dispatch" -version = "2.9.0" +version = "2.9.1" dependencies = [ "darwinia-evm", "darwinia-evm-precompile-utils", @@ -1591,7 +1591,7 @@ dependencies = [ [[package]] name = "darwinia-evm-precompile-kton" -version = "2.9.0" +version = "2.9.1" dependencies = [ "darwinia-balances", "darwinia-ethereum", @@ -1616,7 +1616,7 @@ dependencies = [ [[package]] name = "darwinia-evm-precompile-state-storage" -version = "2.9.0" +version = "2.9.1" dependencies = [ "array-bytes", "darwinia-balances", @@ -1643,7 +1643,7 @@ dependencies = [ [[package]] name = "darwinia-evm-precompile-transfer" -version = "2.9.0" +version = "2.9.1" dependencies = [ "darwinia-evm", "darwinia-evm-precompile-utils", @@ -1653,7 +1653,7 @@ dependencies = [ [[package]] name = "darwinia-evm-precompile-utils" -version = "2.9.0" +version = "2.9.1" dependencies = [ "array-bytes", "darwinia-ethereum", @@ -1677,7 +1677,7 @@ dependencies = [ [[package]] name = "darwinia-evm-precompile-utils-macro" -version = "2.9.0" +version = "2.9.1" dependencies = [ "fp-evm", "num_enum", @@ -1689,7 +1689,7 @@ dependencies = [ [[package]] name = "darwinia-header-mmr" -version = "2.9.0" +version = "2.9.1" dependencies = [ "array-bytes", "ckb-merkle-mountain-range", @@ -1709,7 +1709,7 @@ dependencies = [ [[package]] name = "darwinia-message-gadget" -version = "2.9.0" +version = "2.9.1" dependencies = [ "array-bytes", "darwinia-ethereum", @@ -1723,7 +1723,7 @@ dependencies = [ [[package]] name = "darwinia-relay-authority" -version = "2.9.0" +version = "2.9.1" dependencies = [ "array-bytes", "darwinia-balances", @@ -1743,7 +1743,7 @@ dependencies = [ [[package]] name = "darwinia-relayer-game" -version = "2.9.0" +version = "2.9.1" dependencies = [ "darwinia-balances", "darwinia-support", @@ -1763,7 +1763,7 @@ dependencies = [ [[package]] name = "darwinia-staking" -version = "2.9.0" +version = "2.9.1" dependencies = [ "darwinia-balances", "darwinia-support", @@ -1793,7 +1793,7 @@ dependencies = [ [[package]] name = "darwinia-support" -version = "2.9.0" +version = "2.9.1" dependencies = [ "bp-messages", "bp-runtime", @@ -1936,7 +1936,7 @@ checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" [[package]] name = "dp-asset" -version = "2.9.0" +version = "2.9.1" dependencies = [ "ethereum-types", "parity-scale-codec", @@ -1946,7 +1946,7 @@ dependencies = [ [[package]] name = "dp-contract" -version = "2.9.0" +version = "2.9.1" dependencies = [ "array-bytes", "bp-messages", @@ -1959,7 +1959,7 @@ dependencies = [ [[package]] name = "dp-evm-trace-ext" -version = "2.9.0" +version = "2.9.1" dependencies = [ "ethereum-types", "evm-tracing-events", @@ -1971,7 +1971,7 @@ dependencies = [ [[package]] name = "dp-evm-tracer" -version = "2.9.0" +version = "2.9.1" dependencies = [ "dp-evm-trace-ext", "ethereum-types", @@ -1988,14 +1988,14 @@ dependencies = [ [[package]] name = "dp-message" -version = "2.9.0" +version = "2.9.1" dependencies = [ "array-bytes", ] [[package]] name = "dp-relayer-game" -version = "2.9.0" +version = "2.9.1" dependencies = [ "frame-support", "parity-scale-codec", @@ -2006,7 +2006,7 @@ dependencies = [ [[package]] name = "dp-s2s" -version = "2.9.0" +version = "2.9.1" dependencies = [ "array-bytes", "bp-message-dispatch", @@ -2021,7 +2021,7 @@ dependencies = [ [[package]] name = "drml" -version = "2.9.0" +version = "2.9.1" dependencies = [ "drml-node-service", "drml-primitives", @@ -2039,7 +2039,7 @@ dependencies = [ [[package]] name = "drml-common-runtime" -version = "2.9.0" +version = "2.9.1" dependencies = [ "bp-messages", "bridge-runtime-common", @@ -2067,7 +2067,7 @@ dependencies = [ [[package]] name = "drml-node-service" -version = "2.9.0" +version = "2.9.1" dependencies = [ "array-bytes", "async-trait", @@ -2139,7 +2139,7 @@ dependencies = [ [[package]] name = "drml-primitives" -version = "2.9.0" +version = "2.9.1" dependencies = [ "darwinia-support", "sp-core", @@ -2148,7 +2148,7 @@ dependencies = [ [[package]] name = "drml-rpc" -version = "2.9.0" +version = "2.9.1" dependencies = [ "darwinia-ethereum", "drml-primitives", @@ -2382,7 +2382,7 @@ dependencies = [ [[package]] name = "ethereum-primitives" -version = "2.9.0" +version = "2.9.1" dependencies = [ "array-bytes", "ethash", @@ -2991,7 +2991,7 @@ dependencies = [ [[package]] name = "from-substrate-issuing" -version = "2.9.0" +version = "2.9.1" dependencies = [ "array-bytes", "bp-message-dispatch", @@ -4882,7 +4882,7 @@ checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882" [[package]] name = "merkle-patricia-trie" -version = "2.9.0" +version = "2.9.1" dependencies = [ "array-bytes", "criterion", @@ -4991,7 +4991,7 @@ dependencies = [ [[package]] name = "module-transaction-pause" -version = "2.9.0" +version = "2.9.1" dependencies = [ "darwinia-balances", "darwinia-support", @@ -6257,7 +6257,7 @@ dependencies = [ [[package]] name = "pangolin-runtime" -version = "2.9.0" +version = "2.9.1" dependencies = [ "array-bytes", "beefy-primitives", @@ -6373,7 +6373,7 @@ dependencies = [ [[package]] name = "pangoro-runtime" -version = "2.9.0" +version = "2.9.1" dependencies = [ "array-bytes", "beefy-primitives", @@ -9868,7 +9868,7 @@ dependencies = [ [[package]] name = "template-runtime" -version = "2.9.0" +version = "2.9.1" dependencies = [ "darwinia-balances", "darwinia-ethereum", @@ -10037,7 +10037,7 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "to-ethereum-backing" -version = "2.9.0" +version = "2.9.1" dependencies = [ "array-bytes", "darwinia-balances", @@ -10068,7 +10068,7 @@ dependencies = [ [[package]] name = "to-parachain-backing" -version = "2.9.0" +version = "2.9.1" dependencies = [ "array-bytes", "bp-message-dispatch", @@ -10087,7 +10087,7 @@ dependencies = [ [[package]] name = "to-substrate-backing" -version = "2.9.0" +version = "2.9.1" dependencies = [ "array-bytes", "bp-message-dispatch", @@ -10115,7 +10115,7 @@ dependencies = [ [[package]] name = "to-tron-backing" -version = "2.9.0" +version = "2.9.1" dependencies = [ "frame-support", "frame-system", diff --git a/frame/balances/Cargo.toml b/frame/balances/Cargo.toml index fb11ecc12f..a44a5d2399 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.9.0" +version = "2.9.1" [dependencies] # crates.io diff --git a/frame/bridge/ecdsa-authority/Cargo.toml b/frame/bridge/ecdsa-authority/Cargo.toml index dd8b8c9c05..b75b44dc14 100644 --- a/frame/bridge/ecdsa-authority/Cargo.toml +++ b/frame/bridge/ecdsa-authority/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-ecdsa-authority" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.9.0" +version = "2.9.1" [dependencies] # crates.io diff --git a/frame/bridge/ethereum/Cargo.toml b/frame/bridge/ethereum/Cargo.toml index 92052803e1..fd8f42d0cc 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.9.0" +version = "2.9.1" [dependencies] # crates.io diff --git a/frame/bridge/message-gadget/Cargo.toml b/frame/bridge/message-gadget/Cargo.toml index 38932b7cda..db939559dd 100644 --- a/frame/bridge/message-gadget/Cargo.toml +++ b/frame/bridge/message-gadget/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-message-gadget" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.9.0" +version = "2.9.1" [dependencies] # crates.io diff --git a/frame/bridge/relay-authority/Cargo.toml b/frame/bridge/relay-authority/Cargo.toml index 257de71dd9..17ceedbc0c 100644 --- a/frame/bridge/relay-authority/Cargo.toml +++ b/frame/bridge/relay-authority/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-relay-authority" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.9.0" +version = "2.9.1" [dependencies] # crates.io diff --git a/frame/bridge/relayer-game/Cargo.toml b/frame/bridge/relayer-game/Cargo.toml index 1e3621c41b..df1ae9864d 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.9.0" +version = "2.9.1" [dependencies] # crates.io diff --git a/frame/dvm/ethereum/Cargo.toml b/frame/dvm/ethereum/Cargo.toml index 5e7d01f884..90a5d748d9 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.9.0" +version = "2.9.1" [dependencies] # crates.io diff --git a/frame/dvm/evm/Cargo.toml b/frame/dvm/evm/Cargo.toml index 8243f555d2..a1d86347e8 100644 --- a/frame/dvm/evm/Cargo.toml +++ b/frame/dvm/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.9.0" +version = "2.9.1" [dependencies] # crates.io diff --git a/frame/dvm/evm/precompiles/bls12381/Cargo.toml b/frame/dvm/evm/precompiles/bls12381/Cargo.toml index 1d02066d8a..9174172dad 100644 --- a/frame/dvm/evm/precompiles/bls12381/Cargo.toml +++ b/frame/dvm/evm/precompiles/bls12381/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-evm-precompile-bls12-381" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.9.0" +version = "2.9.1" [dependencies] # crates.io diff --git a/frame/dvm/evm/precompiles/bridge/s2s/Cargo.toml b/frame/dvm/evm/precompiles/bridge/s2s/Cargo.toml index 16a7f36e36..26d608ffc2 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.9.0" +version = "2.9.1" [dependencies] # crates.io diff --git a/frame/dvm/evm/precompiles/dispatch/Cargo.toml b/frame/dvm/evm/precompiles/dispatch/Cargo.toml index 9b05beb430..a80789e044 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.9.0" +version = "2.9.1" [dependencies] diff --git a/frame/dvm/evm/precompiles/kton/Cargo.toml b/frame/dvm/evm/precompiles/kton/Cargo.toml index bb0729d713..47e2d3e000 100644 --- a/frame/dvm/evm/precompiles/kton/Cargo.toml +++ b/frame/dvm/evm/precompiles/kton/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-evm-precompile-kton" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.9.0" +version = "2.9.1" [dependencies] # crates.io diff --git a/frame/dvm/evm/precompiles/state-storage/Cargo.toml b/frame/dvm/evm/precompiles/state-storage/Cargo.toml index 14ebff32d8..d89c02a7d0 100644 --- a/frame/dvm/evm/precompiles/state-storage/Cargo.toml +++ b/frame/dvm/evm/precompiles/state-storage/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "darwinia-evm-precompile-state-storage" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.9.0" +version = "2.9.1" [dependencies] # crates.io diff --git a/frame/dvm/evm/precompiles/transfer/Cargo.toml b/frame/dvm/evm/precompiles/transfer/Cargo.toml index 2e218b7b93..dcb314eca4 100644 --- a/frame/dvm/evm/precompiles/transfer/Cargo.toml +++ b/frame/dvm/evm/precompiles/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.9.0" +version = "2.9.1" [dependencies] # crates.io diff --git a/frame/dvm/evm/precompiles/utils/Cargo.toml b/frame/dvm/evm/precompiles/utils/Cargo.toml index 2e6364101e..ad09b3be30 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.9.0" +version = "2.9.1" [dependencies] # crates.io diff --git a/frame/dvm/evm/precompiles/utils/macro/Cargo.toml b/frame/dvm/evm/precompiles/utils/macro/Cargo.toml index 60fb26aa0e..f9e7d8d2f8 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.9.0" +version = "2.9.1" [lib] proc-macro = true diff --git a/frame/header-mmr/Cargo.toml b/frame/header-mmr/Cargo.toml index c45089fbdb..6d7527cda2 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.9.0" +version = "2.9.1" [dependencies] # crates.io diff --git a/frame/staking/Cargo.toml b/frame/staking/Cargo.toml index 4312827eaf..ee89b8aaa7 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.9.0" +version = "2.9.1" [dependencies] # crates.io diff --git a/frame/support/Cargo.toml b/frame/support/Cargo.toml index 30fd4d61fc..71aff09a0d 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.9.0" +version = "2.9.1" [dependencies] # crates.io diff --git a/frame/transaction-pause/Cargo.toml b/frame/transaction-pause/Cargo.toml index d40e39427a..ab60f0bbf1 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.9.0" +version = "2.9.1" [dependencies] # crates.io diff --git a/frame/wormhole/backing/ethereum/Cargo.toml b/frame/wormhole/backing/ethereum/Cargo.toml index a9f21ec36d..94a4946279 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.9.0" +version = "2.9.1" [dependencies] # crates.io diff --git a/frame/wormhole/backing/parachain/Cargo.toml b/frame/wormhole/backing/parachain/Cargo.toml index fb7e303a84..ba1de84474 100644 --- a/frame/wormhole/backing/parachain/Cargo.toml +++ b/frame/wormhole/backing/parachain/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "to-parachain-backing" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.9.0" +version = "2.9.1" [dependencies] # crates.io diff --git a/frame/wormhole/backing/parachain/src/benchmarking.rs b/frame/wormhole/backing/parachain/src/benchmarking.rs index 5107a05f2e..2080cbf503 100644 --- a/frame/wormhole/backing/parachain/src/benchmarking.rs +++ b/frame/wormhole/backing/parachain/src/benchmarking.rs @@ -25,7 +25,7 @@ use sp_runtime::{traits::Zero, SaturatedConversion}; // --- darwinia-network --- use crate::{Pallet as ParachainBacking, *}; -const SPEC_VERSION: u32 = 2_9_00_0; +const SPEC_VERSION: u32 = 2_9_01_0; benchmarks! { lock_and_remote_issue { diff --git a/frame/wormhole/backing/s2s/Cargo.toml b/frame/wormhole/backing/s2s/Cargo.toml index 0eaf19c091..1f1601a7cc 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.9.0" +version = "2.9.1" [dependencies] # crates.io diff --git a/frame/wormhole/backing/tron/Cargo.toml b/frame/wormhole/backing/tron/Cargo.toml index 0cb9814c02..9999e24ced 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.9.0" +version = "2.9.1" [dependencies] # crates.io diff --git a/frame/wormhole/issuing/s2s/Cargo.toml b/frame/wormhole/issuing/s2s/Cargo.toml index da6aa4ec21..4be4afbe6b 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.9.0" +version = "2.9.1" [dependencies] # crates.io diff --git a/node/cli/Cargo.toml b/node/cli/Cargo.toml index 3c3ee59dcd..80550e23c7 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.9.0" +version = "2.9.1" # TODO: Consider rename this repo to darwinia-runtime-module-library [[bin]] diff --git a/node/primitives/Cargo.toml b/node/primitives/Cargo.toml index 402617e7e4..18bb71ad7d 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.9.0" +version = "2.9.1" [dependencies] # paritytech diff --git a/node/rpc/Cargo.toml b/node/rpc/Cargo.toml index 58d5d3783e..7221721865 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.9.0" +version = "2.9.1" [dependencies] # crates.io diff --git a/node/runtime/common/Cargo.toml b/node/runtime/common/Cargo.toml index c245189e22..53efa2344c 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.9.0" +version = "2.9.1" [dependencies] # crates.io diff --git a/node/runtime/pangolin/Cargo.toml b/node/runtime/pangolin/Cargo.toml index 36ad206abd..2a8dea80fa 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.9.0" +version = "2.9.1" [dependencies] # crates.io diff --git a/node/runtime/pangolin/src/lib.rs b/node/runtime/pangolin/src/lib.rs index 060e79cf62..b0d09fd4eb 100644 --- a/node/runtime/pangolin/src/lib.rs +++ b/node/runtime/pangolin/src/lib.rs @@ -123,7 +123,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_9_00_0, + spec_version: 2_9_01_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 cf62d89014..f616c31532 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.9.0" +version = "2.9.1" [dependencies] # crates.io diff --git a/node/runtime/pangoro/src/lib.rs b/node/runtime/pangoro/src/lib.rs index e0de3a3905..ce52704843 100644 --- a/node/runtime/pangoro/src/lib.rs +++ b/node/runtime/pangoro/src/lib.rs @@ -93,7 +93,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_9_00_0, + spec_version: 2_9_01_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 6f8773fe27..3cb530e509 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.9.0" +version = "2.9.1" [dependencies] # crates.io diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index f6351a3434..b91860c220 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "drml-node-service" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.9.0" +version = "2.9.1" [dependencies] # crates.io diff --git a/primitives/asset/Cargo.toml b/primitives/asset/Cargo.toml index a0d0b970d6..afd0a50755 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.9.0" +version = "2.9.1" [dependencies] # crates.io diff --git a/primitives/contract/Cargo.toml b/primitives/contract/Cargo.toml index db472432c7..13994124d7 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.9.0" +version = "2.9.1" [dependencies] # crates.io diff --git a/primitives/ethereum/Cargo.toml b/primitives/ethereum/Cargo.toml index ace223d7f5..9a202aba56 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.9.0" +version = "2.9.1" [dependencies] # crates.io diff --git a/primitives/evm-trace/ext/Cargo.toml b/primitives/evm-trace/ext/Cargo.toml index 13860ebd2d..52fa55bb79 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.9.0" +version = "2.9.1" [dependencies] # crates.io diff --git a/primitives/evm-trace/tracer/Cargo.toml b/primitives/evm-trace/tracer/Cargo.toml index 4c01ebc3fb..607bda46fa 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.9.0" +version = "2.9.1" [dependencies] # crates.io diff --git a/primitives/merkle-patricia-trie/Cargo.toml b/primitives/merkle-patricia-trie/Cargo.toml index 9d81aade41..060f66304c 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.9.0" +version = "2.9.1" [[bench]] harness = false diff --git a/primitives/message/Cargo.toml b/primitives/message/Cargo.toml index 26cd73c05f..12af50ccb4 100644 --- a/primitives/message/Cargo.toml +++ b/primitives/message/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "dp-message" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.9.0" +version = "2.9.1" [dependencies] diff --git a/primitives/relayer-game/Cargo.toml b/primitives/relayer-game/Cargo.toml index 1690ecb711..3fdb493d9d 100644 --- a/primitives/relayer-game/Cargo.toml +++ b/primitives/relayer-game/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "dp-relayer-game" readme = "README.md" repository = "https://github.com/darwinia-network/darwinia-common" -version = "2.9.0" +version = "2.9.1" [dependencies] # crates.io diff --git a/primitives/s2s/Cargo.toml b/primitives/s2s/Cargo.toml index 13954853b7..3e9663c427 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.9.0" +version = "2.9.1" [dependencies] # crates.io