Skip to content

Commit

Permalink
Merge branch 'main' into klkvr/eip7742
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr committed Dec 11, 2024
2 parents f275323 + b6e682e commit 274dbbb
Show file tree
Hide file tree
Showing 249 changed files with 4,017 additions and 3,970 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ body:
description: Were you running it in a container?
multiple: true
options:
- None
- Not running in a container
- Docker
- Kubernetes
- LXC/LXD
Expand Down
1 change: 1 addition & 0 deletions .github/assets/check_rv32imac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ crates_to_check=(
reth-ethereum-primitives
reth-primitives-traits
reth-optimism-forks
reth-network-peers
# reth-evm
# reth-primitives
# reth-optimism-chainspec
Expand Down
27 changes: 0 additions & 27 deletions .github/workflows/deny.yml

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,9 @@ jobs:
zepter --version
time zepter run check
deny:
uses: ithacaxyz/ci/.github/workflows/deny.yml@main

lint-success:
name: lint success
runs-on: ubuntu-latest
Expand All @@ -269,6 +272,7 @@ jobs:
- no-test-deps
- features
- feature-propagation
- deny
timeout-minutes: 30
steps:
- name: Decide whether the needed jobs succeeded or failed
Expand Down
Loading

0 comments on commit 274dbbb

Please sign in to comment.