Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.11 KB

README.md

File metadata and controls

16 lines (11 loc) · 1.11 KB

Overview

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 the index.html.
  • The main.go file which is also used by forkdiff to generate the index.html (just makes "Other changes" and "Ignored changes" lowercase to look cleaner).

Steps to update the fork diff page

To update the index.html (which shows the diff):

  1. Clone forkdiff, taiko-geth, and go-ethereum into the same working directory.
  2. Make any of the desired updates to fork.yaml and then copy fork.yaml from this package to the root of the forkdiff repo.
  3. From the root of the forkdiff repo, run go run main.go -repo ../taiko-geth/ -upstream-repo ../go-ethereum/.
  4. Copy the output index.html to this package and commit it.