Update op-geth for geth-based build#473
Conversation
✅ Heimdall Review Status
|
|
Hello, This might be not 100% the full change needed. As per op-node/v1.13.3 realease page, the coresponding op-geth version needed for this release is v1.101511.0. |
Thank you. I was too fixated on the fact that this update helped me overcome synchronization issues and didn't pay attention to the accompanying op-geth update. Fixed. |
|
Thanks for opening this, happy to merge in but would you be able to rebase. On master we're currently controlling versions in this file. |
Updated op-geth to v1.101511.0
Thank you. Done. This PR updates only op-geth for now, because op-node was already updated here: https://github.com/base/node/pull/477/commits without any annotations, so for now history is a little bit dirty. Earlier, PR was intended to update both dependencies. |
| export OP_GETH_TAG=v1.101503.4 | ||
| export OP_GETH_COMMIT=2b9abb39077cb88f6e8a513f09a5ea2c2569dfed | ||
| export OP_GETH_TAG=v1.101511.0 | ||
| export OP_GETH_COMMIT=68075997f33907401a93216aa426514c5ddc8870 |
This reverts commit cfd8eca.
This could resolve the syncing issues of recent days. Inspired by #470.