etclabscore / core-geth

A highly configurable Go implementation of the Ethereum protocol.
https://etclabscore.github.io/core-geth
GNU Lesser General Public License v3.0
267 stars 147 forks source link

Recommended to use fork-diff for the transparent view with upstream geth #584

Closed ghost closed 6 months ago

ghost commented 10 months ago

Hello,

I would like to recommend using forkdiff https://github.com/protolambda/forkdiff to produce diffs with upstream geth so that it could help merging upstream changes and help people understand what is the difference.

Example from op-geth: https://op-geth.optimism.io/

ziogaschr commented 10 months ago

Thanks for the suggestion @kaliubuntu0206. This was already on our list to have a look at forkdiff.