mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 11:41:04 +00:00
Remove bridges subtree (#5752)
* remove bridges folder * remove BRIDGES.md * remove bridges mentions from top Cargo.toml * remove bridges from CODEOWNERS * remove bridges mentions from testing.md * remove bridge pallets from Rococo/Wococo runtime * also remove from node
This commit is contained in:
committed by
GitHub
parent
2e42da645f
commit
3f29fd04e1
@@ -71,16 +71,6 @@ xcm-executor = { package = "xcm-executor", path = "../../xcm/xcm-executor", defa
|
||||
xcm-builder = { package = "xcm-builder", path = "../../xcm/xcm-builder", default-features = false }
|
||||
pallet-xcm = { path = "../../xcm/pallet-xcm", default-features = false }
|
||||
|
||||
# Bridge Dependencies
|
||||
bp-messages = { path = "../../bridges/primitives/messages", default-features = false }
|
||||
bp-rococo = { path = "../../bridges/primitives/chain-rococo", default-features = false }
|
||||
bp-runtime = { path = "../../bridges/primitives/runtime", default-features = false }
|
||||
bp-wococo = { path = "../../bridges/primitives/chain-wococo", default-features = false }
|
||||
bridge-runtime-common = { path = "../../bridges/bin/runtime-common", default-features = false }
|
||||
pallet-bridge-dispatch = { path = "../../bridges/modules/dispatch", default-features = false }
|
||||
pallet-bridge-grandpa = { path = "../../bridges/modules/grandpa", default-features = false }
|
||||
pallet-bridge-messages = { path = "../../bridges/modules/messages", default-features = false }
|
||||
|
||||
# Benchmarking Dependencies
|
||||
frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true }
|
||||
hex-literal = { version = "0.3.4", optional = true }
|
||||
@@ -95,11 +85,6 @@ no_std = []
|
||||
std = [
|
||||
"authority-discovery-primitives/std",
|
||||
"babe-primitives/std",
|
||||
"bp-messages/std",
|
||||
"bp-rococo/std",
|
||||
"bp-runtime/std",
|
||||
"bp-wococo/std",
|
||||
"bridge-runtime-common/std",
|
||||
"parity-scale-codec/std",
|
||||
"scale-info/std",
|
||||
"frame-executive/std",
|
||||
@@ -108,9 +93,6 @@ std = [
|
||||
"pallet-babe/std",
|
||||
"beefy-primitives/std",
|
||||
"pallet-balances/std",
|
||||
"pallet-bridge-dispatch/std",
|
||||
"pallet-bridge-grandpa/std",
|
||||
"pallet-bridge-messages/std",
|
||||
"pallet-collective/std",
|
||||
"pallet-beefy/std",
|
||||
"pallet-beefy-mmr/std",
|
||||
|
||||
Reference in New Issue
Block a user