This package contains:
- An
index.html
which shows the diff between taiko-geth and go-ethereum. - The
fork.yaml
configuration which is used by forkdiff to generate theindex.html
. - The
main.go
file which is also used by forkdiff to generate theindex.html
(just makes "Other changes" and "Ignored changes" lowercase to look cleaner).
To update the index.html
(which shows the diff):
- Clone forkdiff, taiko-geth, and go-ethereum into the same working directory.
- Make any of the desired updates to
fork.yaml
and then copyfork.yaml
from this package to the root of the forkdiff repo. - From the root of the forkdiff repo, run
go run main.go -repo ../taiko-geth/ -upstream-repo ../go-ethereum/
. - Copy the output
index.html
to this package and commit it.