Some changes are not shown.
For a faster browsing experience, only 20 of 211+ files are shown. Download one of the files below to see all changes.
[package] | [package] | ||
name = "relay-westend-client" | name = "relay-westend-client" | ||
version = "0.1.0" | version = "0.1.0" | ||
authors = ["Parity Technologies <[email protected]>"] | authors.workspace = true | ||
edition = "2021" | edition.workspace = true | ||
license = "GPL-3.0-or-later WITH Classpath-exception-2.0" | license = "GPL-3.0-or-later WITH Classpath-exception-2.0" | ||
repository.workspace = true | |||
[lints] | [lints] | ||
workspace = true | workspace = true | ||
[dependencies] | [dependencies] | ||
codec = { package = "parity-scale-codec", version = "3.1.5", features = ["derive"] } | codec = { package = "parity-scale-codec", version = "3.6.1", features = ["derive"] } | ||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] } | scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } | ||
subxt = { version = "0.32.1", default-features = false, features = ["native"] } | subxt = { version = "0.35.3", default-features = false, features = ["native"] } | ||
# Bridge dependencies | # Bridge dependencies | ||
bp-polkadot-core = { path = "../../primitives/polkadot-core" } | bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
bp-runtime = { path = "../../primitives/runtime" } | bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
bp-westend = { path = "../../primitives/chain-westend" } | bp-westend = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
relay-substrate-client = { path = "../client-substrate" } | relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
relay-utils = { path = "../utils" } | relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
# Substrate Dependencies | # Substrate Dependencies | ||
... | ... |
File moved
relays/bin-substrate/Cargo.toml
deleted
100644 → 0
[package] | |||
name = "substrate-relay" | |||
version = "1.2.0" | |||
authors = ["Parity Technologies <[email protected]>"] | |||
edition = "2021" | |||
license = "GPL-3.0-or-later WITH Classpath-exception-2.0" | |||
[lints] | |||
workspace = true | |||
[dependencies] | |||
anyhow = "1.0" | |||
async-std = "1.9.0" | |||
async-trait = "0.1" | |||
codec = { package = "parity-scale-codec", version = "3.1.5" } | |||
env_logger = "0.11" | |||
futures = "0.3.30" | |||
hex = "0.4" | |||
log = { workspace = true } | |||
num-format = "0.4" | |||
num-traits = "0.2" | |||
rbtag = "0.3" | |||
structopt = "0.3" | |||
signal-hook = "0.3.15" | |||
signal-hook-async-std = "0.2.2" | |||
strum = { version = "0.26.2", features = ["derive"] } | |||
# Bridge dependencies | |||
bp-bridge-hub-polkadot = { path = "../../primitives/chain-bridge-hub-polkadot" } | |||
bp-bridge-hub-rococo = { path = "../../primitives/chain-bridge-hub-rococo" } | |||
bp-header-chain = { path = "../../primitives/header-chain" } | |||
bp-messages = { path = "../../primitives/messages" } | |||
bp-parachains = { path = "../../primitives/parachains" } | |||
bp-polkadot-bulletin = { path = "../../primitives/chain-polkadot-bulletin" } | |||
bp-polkadot = { path = "../../primitives/chain-polkadot" } | |||
bp-polkadot-core = { path = "../../primitives/polkadot-core" } | |||
bp-rococo = { path = "../../primitives/chain-rococo" } | |||
bp-runtime = { path = "../../primitives/runtime" } | |||
bridge-runtime-common = { path = "../../bin/runtime-common" } | |||
pallet-bridge-parachains = { path = "../../modules/parachains" } | |||
parachains-relay = { path = "../parachains" } | |||
relay-bridge-hub-kusama-client = { path = "../client-bridge-hub-kusama" } | |||
relay-bridge-hub-polkadot-client = { path = "../client-bridge-hub-polkadot" } | |||
relay-bridge-hub-rococo-client = { path = "../client-bridge-hub-rococo" } | |||
relay-bridge-hub-westend-client = { path = "../client-bridge-hub-westend" } | |||
relay-kusama-client = { path = "../client-kusama" } | |||
relay-polkadot-client = { path = "../client-polkadot" } | |||
relay-polkadot-bulletin-client = { path = "../client-polkadot-bulletin" } | |||
relay-rococo-client = { path = "../client-rococo" } | |||
relay-substrate-client = { path = "../client-substrate" } | |||
relay-utils = { path = "../utils" } | |||
relay-westend-client = { path = "../client-westend" } | |||
substrate-relay-helper = { path = "../lib-substrate-relay" } | |||
# Substrate Dependencies | |||
frame-support = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | |||
sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | |||
sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | |||
[dev-dependencies] | |||
bp-test-utils = { path = "../../primitives/test-utils" } | |||
hex-literal = "0.4" | |||
sp-keyring = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | |||
tempfile = "3.10" | |||
finality-grandpa = { version = "0.16.2" } |
[package] | |||
name = "relay-bridge-hub-rococo-client" | |||
version = "0.1.0" | |||
authors = ["Parity Technologies <[email protected]>"] | |||
edition = "2021" | |||
license = "GPL-3.0-or-later WITH Classpath-exception-2.0" | |||
[lints] | |||
workspace = true | |||
[dependencies] | |||
codec = { package = "parity-scale-codec", version = "3.1.5", features = ["derive"] } | |||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] } | |||
subxt = { version = "0.32.1", default-features = false, features = ["native"] } | |||
# Bridge dependencies | |||
bp-bridge-hub-rococo = { path = "../../primitives/chain-bridge-hub-rococo" } | |||
bp-header-chain = { path = "../../primitives/header-chain" } | |||
bp-messages = { path = "../../primitives/messages" } | |||
bp-parachains = { path = "../../primitives/parachains" } | |||
bp-polkadot-core = { path = "../../primitives/polkadot-core" } | |||
bp-runtime = { path = "../../primitives/runtime" } | |||
bridge-runtime-common = { path = "../../bin/runtime-common" } | |||
relay-substrate-client = { path = "../client-substrate" } | |||
# Substrate Dependencies | |||
sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | |||
sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | |||
sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } |
relays/client-substrate/Cargo.toml
deleted
100644 → 0
[package] | |||
name = "relay-substrate-client" | |||
version = "0.1.0" | |||
authors = ["Parity Technologies <[email protected]>"] | |||
edition = "2021" | |||
license = "GPL-3.0-or-later WITH Classpath-exception-2.0" | |||
[lints] | |||
workspace = true | |||
[dependencies] | |||
async-std = { version = "1.6.5", features = ["attributes"] } | |||
async-trait = "0.1" | |||
codec = { package = "parity-scale-codec", version = "3.1.5" } | |||
futures = "0.3.30" | |||
jsonrpsee = { version = "0.17", features = ["macros", "ws-client"] } | |||
log = { workspace = true } | |||
num-traits = "0.2" | |||
rand = "0.8" | |||
scale-info = { version = "2.10.0", features = ["derive"] } | |||
tokio = { version = "1.36", features = ["rt-multi-thread"] } | |||
thiserror = { workspace = true } | |||
# Bridge dependencies | |||
bp-header-chain = { path = "../../primitives/header-chain" } | |||
bp-messages = { path = "../../primitives/messages" } | |||
bp-polkadot-core = { path = "../../primitives/polkadot-core" } | |||
bp-runtime = { path = "../../primitives/runtime" } | |||
pallet-bridge-messages = { path = "../../modules/messages" } | |||
finality-relay = { path = "../finality" } | |||
relay-utils = { path = "../utils" } | |||
# Substrate Dependencies | |||
frame-support = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | |||
frame-system = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | |||
pallet-balances = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | |||
pallet-transaction-payment = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | |||
pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | |||
pallet-utility = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | |||
sc-chain-spec = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | |||
sc-rpc-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | |||
sc-transaction-pool-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | |||
sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | |||
sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | |||
sp-rpc = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | |||
sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | |||
sp-std = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | |||
sp-trie = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | |||
sp-version = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | |||
# Polkadot Dependencies | |||
xcm = { package = "staging-xcm", git = "https://github.com/paritytech/polkadot-sdk", branch = "master", default-features = false } | |||
[features] | |||
default = [] | |||
test-helpers = [] |
relays/client-substrate/src/calls.rs
deleted
100644 → 0
relays/client-substrate/src/chain.rs
deleted
100644 → 0