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.
File moved
File moved
[package] | ||
name = "relay-bridge-hub-westend-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-westend = { path = "../../primitives/chain-bridge-hub-westend" } | ||
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-rococo = { path = "../../primitives/chain-rococo" } | ||
bp-bridge-hub-westend = { 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-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
bp-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
bridge-runtime-common = { path = "../../bin/runtime-common" } | ||
relay-substrate-client = { path = "../client-substrate" } | ||
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 | ||
... | ... | @@ -32,5 +33,5 @@ sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "mas |
sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
[dev-dependencies] | ||
bp-runtime = { path = "../../primitives/runtime" } | ||
bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } |
File moved
[package] | ||
name = "relay-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"] } | ||
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-kusama = { path = "../../primitives/chain-kusama" } | ||
bp-polkadot-core = { path = "../../primitives/polkadot-core" } | ||
bp-runtime = { path = "../../primitives/runtime" } | ||
bp-kusama = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
relay-substrate-client = { path = "../client-substrate" } | ||
relay-utils = { path = "../utils" } | ||
relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
# Substrate Dependencies | ||
... | ... |
File moved
[package] | ||
name = "relay-polkadot-bulletin-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-header-chain = { path = "../../primitives/header-chain" } | ||
bp-messages = { path = "../../primitives/messages" } | ||
bp-polkadot-core = { path = "../../primitives/polkadot-core" } | ||
bp-polkadot-bulletin = { path = "../../primitives/chain-polkadot-bulletin" } | ||
bp-runtime = { path = "../../primitives/runtime" } | ||
bridge-runtime-common = { path = "../../bin/runtime-common" } | ||
relay-substrate-client = { path = "../client-substrate" } | ||
relay-utils = { path = "../utils" } | ||
bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
bp-polkadot-bulletin = { 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" } | ||
relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
# Substrate Dependencies | ||
... | ... |
File moved
[package] | ||
name = "relay-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-polkadot = { path = "../../primitives/chain-polkadot" } | ||
bp-polkadot-core = { path = "../../primitives/polkadot-core" } | ||
bp-runtime = { path = "../../primitives/runtime" } | ||
bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
relay-substrate-client = { path = "../client-substrate" } | ||
relay-utils = { path = "../utils" } | ||
relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
# Substrate Dependencies | ||
... | ... |
File moved
[package] | ||
name = "relay-rococo-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-polkadot-core = { path = "../../primitives/polkadot-core" } | ||
bp-rococo = { path = "../../primitives/chain-rococo" } | ||
bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
bp-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
relay-substrate-client = { path = "../client-substrate" } | ||
relay-utils = { path = "../utils" } | ||
relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } | ||
# Substrate Dependencies | ||
... | ... |
File moved