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

Commit

Permalink
Release v2.6.10 (#927)
Browse files Browse the repository at this point in the history
* Bump Specification Version

* Bump Crate Version

* Format
  • Loading branch information
Xavier Lau authored Nov 15, 2021
1 parent 2d2dc2a commit 931b471
Show file tree
Hide file tree
Showing 68 changed files with 140 additions and 140 deletions.
130 changes: 65 additions & 65 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/dvm/db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "dc-db"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.9"
version = "2.6.10"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion client/dvm/mapping-sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "dc-mapping-sync"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.9"
version = "2.6.10"

[dependencies]
# crates.io
Expand Down
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.6.9"
version = "2.6.10"

[dependencies]
# crates.io
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.6.9"
version = "2.6.10"

[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.6.9"
version = "2.6.10"

[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.6.9"
version = "2.6.10"

[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.6.9"
version = "2.6.10"

[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.6.9"
version = "2.6.10"

[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.6.9"
version = "2.6.10"

[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.6.9"
version = "2.6.10"

[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.6.9"
version = "2.6.10"

[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.6.9"
version = "2.6.10"

[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.6.9"
version = "2.6.10"

[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.6.9"
version = "2.6.10"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/dvm/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 = "dvm-rpc-runtime-api"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.9"
version = "2.6.10"

[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.6.9"
version = "2.6.10"

[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.6.9"
version = "2.6.10"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/evm/precompile/contracts/blake2/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-blake2"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.9"
version = "2.6.10"


[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion frame/evm/precompile/contracts/bn128/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-bn128"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.9"
version = "2.6.10"


[dependencies]
Expand Down
8 changes: 4 additions & 4 deletions 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.6.9"
version = "2.6.10"


[dependencies]
Expand All @@ -20,9 +20,9 @@ darwinia-evm-precompile-utils = { default-features = false, path = "../../utils"
dp-evm = { default-features = false, path = "../../../../../../primitives/evm" }
from-ethereum-issuing = { default-features = false, path = "../../../../../wormhole/issuing/ethereum" }
# paritytech
sp-core = { default-features = false, git = "https://github.com/darwinia-network/substrate", tag = "darwinia-v0.11.6" }
sp-io = { default-features = false, git = "https://github.com/darwinia-network/substrate", tag = "darwinia-v0.11.6" }
sp-std = { default-features = false, git = "https://github.com/darwinia-network/substrate", tag = "darwinia-v0.11.6" }
sp-core = { default-features = false, git = "https://github.com/darwinia-network/substrate", tag = "darwinia-v0.11.6" }
sp-io = { default-features = false, git = "https://github.com/darwinia-network/substrate", tag = "darwinia-v0.11.6" }
sp-std = { default-features = false, git = "https://github.com/darwinia-network/substrate", tag = "darwinia-v0.11.6" }

[features]
default = ["std"]
Expand Down
4 changes: 2 additions & 2 deletions 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.6.9"
version = "2.6.10"

[dependencies]
# crates.io
Expand All @@ -16,12 +16,12 @@ evm = { version = "0.27", default-features = false, features = ["with-codec"]
log = { version = "0.4" }
# darwinia-network
darwinia-evm = { default-features = false, path = "../../../../../evm" }
darwinia-evm-precompile-utils = { default-features = false, path = "../../utils" }
darwinia-support = { default-features = false, path = "../../../../../support" }
dp-contract = { default-features = false, path = "../../../../../../primitives/contract" }
dp-evm = { default-features = false, path = "../../../../../../primitives/evm" }
dp-s2s = { default-features = false, path = "../../../../../../primitives/s2s" }
from-substrate-issuing = { default-features = false, path = "../../../../../wormhole/issuing/s2s" }
darwinia-evm-precompile-utils = { default-features = false, path = "../../utils" }
# paritytech
bp-message-dispatch = { default-features = false, git = "https://github.com/darwinia-network/parity-bridges-common", tag = "darwinia-v0.11.6" }
bp-runtime = { default-features = false, git = "https://github.com/darwinia-network/parity-bridges-common", tag = "darwinia-v0.11.6" }
Expand Down
2 changes: 1 addition & 1 deletion frame/evm/precompile/contracts/curve25519/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-curve25519"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.9"
version = "2.6.10"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/evm/precompile/contracts/ed25519/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-ed25519"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.9"
version = "2.6.10"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/evm/precompile/contracts/modexp/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-modexp"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.9"
version = "2.6.10"


[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion frame/evm/precompile/contracts/simple/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-simple"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.9"
version = "2.6.10"

[dependencies]
# crates.io
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.6.9"
version = "2.6.10"

[dependencies]
# crates.io
Expand Down
4 changes: 2 additions & 2 deletions frame/evm/precompile/contracts/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ license = "GPL-3.0"
name = "darwinia-evm-precompile-utils"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common/"
version = "2.6.9"
version = "2.6.10"

[dependencies]
# crates.io
evm = { version = "0.27", default-features = false, features = ["with-codec"] }
evm = { version = "0.27", default-features = false, features = ["with-codec"] }
# darwinia
darwinia-evm-precompile-utils-macro = { path = "macro" }
darwinia-support = { default-features = false, path = "../../../../support" }
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.6.9"
version = "2.6.10"

[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.6.9"
version = "2.6.10"

[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.6.9"
version = "2.6.10"

[dependencies]
# crates.io
Expand Down
4 changes: 2 additions & 2 deletions 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.6.9"
version = "2.6.10"

[dependencies]
# crates.io
Expand All @@ -16,8 +16,8 @@ serde = { version = "1.0", optional = true, features = ["derive"] }
# paritytech
bp-messages = { default-features = false, git = "https://github.com/darwinia-network/parity-bridges-common", tag = "darwinia-v0.11.6" }
sp-api = { default-features = false, git = "https://github.com/darwinia-network/substrate", tag = "darwinia-v0.11.6" }
sp-std = { default-features = false, git = "https://github.com/darwinia-network/substrate", tag = "darwinia-v0.11.6" }
sp-runtime = { default-features = false, git = "https://github.com/darwinia-network/substrate", tag = "darwinia-v0.11.6" }
sp-std = { default-features = false, git = "https://github.com/darwinia-network/substrate", tag = "darwinia-v0.11.6" }

[features]
default = ["std"]
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.6.9"
version = "2.6.10"

[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.6.9"
version = "2.6.10"

[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.6.9"
version = "2.6.10"

[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.6.9"
version = "2.6.10"

[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.6.9"
version = "2.6.10"

[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.6.9"
version = "2.6.10"

[dependencies]
# crates.io
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.6.9"
version = "2.6.10"

[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.6.9"
version = "2.6.10"

[dependencies]
# crates.io
Expand Down
Loading

0 comments on commit 931b471

Please sign in to comment.