forked from ethereum-optimism/optimism
-
Notifications
You must be signed in to change notification settings - Fork 11
Create PR-bot to update op-geth versions (docker / go.mod) #262
Copy link
Copy link
Closed
Labels
type:enhancementNew feature or requestNew feature or request
Milestone
Description
Currently the docker base container for building the l2 node (op-geth) in the local devnet has
to be manually updated.
For this, the correct sha256 digest from the image at blockchaintestsglobaltestnet/us-west1/dev-images/op-geth/ tagged with the most recent default branch commit has to be found.
Additionally the go dependency should reflect the same version of op-geth in the go.mod file's replace directive.
It would be good to update this regularly, especially as soon as we do more testing of Celo specific STF features in the optimsim e2e suite.
This could be achieved by a Github action that opens a pull-request with seding the go.mod and Docker files.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type:enhancementNew feature or requestNew feature or request