Skip to content

feat(fork-diff): update forkdiff #19492

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
May 20, 2025
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/fork-diff--preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
echo "TAIKO_GETH_VERSION=$(jq -r '.gethVersion' packages/fork-diff/version_config.json)" >> $GITHUB_ENV

- name: Clone forkdiff
run: git clone https://github.com/protolambda/forkdiff.git
run: git clone --branch patch-1 https://github.com/RogerLamTd/forkdiff.git

- name: Clone taiko-geth
run: git clone --branch ${{ env.TAIKO_GETH_VERSION }} https://github.com/taikoxyz/taiko-geth.git
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fork-diff--production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
echo "TAIKO_GETH_VERSION=$(jq -r '.gethVersion' packages/fork-diff/version_config.json)" >> $GITHUB_ENV

- name: Clone forkdiff
run: git clone https://github.com/protolambda/forkdiff.git
run: git clone --branch patch-1 https://github.com/RogerLamTd/forkdiff.git

- name: Clone taiko-geth
run: git clone --branch ${{ env.TAIKO_GETH_VERSION }} https://github.com/taikoxyz/taiko-geth.git
Expand Down
2 changes: 2 additions & 0 deletions packages/fork-diff/fork.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,11 @@ def:
# files can be ignored globally, these will be listed in a separate grayed-out section,
# and do not count towards the total line count.
ignore:
- ".release-please-manifest.json"
- "Dockerfile*"
- "Makefile"
- "accounts/*"
- "scripts/*"
- ".*"
- ".github/*"
- ".github/*/*"
Expand Down
Loading