Skip to content

Commit

Permalink
Add messages-substrate deps (#49)
Browse files Browse the repository at this point in the history
* add messages-substrate deps

* fix ci

* add messages-substrate deps

* fix ci

* update messages-substrate deps

* update cargo.lock

* Format

Co-authored-by: Xavier Lau <xavier@inv.cafe>
  • Loading branch information
jiguantong and AurevoirXavier committed Nov 21, 2022
1 parent 46c6002 commit 0009119
Show file tree
Hide file tree
Showing 2 changed files with 284 additions and 0 deletions.
256 changes: 256 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions runtime/darwinia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,17 @@ cumulus-pallet-session-benchmarking = { optional = true, default-features = fals
darwinia-common-runtime = { default-features = false, path = "../common" }
dc-primitives = { default-features = false, path = "../../core/primitives" }

# darwinia-messages-substrate
bp-message-dispatch = { default-features = false, git = "https://github.com/darwinia-network/darwinia-messages-substrate", branch = "polkadot-v0.9.30" }
bp-messages = { default-features = false, git = "https://github.com/darwinia-network/darwinia-messages-substrate", branch = "polkadot-v0.9.30" }
bp-polkadot-core = { default-features = false, git = "https://github.com/darwinia-network/darwinia-messages-substrate", branch = "polkadot-v0.9.30" }
bp-runtime = { default-features = false, git = "https://github.com/darwinia-network/darwinia-messages-substrate", branch = "polkadot-v0.9.30" }
bridge-runtime-common = { default-features = false, git = "https://github.com/darwinia-network/darwinia-messages-substrate", branch = "polkadot-v0.9.30" }
pallet-bridge-dispatch = { default-features = false, git = "https://github.com/darwinia-network/darwinia-messages-substrate", branch = "polkadot-v0.9.30" }
pallet-bridge-grandpa = { default-features = false, git = "https://github.com/darwinia-network/darwinia-messages-substrate", branch = "polkadot-v0.9.30" }
pallet-bridge-messages = { default-features = false, git = "https://github.com/darwinia-network/darwinia-messages-substrate", branch = "polkadot-v0.9.30" }
pallet-fee-market = { default-features = false, git = "https://github.com/darwinia-network/darwinia-messages-substrate", branch = "polkadot-v0.9.30" }

# frontier
fp-evm = { default-features = false, git = "https://github.com/paritytech/frontier", branch = "polkadot-v0.9.30" }
fp-rpc = { default-features = false, git = "https://github.com/paritytech/frontier", branch = "polkadot-v0.9.30" }
Expand Down Expand Up @@ -113,6 +124,17 @@ std = [
"darwinia-common-runtime/std",
"dc-primitives/std",

# darwinia-messages-substrate
"bp-message-dispatch/std",
"bp-messages/std",
"bp-runtime/std",
"bp-polkadot-core/std",
"bridge-runtime-common/std",
"pallet-bridge-dispatch/std",
"pallet-bridge-grandpa/std",
"pallet-bridge-messages/std",
"pallet-fee-market/std",

# frontier
"fp-evm/std",
"fp-rpc/std",
Expand Down Expand Up @@ -176,6 +198,12 @@ runtime-benchmarks = [
# cumulus optional
"cumulus-pallet-session-benchmarking/runtime-benchmarks",

# darwinia-messages-substrate
"bridge-runtime-common/runtime-benchmarks",
"pallet-bridge-grandpa/runtime-benchmarks",
"pallet-bridge-messages/runtime-benchmarks",
"pallet-fee-market/runtime-benchmarks",

# frontier
"pallet-ethereum/runtime-benchmarks",
"pallet-evm/runtime-benchmarks",
Expand Down

0 comments on commit 0009119

Please sign in to comment.