Skip to content

Commit

Permalink
fix: scroll-reth bin
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Edison <[email protected]>
  • Loading branch information
greged93 committed Jan 27, 2025
1 parent 644cd1e commit cd10dd9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/assets/check_wasm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ exclude_crates=(
reth-scroll-chainspec # tokio
reth-scroll-evm # tokio
reth-scroll-rpc #tokio
reth-scroll-engine-primitives # proptest
)

# Array to hold the results
Expand Down
5 changes: 4 additions & 1 deletion crates/scroll/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,7 @@ reth-codec = [
"reth-primitives-traits/reth-codec",
"reth-scroll-primitives/reth-codec"
]
skip-state-root-validation = []
skip-state-root-validation = [
"reth-provider/skip-state-root-validation",
"reth-node-builder/skip-state-root-validation"
]

0 comments on commit cd10dd9

Please sign in to comment.