Mark Tyneway
Mark Tyneway
Recent changes likely fixed this issue
Closing this due to inactivity
Closing due to inactivity
The sdk has been deprecated
viem has OP Stack functionality, I recommend using viem
`forge fmt` + `git diff`
Progress can be tracked here: https://github.com/ethereum-optimism/op-geth/pull/114 The geth implementation is in a good place and ready to be tested end to end. We would like to have a poc repo...
I think we could move those changes to here: https://github.com/ethereum-optimism/go-ethereum/blob/79c1dc18e3d4da0e69ca27ee956ed88e7db53700/eth/api_backend.go#L294
Can you try running with `--verbosity=6`? This appears as if it is failing to pull the statedump from `https://raw.githubusercontent.com/ethereum-optimism/regenesis/master/mainnet/2.json`
This is a non-backwards compatible change meaning that historical sync depends on this - the RPC endpoint `eth_sendrawethsigntransaction` depends on the `OVMSigner` https://github.com/ethereum-optimism/go-ethereum/blob/b6ad0b3729dfde83f6f9d3122e8e8c5801790a47/internal/ethapi/api.go#L1661 This can only be removed if: -...