smartcontracts
smartcontracts
Likely a duplicate of: https://github.com/ethereum-optimism/optimism/issues/4754, am working on a fix
Can you please try this image for l2geth: [prerelease-0.0.0-rc-l2g-init-deadlock](https://hub.docker.com/layers/ethereumoptimism/l2geth/prerelease-0.0.0-rc-l2g-init-deadlock/images/sha256-ef3558551afa46ad289de25d9f13d5e8fce965e5e9d05af0aa805bcaa0f09eed?context=explore)?
@artjoma heres the branch: https://github.com/ethereum-optimism/optimism/tree/sc/l2g-deadlock
Yeesh, 9.5T is a lot.
You may need to `debug_setHead` to before the failure and attempt to resync from there. This is an annoying issue that happens occasionally when l2geth doesn't shut down cleanly. It's...
It's a debug RPC endpoint: https://etclabscore.github.io/core-geth/JSON-RPC-API/modules/debug/#debug_sethead You should be able to use the endpoint if you have the `debug` namespace enabled on your node. You would want to set the...
Ahhh it's `Mismatched transaction index` again... ok I need to finally figure out what's causing this issue. Such a nuisance.
Yeah sorry about that, we're all hands on deck pushing out the Bedrock release. `l2geth` is based on an extremely old version of Geth and has lots of stability issues....
I'm going to create a canary release with an experimental fix that removes the short circuit. Just a sec...
Sorry for the delay here, got caught up with some other things. Can you try out this prerelease image and see if it fixes the deadlock? [prerelease-0.0.0-rc-l2g-init-deadlock](https://hub.docker.com/layers/ethereumoptimism/l2geth/prerelease-0.0.0-rc-l2g-init-deadlock/images/sha256-ef3558551afa46ad289de25d9f13d5e8fce965e5e9d05af0aa805bcaa0f09eed?context=explore)