Skip to content

Commit

Permalink
Remove merkle-tree in outbound-queue
Browse files Browse the repository at this point in the history
  • Loading branch information
yrong committed Oct 24, 2024
1 parent 3963326 commit 4796240
Show file tree
Hide file tree
Showing 20 changed files with 25 additions and 541 deletions.
26 changes: 7 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ members = [
"bridges/snowbridge/pallets/outbound-queue",
"bridges/snowbridge/pallets/outbound-queue-v2",
"bridges/snowbridge/pallets/outbound-queue-v2/runtime-api",
"bridges/snowbridge/pallets/outbound-queue/merkle-tree",
"bridges/snowbridge/pallets/outbound-queue/runtime-api",
"bridges/snowbridge/pallets/system",
"bridges/snowbridge/pallets/system/runtime-api",
Expand Down Expand Up @@ -1207,7 +1206,6 @@ snowbridge-beacon-primitives = { path = "bridges/snowbridge/primitives/beacon",
snowbridge-core = { path = "bridges/snowbridge/primitives/core", default-features = false }
snowbridge-ethereum = { path = "bridges/snowbridge/primitives/ethereum", default-features = false }
snowbridge-merkle-tree = { path = "bridges/snowbridge/primitives/merkle-tree", default-features = false }
snowbridge-outbound-queue-merkle-tree = { path = "bridges/snowbridge/pallets/outbound-queue/merkle-tree", default-features = false }
snowbridge-outbound-queue-runtime-api = { path = "bridges/snowbridge/pallets/outbound-queue/runtime-api", default-features = false }
snowbridge-outbound-queue-runtime-api-v2 = { path = "bridges/snowbridge/pallets/outbound-queue-v2/runtime-api", default-features = false }
snowbridge-pallet-ethereum-client = { path = "bridges/snowbridge/pallets/ethereum-client", default-features = false }
Expand Down
1 change: 0 additions & 1 deletion bridges/snowbridge/pallets/outbound-queue-v2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ runtime-benchmarks = [
"frame-system/runtime-benchmarks",
"pallet-message-queue/runtime-benchmarks",
"snowbridge-core/runtime-benchmarks",
"snowbridge-merkle-tree/runtime-benchmarks",
"sp-runtime/runtime-benchmarks",
]
try-runtime = [
Expand Down
4 changes: 2 additions & 2 deletions bridges/snowbridge/pallets/outbound-queue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sp-arithmetic = { workspace = true }
bridge-hub-common = { workspace = true }

snowbridge-core = { features = ["serde"], workspace = true }
snowbridge-outbound-queue-merkle-tree = { workspace = true }
snowbridge-merkle-tree = { workspace = true }
ethabi = { workspace = true }

[dev-dependencies]
Expand All @@ -51,7 +51,7 @@ std = [
"scale-info/std",
"serde/std",
"snowbridge-core/std",
"snowbridge-outbound-queue-merkle-tree/std",
"snowbridge-merkle-tree/std",
"sp-arithmetic/std",
"sp-core/std",
"sp-io/std",
Expand Down
38 changes: 0 additions & 38 deletions bridges/snowbridge/pallets/outbound-queue/merkle-tree/Cargo.toml

This file was deleted.

This file was deleted.

Loading

0 comments on commit 4796240

Please sign in to comment.