OffchainLabs / go-ethereum

GNU Lesser General Public License v3.0
52 stars 88 forks source link

Fix UsedGas of scheduling txs for gas estimation #290

Closed PlasmaPower closed 5 months ago

PlasmaPower commented 5 months ago

This is important because gas estimation now does an initial run of the transaction to determine a lower gas bound. This gas bound was previously incorrect for transactions that scheduled a retryable redemption.