Skip to content

Commit daac372

Browse files
committed
Remove reth-primitives dep
1 parent 3bf9060 commit daac372

File tree

7 files changed

+145
-3685
lines changed

7 files changed

+145
-3685
lines changed

β€ŽCargo.lockβ€Ž

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

β€Žcrates/sovereign-sdk/module-system/sov-modules-api/Cargo.tomlβ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ resolver = "2"
1515
jsonrpsee = { workspace = true, optional = true }
1616
anyhow = { workspace = true }
1717
digest = { workspace = true }
18-
reth-primitives = { workspace = true }
1918
sov-state = { path = "../sov-state" }
2019
sov-keys = { path = "../sov-keys" }
2120
sov-modules-core = { path = "../sov-modules-core" }
@@ -63,4 +62,4 @@ native = [
6362
]
6463
macros = ["sov-modules-macros"]
6564
serde = ["sov-modules-core/serde"]
66-
testing = []
65+
testing = []

β€Žcrates/sovereign-sdk/module-system/sov-modules-stf-blueprint/Cargo.tomlβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ anyhow = { workspace = true }
1616
borsh = { workspace = true }
1717
hex = { workspace = true }
1818
jmt = { workspace = true }
19-
reth-primitives = { workspace = true }
2019
jsonrpsee = { workspace = true, features = ["server"], optional = true }
2120
rs_merkle = { workspace = true }
2221
serde = { workspace = true, features = ["derive"] }

β€Žguests/risc0/batch-proof/bitcoin/Cargo.lockβ€Ž

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

β€Žguests/risc0/batch-proof/mock/Cargo.lockβ€Ž

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

0 commit comments

Comments
Β (0)