Houses the code for an diff between reth and op-reth.
This repo uses forkdiff created by protolambda to generate
the site. Instructions for creating a site are detailed in the forkdiff
repository.
fork.yaml
contains the page structure configuration for generating the output diff site (index.html
).
To generate the diff site, you first need to have cloned op-reth.
In order to set the local git ref for a remote branch (for example clabby/op-reth
), just run a git checkout clabby/op-reth
within your local op-reth
repository clone.
Once op-reth has a local path relative to this directory of ../op-reth
, you can simply run
go run main.go -repo ../op-reth
to generate the diff! If your path to op-reth
is exactly
../op-reth
, you can simply run make
or make generate
.
This should output a new index.html
file that will render the site.
Test it by opening index.html in your browser!
Further usage of the cli can be found in the forkdiff repository's README.md.
MIT, see LICENSE
file.