You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the tests in the smoke/genesis suite are failing, in the simulator logs:
EROR[11-15|00:27:30] API: could not start client client=reth container=05e776f4 error="terminated unexpectedly"
and in the client logs:
2024-11-15T09:02:29.129977Z ERROR Op-mainnet has been launched without importing the pre-Bedrock state. The chain can't progress without this. See also https://reth.rs/run/sync-op-mainnet.html?minimal-bootstrap-recommended
2024-11-15T09:02:29.130288Z ERROR shutting down due to error
Example: https://github.com/paradigmxyz/reth/actions/runs/11883357379/job/33110369946
All the tests in the
smoke/genesis
suite are failing, in the simulator logs:and in the client logs:
These tests use a genesis file with chain id 10 which is OP mainnet https://github.com/ethereum/hive/blob/master/simulators/smoke/genesis/main.go#L29
We added an error for op-mainnet pre bedrock, likely clashing with these tests.
The text was updated successfully, but these errors were encountered: