go-ethereum/rollup/rollup_sync_service
colin b235afbccf
feat(rollup): add fallback if TransactionByHash fails in getting commitBatch calldata (#601)
* feat(rollup): add fallback if TransactionByHash fails in getting commitBatch calldata

* Update rollup/rollup_sync_service/rollup_sync_service.go

Co-authored-by: Péter Garamvölgyi <peter@scroll.io>

* change log.Warn to log.Debug

---------

Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
2023-12-18 14:51:46 +01:00
..
testdata feat(rollup): sync finalized batches from L1 (#515) 2023-10-28 06:29: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
batch_header.go feat(rollup): sync finalized batches from L1 (#515) 2023-10-28 06:29:31 +08:00
block.go feat(rollup): sync finalized batches from L1 (#515) 2023-10-28 06:29:31 +08:00
chunk.go feat(rollup): add fallback if TransactionByHash fails in getting commitBatch calldata (#601) 2023-12-18 14:51:46 +01:00
l1client.go feat(rollup): sync finalized batches from L1 (#515) 2023-10-28 06:29:31 +08:00
l1client_test.go feat(rollup): add fallback if TransactionByHash fails in getting commitBatch calldata (#601) 2023-12-18 14:51:46 +01:00
rollup_sync_service.go feat(rollup): add fallback if TransactionByHash fails in getting commitBatch calldata (#601) 2023-12-18 14:51:46 +01:00
rollup_sync_service_test.go feat(rollup): sync finalized batches from L1 (#515) 2023-10-28 06:29:31 +08:00