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
.
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.