go-ethereum/rollup
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
..
circuitcapacitychecker fix: prioritized tx not being cleared after skipping it (#764) 2024-05-24 14:49:57 +08:00
fees feat: update L1 data fee in Curie hard fork (#755) 2024-05-28 14:12:39 +02:00
pipeline feat: update L1 data fee in Curie hard fork (#755) 2024-05-28 14:12:39 +02:00
rcfg feat: update L1 data fee in Curie hard fork (#755) 2024-05-28 14:12:39 +02:00
rollup_sync_service fix(rollup-verifier): hardcode genesis codec version as codecv0 and sync codecv1 implementation (#699) 2024-04-16 14:22:05 +08:00
sync_service feat(worker): add a commit tx failed metric (#704) 2024-04-17 18:32:00 +08:00
tracing feat: update L1 data fee in Curie hard fork (#755) 2024-05-28 14:12:39 +02:00
types/encoding chore(dep): upgrade go kzg 4844 (#718) 2024-04-24 09:38:18 +08:00
withdrawtrie feat(trace): add withdraw trie root (#217) 2023-02-16 10:18:47 +08:00