SlingNode / slingnode-ansible-ethereum

Deploy Ethereum nodes using Ansible.
https://slingnode.com
MIT License
18 stars 1 forks source link

Incorrect images version for goerli network #148

Open PabloCastellano opened 10 months ago

PabloCastellano commented 10 months ago

The docker images installed by default when specifying network: goerli are not compatible with the latest hard fork.

All clients have released a minor version supporting the dencun fork.

As workaround, you can manually specify the image tags:

nethermind_docker_image: nethermind/nethermind:1.25.1
lighthouse_docker_image: sigp/lighthouse:v4.6.0-rc.0-modern
geth_docker_image: ethereum/client-go:v1.13.10
karolpivo commented 10 months ago

Hi,

thanks for raising the issue. Our release workflow that we use to publish updates to Galaxy hasn't run. I will need to look into it.

I have triggered it manually and the latest client versions are now included in the version 0.30.0 of the Ansible role. Please run:

ansible-galaxy role install --force slingnode.ethereum

to install the latest version.