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
Tracing inside the call,
we found that it is due to a delegate call from 0x88e529a6ccd302c948689cd5156c83d4614fae92 to 0xe2f826324b2faf99e513d16d266c3f80ae87832b
This is due to opcode BASEFEE return a 0 in geth, while reth return something "0x6624359bf" at certain block
This is Geth
This is Reth
Right base fee is set to 0 because by default eth_call and eth_estimateGas have a gas price (fee cap) of 0 and it is a protocol violation to have baseFee > fee cap. (see context: #28470)
Setting a realistic gas price in eth_estimateGas should return the correct response.
System information
Geth version:
geth version
CL client & version: e.g. lighthouse/nimbus/[email protected]
OS & Version: Windows/Linux/OSX
Commit hash : (if
develop
)Actual behaviour
reth:
geth:
The text was updated successfully, but these errors were encountered: