Skip to content

Commit fceb6eb

Browse files
committed
fold synthetic-logs crate into runtime
1 parent 989fe29 commit fceb6eb

10 files changed

Lines changed: 42 additions & 135 deletions

File tree

Cargo.lock

Lines changed: 27 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ members = [
5353
'pallets/hsm',
5454
"pallets/signet",
5555
"pallets/dispenser",
56-
"pallets/synthetic-logs",
5756
"pallets/gigahdx",
5857
"pallets/gigahdx-rewards",
5958
]
@@ -163,7 +162,6 @@ pallet-evm-accounts = { path = "pallets/evm-accounts", default-features = false
163162
pallet-evm-accounts-rpc-runtime-api = { path = "pallets/evm-accounts/rpc/runtime-api", default-features = false }
164163
pallet-liquidation = { path = "pallets/liquidation", default-features = false }
165164
pallet-broadcast = { path = "pallets/broadcast", default-features = false }
166-
pallet-synthetic-logs = { path = "pallets/synthetic-logs", default-features = false }
167165
liquidation-worker-support = { path = "liquidation-worker-support", default-features = false }
168166
pallet-hsm = { path = "pallets/hsm", default-features = false }
169167
pallet-parameters = { path = "pallets/parameters", default-features = false }

integration-tests/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ pallet-gigahdx = { workspace = true }
5151
pallet-gigahdx-rewards = { workspace = true }
5252
liquidation-worker-support = { workspace = true }
5353
pallet-broadcast = { workspace = true }
54-
pallet-synthetic-logs = { workspace = true }
5554
ethereum-types = { workspace = true }
5655
pallet-duster = { workspace = true }
5756
pallet-duster-rpc-runtime-api = { workspace = true }

pallets/synthetic-logs/Cargo.toml

Lines changed: 0 additions & 57 deletions
This file was deleted.

runtime/hydradx/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ pallet-lbp = { workspace = true }
4343
pallet-xyk = { workspace = true }
4444
pallet-referrals = { workspace = true }
4545
pallet-broadcast = { workspace = true }
46-
pallet-synthetic-logs = { workspace = true }
4746
pallet-evm-accounts = { workspace = true }
4847
pallet-evm-accounts-rpc-runtime-api = { workspace = true }
4948
pallet-xyk-liquidity-mining = { workspace = true }
@@ -192,6 +191,7 @@ serde_json = { workspace = true, default-features = false, features = [
192191
"alloc",
193192
] }
194193
ethereum = { workspace = true }
194+
ethereum-types = { workspace = true }
195195

196196
[dev-dependencies]
197197
pretty_assertions = { workspace = true }
@@ -393,7 +393,6 @@ std = [
393393
"pallet-referenda/std",
394394
"pallet-whitelist/std",
395395
"pallet-broadcast/std",
396-
"pallet-synthetic-logs/std",
397396
"pallet-dispatcher/std",
398397
"pallet-signet/std",
399398
"pallet-dispenser/std",

0 commit comments

Comments
 (0)