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.
primitives/runtime/Cargo.toml
deleted
100644 → 0
primitives/runtime/src/chain.rs
deleted
100644 → 0
primitives/runtime/src/extensions.rs
deleted
100644 → 0
primitives/runtime/src/lib.rs
deleted
100644 → 0
primitives/runtime/src/messages.rs
deleted
100644 → 0
primitives/test-utils/Cargo.toml
deleted
100644 → 0
primitives/test-utils/src/keyring.rs
deleted
100644 → 0
primitives/test-utils/src/lib.rs
deleted
100644 → 0
primitives/xcm-bridge-hub/Cargo.toml
deleted
100644 → 0
primitives/xcm-bridge-hub/src/lib.rs
deleted
100644 → 0
[package] | ||
name = "relay-bridge-hub-kusama-client" | ||
version = "0.1.0" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
edition = "2021" | ||
authors.workspace = true | ||
edition.workspace = true | ||
license = "GPL-3.0-or-later WITH Classpath-exception-2.0" | ||
repository.workspace = true | ||
[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"] } | ||
#relay-substrate-client = { path = "../client-substrate" } | ||
subxt = { version = "0.32.1", default-features = false, features = ["native"] } | ||
codec = { package = "parity-scale-codec", version = "3.6.1", features = ["derive"] } | ||
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } | ||
subxt = { version = "0.35.3", default-features = false, features = ["native"] } | ||
# Bridge dependencies | ||
bp-bridge-hub-kusama = { path = "../../primitives/chain-bridge-hub-kusama" } | ||
bp-header-chain = { path = "../../primitives/header-chain" } | ||
bp-messages = { path = "../../primitives/messages" } | ||
bp-parachains = { path = "../../primitives/parachains" } | ||
bp-polkadot = { path = "../../primitives/chain-polkadot" } | ||
bp-polkadot-core = { path = "../../primitives/polkadot-core" } | ||
bridge-runtime-common = { path = "../../bin/runtime-common" } | ||
relay-substrate-client = { path = "../client-substrate" } | ||
bp-bridge-hub-kusama = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
# Substrate Dependencies | ||
... | ... |
File moved
[package] | ||
name = "relay-bridge-hub-polkadot-client" | ||
version = "0.1.0" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
edition = "2021" | ||
authors.workspace = true | ||
edition.workspace = true | ||
license = "GPL-3.0-or-later WITH Classpath-exception-2.0" | ||
repository.workspace = true | ||
[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"] } | ||
codec = { package = "parity-scale-codec", version = "3.6.1", features = ["derive"] } | ||
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] } | ||
subxt = { version = "0.35.3", default-features = false, features = ["native"] } | ||
# Bridge dependencies | ||
bp-bridge-hub-polkadot = { path = "../../primitives/chain-bridge-hub-polkadot" } | ||
bp-header-chain = { path = "../../primitives/header-chain" } | ||
bp-messages = { path = "../../primitives/messages" } | ||
bp-parachains = { path = "../../primitives/parachains" } | ||
bp-polkadot = { path = "../../primitives/chain-polkadot" } | ||
bp-polkadot-core = { path = "../../primitives/polkadot-core" } | ||
bp-kusama = { path = "../../primitives/chain-kusama" } | ||
bp-runtime = { path = "../../primitives/runtime" } | ||
bridge-runtime-common = { path = "../../bin/runtime-common" } | ||
relay-substrate-client = { path = "../client-substrate" } | ||
bp-bridge-hub-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
bp-kusama = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
# Substrate Dependencies | ||
... | ... |