vyperlang / vyper

Pythonic Smart Contract Language for the EVM
https://vyperlang.org
Other
4.83k stars 789 forks source link

`_create_addl_gas_estimate()` Omits EIP-3860 Gas Costs #4080

Open ritzdorf opened 3 months ago

ritzdorf commented 3 months ago

Version Information

The function _create_addl_gas_estimate is used to compute the gas used by CREATE and CREATE2 for a given size of the initialization bytecode. The function does however not take into account the change in the gas costs introduced by EIP-3860.