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
Calling the Rollback() function on the simulated backend should set gas tip back to parameter passed by config as it was the case before #28202 was merged.
Actual behaviour
Currently the gas tip is arbitrary set to 1 Gwei after calling the Rollback() function, which is not even the default config parameter (1 wei).
System information
Geth version:
1.14.8
OS & Version: OSX
Expected behaviour
Calling the
Rollback()
function on the simulated backend should set gas tip back to parameter passed by config as it was the case before #28202 was merged.Actual behaviour
Currently the gas tip is arbitrary set to 1 Gwei after calling the
Rollback()
function, which is not even the default config parameter (1 wei).There is a TODO in the code left by @MariusVanDerWijden here:
go-ethereum/eth/catalyst/simulated_beacon.go
Lines 276 to 277 in a9523b6
Steps to reproduce the behaviour
You will get the error
transaction underpriced: gas tip cap 1000000, minimum needed 1000000000
.The text was updated successfully, but these errors were encountered: