Commit af8a3e1
docker-compose: pin prysm validator to v6.1.1
The prysm_validator service floated on the `stable` tag while prysmctl
and beacon-chain are pinned to v6.1.1. `stable` rolled forward to v7.1.4,
which introduces the `gloas` fork (version 0x07000000). The v6.1.1 genesis
and beacon-chain configs have no gloas entry, so the validator aborts at
startup with "conflicting fork version schedule" and every PoS run fails.
Pin the validator to v6.1.1 to match the rest of the Prysm stack.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 8967f72 commit af8a3e1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
0 commit comments