This package contains:
- An
index.htmlwhich shows the diff between taiko-geth and go-ethereum. - The
fork.yamlconfiguration which is used by forkdiff to generate theindex.html. - The
main.gofile 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.yamland then copyfork.yamlfrom 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.htmlto this package and commit it.