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.11 (#1208)
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier authored May 6, 2022
1 parent d0a3ae2 commit c85c04a
Show file tree
Hide file tree
Showing 54 changed files with 136 additions and 132 deletions.
97 changes: 48 additions & 49 deletions Cargo.lock

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions frame/balances/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
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.10"
version = "2.8.11"

[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.10"
version = "2.8.11"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/balances/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ pub mod pallet {
use scale_info::TypeInfo;
// --- paritytech ---
use frame_support::{
ensure,
ensure, log,
pallet_prelude::*,
traits::{
fungible::Inspect,
Expand Down
4 changes: 2 additions & 2 deletions 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.10"
version = "2.8.11"

[dependencies]
# crates.io
Expand All @@ -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"]
Expand Down
6 changes: 3 additions & 3 deletions frame/bridge/bsc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand All @@ -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" }
Expand Down
4 changes: 2 additions & 2 deletions frame/bridge/ethereum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
4 changes: 2 additions & 2 deletions 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.10"
version = "2.8.11"

[dependencies]
# crates.io
Expand All @@ -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" }
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.10"
version = "2.8.11"

[dependencies]
# crates.io
Expand Down
4 changes: 2 additions & 2 deletions frame/claims/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
4 changes: 2 additions & 2 deletions frame/dvm/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-ethereum"
readme = "README.md"
repository = "https://github.com/darwinia-network/darwinia-common"
version = "2.8.10"
version = "2.8.11"

[dependencies]
# crates.io
Expand Down Expand Up @@ -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" }
Expand Down
4 changes: 2 additions & 2 deletions frame/dvm/evm/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"
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 }
Expand Down
2 changes: 1 addition & 1 deletion frame/dvm/evm/precompiles/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.10"
version = "2.8.11"


[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion frame/dvm/evm/precompiles/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.10"
version = "2.8.11"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/dvm/evm/precompiles/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.10"
version = "2.8.11"


[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions frame/dvm/evm/precompiles/transfer/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-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 }
Expand Down
2 changes: 1 addition & 1 deletion frame/dvm/evm/precompiles/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.10"
version = "2.8.11"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion frame/dvm/evm/precompiles/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.10"
version = "2.8.11"

[lib]
proc-macro = true
Expand Down
4 changes: 2 additions & 2 deletions 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.10"
version = "2.8.11"

[dependencies]
# crates.io
Expand All @@ -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" }
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.10"
version = "2.8.11"

[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.10"
version = "2.8.11"

[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.10"
version = "2.8.11"

[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.10"
version = "2.8.11"

[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.10"
version = "2.8.11"

[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.10"
version = "2.8.11"

[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.10"
version = "2.8.11"

[dependencies]
codec = { package = "parity-scale-codec", version = "2.3", default-features = false }
Expand Down
4 changes: 2 additions & 2 deletions frame/wormhole/backing/ethereum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
4 changes: 2 additions & 2 deletions frame/wormhole/backing/s2s/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
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.10"
version = "2.8.11"

[dependencies]
# crates.io
Expand Down
4 changes: 2 additions & 2 deletions frame/wormhole/issuing/ethereum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
4 changes: 2 additions & 2 deletions frame/wormhole/issuing/s2s/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
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.10"
version = "2.8.11"

# TODO: Consider rename this repo to darwinia-runtime-module-library
[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion node/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit c85c04a

Please sign in to comment.