safe-global / safe-wallet-web

Safe{Wallet} – multisig EVM wallet
https://app.safe.global
GNU General Public License v3.0
349 stars 414 forks source link

[Optimism] Check/update gas limit estimation #3431

Closed katspaugh closed 6 months ago

katspaugh commented 7 months ago

Optmism is rolling out a new update that might affect our gas estimation function.

The proposed Ecotone upgrade to the OP Stack and OP Mainnet changes the formula for estimating the L1 Data Fee component of the OP Stack Transaction Fee in preparation for the introduction of EIP-4844 support.

This new formula is designed to account for the option to post transaction data within data blobs instead of as Ethereum calldata, a feature enabled by EIP-4844.

https://docs.optimism.io/builders/notices/ecotone-changes

compojoom commented 6 months ago

According to the discussion we have with the OP developers we don't need to do anything. https://github.com/ethereum-optimism/developers/discussions/320