ObolNetwork / charon

Charon (pronounced 'kharon') is a Proof of Stake Ethereum Distributed Validator Client
https://docs.obol.tech/
Other
195 stars 84 forks source link

Add lodestar to compose #1897

Closed dB2510 closed 1 year ago

dB2510 commented 1 year ago

🎯 Problem to be solved

We currently support teku, lighthouse and vouch VCs as part of our compose tool to run a test cluster on simnet. We need to add lodestar beside teku, lighthouse and vouch in compose to be included in smoke tests.

🛠️ Proposed solution

Follow charon-distributed-validator-cluster repo to add support for lodestar VCs to testutil/compose. Also add smoke tests in testutil/compose/compose/smoke_test for lodestar with mixed VCs and with only lodestar VCs.

🧪 Tests

dB2510 commented 1 year ago

closed by #2128