Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion compose-cl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down