go-ethereum/rollup/rollup_sync_service
colin 0360eba836
fix(l2geth-verifier): only check last batch of the bundle (#904)
* fix(l2geth-verifier): only check the last batch of each bundle

* refactor function comments

* add more logs to debug

* fix the bug

* Revert "add more logs to debug"

This reverts commit 4befe9fe739275988b4bf34999bd1aad4d7a1d0e.

* tweak

* TestValidateBatchInFinalizeByBundle

* update da-codec dependency

* move rawdb.WriteFinalizedBatchMeta outside the loop

* use batch writer

* change log.Crit to log.Error
2024-07-17 20:01:40 +08:00
..
testdata fix(rollup-verifier): decode commitBatchWithBlobProof calldata (#896) 2024-07-13 00:37:31 +08:00
abi.go fix(rollup-verifier): decode commitBatchWithBlobProof calldata (#896) 2024-07-13 00:37: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 fix(rollup-verifier): decode commitBatchWithBlobProof calldata (#896) 2024-07-13 00:37:31 +08:00
rollup_sync_service.go fix(l2geth-verifier): only check last batch of the bundle (#904) 2024-07-17 20:01:40 +08:00
rollup_sync_service_test.go fix(l2geth-verifier): only check last batch of the bundle (#904) 2024-07-17 20:01:40 +08:00