Skip to content

Commit

Permalink
chore(fork-diff): complete geth fork-diff v1 (#13882)
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx authored and dantaik committed Jun 12, 2023
1 parent a808e5b commit c33b5e3
Show file tree
Hide file tree
Showing 2 changed files with 3,453 additions and 2,655 deletions.
11 changes: 10 additions & 1 deletion packages/fork-diff/fork.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fork:
def:
title: "taiko-geth"
description: | # description in markdown
This is an overview of the changes between [`taiko-geth`](https://github.com/taikoxyz/taiko-geth) and [`go-ethereum`](https://github.com/ethereum/go-ethereum).
This is an overview of the changes between [`taiko-geth`](https://github.com/taikoxyz/taiko-geth) (`taiko` branch) and [`go-ethereum`](https://github.com/ethereum/go-ethereum) (`v1.11.5` tag).
sub:
# - title: "Changes in accounts"
# description: this show mods to accounts files
Expand Down Expand Up @@ -376,5 +376,14 @@ ignore:
- "*/*/*/*/*/*/*/*/*.mod"
- "tests"
- "*.md"
- "gen_*.go"
- "*/gen_*.go"
- "*/*/gen_*.go"
- "*/*/*/gen_*.go"
- "*/*/*/*/gen_*.go"
- "*/*/*/*/*/gen_*.go"
- "*/*/*/*/*/*/gen_*.go"
- "*/*/*/*/*/*/*/gen_*.go"
- "*/*/*/*/*/*/*/*/gen_*.go"
# *.pb.go
# *.sum
Loading

0 comments on commit c33b5e3

Please sign in to comment.