mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 14:31:02 +00:00
Reorganize relay code to make it easy to add new networks. (#813)
* Nest some crates. * Alter command execution to make it easier to add new bridges. * Rename sub-dirs. * cargo fmt --all * Address clippy. * Update relays/substrate/src/rialto_millau/cli.rs Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com> Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
This commit is contained in:
committed by
Bastian Köcher
parent
53cdf66071
commit
d9bec5f387
@@ -29,13 +29,13 @@ time = "0.2"
|
||||
|
||||
bp-currency-exchange = { path = "../../primitives/currency-exchange" }
|
||||
bp-eth-poa = { path = "../../primitives/ethereum-poa" }
|
||||
exchange-relay = { path = "../exchange-relay" }
|
||||
headers-relay = { path = "../headers-relay" }
|
||||
messages-relay = { path = "../messages-relay" }
|
||||
relay-ethereum-client = { path = "../ethereum-client" }
|
||||
relay-rialto-client = { path = "../rialto-client" }
|
||||
relay-substrate-client = { path = "../substrate-client" }
|
||||
relay-utils = { path = "../utils" }
|
||||
exchange-relay = { path = "../generic/exchange" }
|
||||
headers-relay = { path = "../generic/headers" }
|
||||
messages-relay = { path = "../generic/messages" }
|
||||
relay-ethereum-client = { path = "../clients/ethereum" }
|
||||
relay-rialto-client = { path = "../clients/rialto" }
|
||||
relay-substrate-client = { path = "../clients/substrate" }
|
||||
relay-utils = { path = "../generic/utils" }
|
||||
rialto-runtime = { path = "../../bin/rialto/runtime" }
|
||||
|
||||
# Substrate Dependencies
|
||||
|
||||
Reference in New Issue
Block a user