diff --git a/README.md b/README.md index cc01c411..2566b15a 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,12 @@ rm -rf ./data/lighthouse ## Switch validator client +> [!NOTE] +> There is currently an incompatibility between validator clients that may cause attestation aggregation duties to fail. Aggregation duties are not economically rewarded nor punished for their completion. +> +> To ensure aggregations succeed; have at least threshold of nodes in the cluster running one of Lodestar, Lighthouse, and Nimbus, or alternatively; have a threshold of nodes in the cluster running one of Teku and Prysm. This incompatibility will be remediated in upcoming client releases. +> + 1. Stop the existing validator client container. ```sh diff --git a/compose-cl.yml b/compose-cl.yml index a8d3e92b..0c515b5a 100644 --- a/compose-cl.yml +++ b/compose-cl.yml @@ -12,7 +12,7 @@ services: cl-grandine: profiles: [cl-grandine] - image: sifrai/grandine:${GRANDINE_VERSION:-2.0.0} + image: sifrai/grandine:${GRANDINE_VERSION:-2.0.1} restart: unless-stopped labels: - "promtail-monitored=${CL_GRANDINE_PROMTAIL_MONITORED:-true}"