Skip to content

Commit 4d55a25

Browse files
committed
feat: answer comment + add unit test
Signed-off-by: Gregory Edison <gregory.edison1993@gmail.com>
1 parent f5e810f commit 4d55a25

File tree

3 files changed

+447
-6
lines changed

3 files changed

+447
-6
lines changed

Cargo.lock

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

crates/scroll/consensus/Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ workspace = true
1414
[dependencies]
1515
# alloy
1616
alloy-consensus.workspace = true
17-
alloy-primitives.workspace = true
17+
alloy-primitives = { workspace = true, features = ["getrandom"] }
1818

1919
# reth
2020
reth-chainspec.workspace = true
@@ -35,3 +35,7 @@ tracing.workspace = true
3535

3636
[package.metadata.cargo-udeps.ignore]
3737
normal = ["reth-primitives"]
38+
39+
[dev-dependencies]
40+
reth-scroll-chainspec.workspace = true
41+
critical-section = { version = "1.0", features = ["std"] }

0 commit comments

Comments
 (0)