We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The docker images installed by default when specifying network: goerli are not compatible with the latest hard fork.
network: goerli
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
karolpivo
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: