Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
Release v2.8.6 (#1104)
Browse files Browse the repository at this point in the history
* `2.8.6`

* Bump Runtime Version
  • Loading branch information
AurevoirXavier authored Mar 9, 2022
1 parent e00936e commit bcd51f0
Show file tree
Hide file tree
Showing 65 changed files with 158 additions and 126 deletions.
156 changes: 94 additions & 62 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/dvm/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion client/dvm/tracer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion frame/balances/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frame/balances/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frame/balances/rpc/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frame/beefy-gadget/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frame/bridge/bsc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frame/bridge/ethereum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frame/bridge/relay-authorities/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frame/bridge/relayer-game/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frame/claims/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frame/democracy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frame/dvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frame/dvm/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frame/elections-phragmen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frame/evm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frame/evm/precompile/contracts/bridge/ethereum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion frame/evm/precompile/contracts/bridge/s2s/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frame/evm/precompile/contracts/dispatch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion frame/evm/precompile/contracts/transfer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frame/evm/precompile/contracts/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frame/evm/precompile/contracts/utils/macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frame/fee-market/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frame/fee-market/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frame/fee-market/rpc/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frame/header-mmr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frame/header-mmr/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frame/header-mmr/rpc/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frame/staking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frame/staking/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frame/staking/rpc/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frame/support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frame/transaction-pause/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion frame/vesting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frame/wormhole/backing/ethereum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frame/wormhole/backing/s2s/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frame/wormhole/backing/tron/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frame/wormhole/issuing/ethereum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frame/wormhole/issuing/s2s/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion node/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down
2 changes: 1 addition & 1 deletion node/primitives/bridge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion node/primitives/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion node/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion node/runtime/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit bcd51f0

Please sign in to comment.