go-ethereum/consensus
Péter Garamvölgyi bfe803001b
feat: update L1 data fee in Curie hard fork (#755)
* update fee calculation

* add missing GPO slots to trace

* add placeholder for contract update logic

* nit

* update fee calculation

* update formula

* update GPO slots

* update L1GPO bytecode

* apply Curie in new worker

* move bytecode to config

* create an empty block for curie hard fork

* initialize L1GasPriceOracle storage slots

* add comments

* add test

* add IsCurie to traces and tests

* group GPO storage slots into a struct

* update unit test

* chore: auto version bump [bot]

* trigger ci

* update bytecode

* remove leading 0x

* update comments

* include rollup fee tests in CI

---------

Co-authored-by: Ömer Faruk Irmak <omerfirmak@gmail.com>
Co-authored-by: Thegaram <Thegaram@users.noreply.github.com>
2024-05-28 14:12:39 +02:00
..
clique fix: make consensus engine wait for a bit before giving up on worker (#774) 2024-05-27 19:44:40 +03:00
ethash feat: update upcoming fork names (#680) 2024-03-26 14:41:32 +00:00
misc feat: update L1 data fee in Curie hard fork (#755) 2024-05-28 14:12:39 +02:00
consensus.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
errors.go feat(rollup): add circuits capacity checker (#321) 2023-08-01 13:52:31 +08:00