You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently the docker base container for building the
l2
node (op-geth) in the local devnet hasto 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
sed
ing thego.mod
and Docker files.The text was updated successfully, but these errors were encountered: