go-ethereum/rollup/rollup_sync_service
Mengran Lan ef980a2059
feat(rollup_sync_service): handle multiple batches in FinalizeBatch event (#865)
* feat: now FinalizeBatch event will influence one or more batches

* fix bug && add unit test

* fix typo

* Update core/rawdb/accessors_rollup_event_test.go

Co-authored-by: colin <102356659+colinlyguo@users.noreply.github.com>

* trivial fix

* chore: auto version bump [bot]

* trivial change: move write finalized things logic out of loop

* utilize code && comment

* remove redundant check

* two log level changing case

---------

Co-authored-by: colin <102356659+colinlyguo@users.noreply.github.com>
Co-authored-by: Thegaram <Thegaram@users.noreply.github.com>
2024-07-01 22:24:32 +08:00
..
testdata feat(rollup-sync-service): support codecv2 (#726) 2024-05-30 11:03:31 +08:00
abi.go feat(rollup): sync finalized batches from L1 (#515) 2023-10-28 06:29:31 +08:00
abi_test.go feat(rollup): sync finalized batches from L1 (#515) 2023-10-28 06:29:31 +08:00
l1client.go feat(rollup-verifier): support codecv1 (#678) 2024-04-04 18:52:23 +08:00
l1client_test.go feat(rollup-verifier): support codecv1 (#678) 2024-04-04 18:52:23 +08:00
rollup_sync_service.go feat(rollup_sync_service): handle multiple batches in FinalizeBatch event (#865) 2024-07-01 22:24:32 +08:00
rollup_sync_service_test.go feat(rollup-sync-service): support codecv2 (#726) 2024-05-30 11:03:31 +08:00