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

Fix fatal error when network is executed with a Nimbus participant #72

Closed leoporoli closed 2 years ago

leoporoli commented 2 years ago

The error happens when the CL Nimbus client try to start, it throws this error: FAT 2022-03-03 17:05:37.309+00:00 Failed to locate the deposit contract deployment block topics="beacnde" depositContract=0x4242424242424242424242424242424242424242 deploymentBlock="(isHash: false, number: 1)"

Kurtosis module executed with these params: kurtosis module exec kurtosistech/eth2-merge-kurtosis-module --execute-params '{"participants": [{"elType": "geth","elImage": "parithoshj/geth:merge-371a525","clType": "nimbus"}],"network": { "numValidatorKeysPerNode" : 64, "altairForkEpoch": 1, "mergeForkEpoch": 2},"waitForMining": false, "waitForFinalization": false, "logLevel": "debug"}'

eth2-with-one-nimbus-participant-logs.zip

mieubrisse commented 2 years ago

Nimbus seems to be starting successfully on the most recent version, so going to close this