Skip to content

Commit

Permalink
Merge branch 'isthmus-devnet-0' into emhane/exec-verif-storage-root
Browse files Browse the repository at this point in the history
  • Loading branch information
emhane committed Jan 7, 2025
2 parents 6bef714 + daf37e0 commit 126636f
Show file tree
Hide file tree
Showing 136 changed files with 1,836 additions and 1,743 deletions.
14 changes: 8 additions & 6 deletions .github/assets/check_rv32imac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,18 @@ set +e # Disable immediate exit on error
# Array of crates to check
crates_to_check=(
reth-codecs-derive
reth-ethereum-forks
reth-ethereum-primitives
reth-primitives-traits
reth-optimism-forks
reth-network-peers
reth-trie-common
reth-chainspec
# reth-evm
# reth-primitives
# reth-optimism-chainspec

## ethereum
reth-ethereum-forks
reth-ethereum-primitives

## optimism
reth-optimism-chainspec
reth-optimism-forks
)

# Array to hold the results
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
name: stale issues

on:
workflow_dispatch: {}
schedule:
- cron: "30 1 * * *"
workflow_dispatch:

jobs:
close-issues:
Expand Down
Loading

0 comments on commit 126636f

Please sign in to comment.