From b5fa2d92c062e31d2646d811e13c8f2a8368c872 Mon Sep 17 00:00:00 2001 From: dave | d1onys1us <13951458+d1onys1us@users.noreply.github.com> Date: Wed, 7 Jun 2023 13:24:49 +0200 Subject: [PATCH] chore(fork-diff): update page to show headings in lowercase (#13910) --- packages/fork-diff/README.md | 1 + packages/fork-diff/fork.yaml | 2 +- packages/fork-diff/index.html | 3292 ++++++++++++++++----------------- packages/fork-diff/main.go | 337 ++++ 4 files changed, 1985 insertions(+), 1647 deletions(-) create mode 100644 packages/fork-diff/main.go diff --git a/packages/fork-diff/README.md b/packages/fork-diff/README.md index b4e85698f5d..1f34b388942 100644 --- a/packages/fork-diff/README.md +++ b/packages/fork-diff/README.md @@ -4,6 +4,7 @@ This package contains: - An `index.html` which shows the diff between [taiko-geth](https://github.com/taikoxyz/taiko-geth) and [go-ethereum](https://github.com/ethereum/go-ethereum). - The `fork.yaml` configuration which is used by [forkdiff](https://github.com/protolambda/forkdiff) to generate the `index.html`. +- The `main.go` file which is also used by [forkdiff](https://github.com/protolambda/forkdiff) to generate the `index.html` (just makes "Other changes" and "Ignored changes" lowercase to look cleaner). ## Steps to update the fork diff page diff --git a/packages/fork-diff/fork.yaml b/packages/fork-diff/fork.yaml index e55e71722fa..2509aca2683 100644 --- a/packages/fork-diff/fork.yaml +++ b/packages/fork-diff/fork.yaml @@ -1,4 +1,4 @@ -title: "Taiko-Geth Fork Diff" # Define the HTML page title +title: "taiko-geth fork diff" # Define the HTML page title footer: | # define the footer with markdown [taiko-geth](https://github.com/taikoxyz/taiko-geth) fork overview created with [Forkdiff](https://github.com/protolambda/forkdiff) base: diff --git a/packages/fork-diff/index.html b/packages/fork-diff/index.html index 005085cb845..712f3048492 100755 --- a/packages/fork-diff/index.html +++ b/packages/fork-diff/index.html @@ -7,7 +7,7 @@ -