Matthew Slipper cde9c26c48
Fix L1 cost function (#61)
The gas price oracle calculates L1 data costs using an unsigned transaction. However, `op-geth` was calculating L1 data costs using a _signed_ transaction, which included an additional 68 unnecessary bytes (1088 gas) in the cost.

This PR removes those extra bytes as part of the Regolith hardfork.

Co-authored-by: protolambda <proto@protolambda.com>
2023-03-03 17:11:35 -07:00
..
2023-03-03 17:11:35 -07:00
2022-09-07 20:21:59 +02:00