kurtosis-tech / zzz-deprecated-eth2-merge-kurtosis-module

Deprecated in favor of https://github.com/kurtosis-tech/eth2-package
29 stars 23 forks source link

Add Erigon EL Client Support #91

Closed amirrustam closed 2 years ago

amirrustam commented 2 years ago

Closes #90

Features

Changes

amirrustam commented 2 years ago

The CI failure for the last commit is caused by due to a health check failure of the CL client. The error is hard to see directly in Circle, but can be seen by inspecting the enclave log dump: https://gist.github.com/amirrustam/c39af57837a6333d44bb144c556f63cc

The CI tests currently just run Geth as the EL, so this is unrelated to the addition of Erigon support.

amirrustam commented 2 years ago

The CI failure for the last commit is caused by due to a health check failure of the CL client. The error is hard to see directly in Circle, but can be seen by inspecting the enclave log dump: https://gist.github.com/amirrustam/c39af57837a6333d44bb144c556f63cc

The CI tests currently just run Geth as the EL, so this is unrelated to the addition of Erigon support.

This was resolved by switching the default Lighthouse clImage to sigp/lighthouse:latest