Optimism Update - Transition from Geth to Erigon
We are transitioning Optimism (Mainnet) from Geth to Erigon to leverage improved stability and performance benefits that Erigon offers.
After extensive testing, we’ve observed that while a few methods may behave differently, none of the affected methods are actively used by our customers. As a result, we anticipate no disruption to existing workflows during this transition.
Transition Date: October 15-16, 2024
Summary of Changes: Geth vs. Erigon
Here is a comparison of the affected methods and their availability in Geth versus Erigon:
Method | GETH | ERIGON |
---|---|---|
debug_accountRange | available | one less argument is required |
eth_sign | available | the method has been deprecated |
eth_signTransaction | available | the method has been deprecated |
eth_sendTransaction | available | not available |
trace_block | not available | available |
trace_call | not available | available |
trace_callMany | not available | available |
trace_replayBlockTransactions | not available | available |
trace_replayTransaction | not available | available |
trace_transaction | not available | available |
txpool_inspect | available | not available |
debug_blockProfile | available | not available |
eth_coinbase | not available | available |
eth_submitWork | not available | available |
eth_submitHashrate | not available | available |
eth_protocolVersion | not available | available |
Updated about 1 month ago