-
Notifications
You must be signed in to change notification settings - Fork 281
Update go.mod and imports so that we can build remotely #14
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
Comments
We'd better not change, keep original is easier upgrade and maintenance. |
@mask-pp it's a fair point, and I will make sure we use the standard geth for any imports we need in the sequencer. However, building the repo will currently use the standard geth imports, so any of the changes we make to the scroll version will not reflect on build time. We also run into errors when trying to fetch the scroll version of geth on the sequencer repo, because the go.mod paths are mismatched. I'll update the issue title |
Yes, we neeed to do that change. |
* Update mod file and all imports to use scroll-tech URL Fixes #14 * Update Discord link
* Update mod file and all imports to use scroll-tech URL Fixes #14 * Update Discord link
@jules just curious, why not use replace command in go.mod? |
No description provided.
The text was updated successfully, but these errors were encountered: