shamirlabs / diva-alpha-net

Diva alpha testnet
https://docs.shamirlabs.org/diva/testnet/intro
19 stars 17 forks source link

Add Teku vc support #59

Closed dragonstake closed 8 months ago

dragonstake commented 1 year ago

We pushed PR58 that adds Teku validator client support. The same way we have a separated lodestar compose file I modified the original docker-compose.yml file to add this option.

The fact that the default vc is prysm in diva setup makes it impossible to use your own external lighthouse beacon node. Prysm vc refused to connect to lighthouse. We already have some previous experience using teku vc, so we hope other could leverage this addition.

TheHDSync commented 10 months ago

I plan to contribute and add support for Teku once I have some validators assigned, so I can do proper testing.