go-ethereum/rollup
Jonas Theis b56dd9f31b
refactor(rollup sync service): use CalldataBlobSource to retrieve data from L1 (#1103)
* port changes from #1013

* port changes from #1068

* go.mod tidy

* fix compile error

* fix goimports

* fix log

* address review comments

* upgrade golang.org/x/net to 0.23.0

* port changes from #1018

* fix tests and linter errors

* address review comments

* refactor rollup sync service / verifier to use CalldataBlobSource to retrieve data from L1

* add configuration and initialize blob clients

* fix unit tests

* remove unused code

* address review comments

* address more review comments

* Allow using MPT

* fix issues after merge

* bump version

---------

Co-authored-by: Ömer Faruk Irmak <omerfirmak@gmail.com>
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
2025-02-07 11:43:27 +01:00
..
ccc feat: Add support for L1 MPT (#1104) 2025-02-05 14:57:40 +01:00
da_syncer refactor(rollup sync service): use CalldataBlobSource to retrieve data from L1 (#1103) 2025-02-07 11:43:27 +01:00
fees fix: use correct encoding for L1 data fee of EIP2718 transactions (#793) 2024-06-03 16:24:03 +02:00
l1 refactor(rollup sync service): use CalldataBlobSource to retrieve data from L1 (#1103) 2025-02-07 11:43:27 +01:00
pipeline feat: Add support for L1 MPT (#1104) 2025-02-05 14:57:40 +01:00
rcfg feat: update gas-oracle contract bytecode (#792) 2024-06-03 10:30:59 +02:00
rollup_sync_service refactor(rollup sync service): use CalldataBlobSource to retrieve data from L1 (#1103) 2025-02-07 11:43:27 +01:00
sync_service feat: allow changing L1 synced height via admin RPC/CLI (#1044) 2024-09-25 03:18:37 +08:00
tracing feat(rpc): add getTxByTxTrace api, used for ccc testing & debugging (#1026) 2024-09-06 23:22:47 +08:00
withdrawtrie feat(trace): add withdraw trie root (#217) 2023-02-16 10:18:47 +08:00