Created
September 24, 2021 00:00
-
-
Save tynes/40a3044c0f27c3e17adf5a79d07171d7 to your computer and use it in GitHub Desktop.
View the geth diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/bin/bash | |
# view a diff based on a branch that recreates the strucutre | |
# of actual geth | |
git clone [email protected]:ethereum-optimism/optimism.git | |
cd optimism | |
git checkout only-l2geth | |
git remote add upstream [email protected]:ethereum/go-ethereum.git | |
git fetch upstream | |
git diff v1.9.10 . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment