-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make Turbogeth imports compatible with go-ethereum #122
Comments
with go modules, this task will be harder and more error prone to do than to keep renaming imports like we do right now, closing. |
battlmonstr
pushed a commit
that referenced
this issue
Sep 14, 2023
cffls
pushed a commit
to cffls/erigon
that referenced
this issue
Feb 14, 2024
taratorio
pushed a commit
that referenced
this issue
Jul 23, 2024
Co-authored-by: Michele Modolo <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When rebasing to a new version of geth, a lot of conflicts happen because of different import names.
When a new import added upstream, git gets confused. Resolving these merges is trivial, but annoying and can lead to occasionally importing actual unpatched go-ethereum module.
The text was updated successfully, but these errors were encountered: