ssvlabs / ssv

Secret-Shared-Validator(SSV) for ethereum staking
https://ssv.network
GNU General Public License v3.0
179 stars 92 forks source link

Compatiblity issue with Lodestar v1.20.0 #1467

Open nflaig opened 1 month ago

nflaig commented 1 month ago

There is a bug in the go-eth2-client (see https://github.com/attestantio/go-eth2-client/issues/144). This was already fixed a while ago by https://github.com/attestantio/go-eth2-client/pull/145 and released in v0.21.6 but it looks like not yet updated yet.

https://github.com/ssvlabs/ssv/blob/cc6f7d1402b9be88df4431a597e729e882c628b1/go.mod#L7

nflaig commented 1 month ago

We are cutting a v1.20.1 release to work around this issue.