go-ethereum/rollup/da_syncer
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
..
blob_client feat: L1Reader (#1099) 2025-01-21 09:30:19 +08:00
da refactor(rollup sync service): use CalldataBlobSource to retrieve data from L1 (#1103) 2025-02-07 11:43:27 +01:00
serrors feat: follower node sync from DA (#1098) 2024-12-18 17:27:51 +01:00
batch_queue.go feat: follower node sync from DA (#1098) 2024-12-18 17:27:51 +01:00
block_queue.go feat: follower node sync from DA (#1098) 2024-12-18 17:27:51 +01:00
da_queue.go feat(l1 follower): add periodic logs for L1 follower mode sync progress (#1110) 2025-02-04 14:02:17 +01:00
da_syncer.go feat(l1 follower): add periodic logs for L1 follower mode sync progress (#1110) 2025-02-04 14:02:17 +01:00
data_source.go feat(l1 follower): add periodic logs for L1 follower mode sync progress (#1110) 2025-02-04 14:02:17 +01:00
syncing_pipeline.go feat(l1 follower): add periodic logs for L1 follower mode sync progress (#1110) 2025-02-04 14:02:17 +01:00