Skip to content

Commit

Permalink
Merge branch 'main' into persistence-service-generic-node-primitive
Browse files Browse the repository at this point in the history
  • Loading branch information
lean-apple committed Dec 4, 2024
2 parents 35e17f4 + 5c07669 commit 3fb84f3
Show file tree
Hide file tree
Showing 314 changed files with 5,870 additions and 3,486 deletions.
5 changes: 3 additions & 2 deletions .github/assets/check_rv32imac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ set +e # Disable immediate exit on error
# Array of crates to check
crates_to_check=(
reth-codecs-derive
reth-ethereum-forks
reth-primitives-traits
reth-optimism-forks
# reth-evm
# reth-primitives
# reth-primitives-traits
# reth-optimism-forks
# reth-optimism-chainspec
)

Expand Down
1 change: 1 addition & 0 deletions .github/assets/check_wasm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ exclude_crates=(
reth-transaction-pool # c-kzg
reth-trie-parallel # tokio
reth-testing-utils
reth-network-peers
)

# Array to hold the results
Expand Down
Loading

0 comments on commit 3fb84f3

Please sign in to comment.