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
Absolutely unclear for me how this could be. The updates.json has the correct tag 2.60.8 and therefore I would expect a working image: thorax/erigon:2.60.8.
Erigon has changed their release repo to erigontech/erigon but the images are still also available on the old thorax/erigon repo.
Problem 1
updates.json correctly sets the tag without v since version 2.60.7 but the image in launcher/src/backend/ethereum-services/ErigonService.js is still thorax/erigon.
To fix this issue we need at least to change the image to erigontech/erigon in ErigonService.js and write playbooks for the Stereum release to adjust existing nodes.
@NeoPlays since this is the same as the SSV image change for mainnet in #2090, it makes probably sense to apply the playbooks patch for both in the same release.
Problem 2
It is unclear how @stefa2k could end up with a v2.60.8 tag while the updates.json tag is correct 2.60.8.
The old repo didn't provide multiarch images, which forced us to use special arm tags for erigon. These images tho didn't use the v before the version and then normal ones did until some recent version. So Stereum is adding them if not present. But with the new image we can delete this behaviour completly :)
Environment
Release
Bug Description
Erigon tag is set to
correct one is
possibly related to #2052
Launcher Version
2.2.2
Operating System
Mac
Affected Service (if applicable)
Erigon 2.60.8
Logs (if applicable)
No response
Acknowledgment
The text was updated successfully, but these errors were encountered: