chore: Update op-geth to latest version#3524
Conversation
|
|
This PR changes implementation code, but doesn't include a changeset. Did you forget to add one? |
9f3a23e to
f1b33dc
Compare
trianglesphere
left a comment
There was a problem hiding this comment.
I think there is one double import, but overall looking good. Having the script is super nice rather than doing it by hand.
|
Tests will run once CircleCI fixes its outage. |
b83c19e to
ace78c3
Compare
protolambda
left a comment
There was a problem hiding this comment.
go.work also contains a reference to op-geth. The script should include that too.
1a624f0 to
fe15954
Compare
27b9ef7 to
3a68617
Compare
3a68617 to
9d4cf36
Compare
Update op-geth to the latest version on the `optimism-history` branch. This version exposes the customizable simulator backend that we need to merge #3322.
9d4cf36 to
165841a
Compare
|
This PR changes implementation code, but doesn't include a changeset. Did you forget to add one? |
|
This PR has been added to the merge queue, and will be merged soon. |
trianglesphere
left a comment
There was a problem hiding this comment.
How much of this tooling will we get to delete if we are using tags rather than commit hashes/branches?
|
This PR has been added to the merge queue, and will be merged soon. |
The bit that resolves the branch to the pseudo-version in the updater script. We'll still need the rest. |
|
This PR is next in line to be merged, and will be merged as soon as checks pass. |
Update op-geth to the latest version on the
optimism-historybranch. This version exposes the customizable simulator backend that we need to merge #3322.Also adds a small script to automatically update the op-geth version in the future.