From 5cc9b7ba83359ea385f7004d9169f2628575d445 Mon Sep 17 00:00:00 2001 From: Keyao Shen Date: Wed, 3 Sep 2025 12:08:38 -0700 Subject: [PATCH 1/3] Remove a comment --- op-node/rollup/derive/attributes_queue.go | 1 - 1 file changed, 1 deletion(-) diff --git a/op-node/rollup/derive/attributes_queue.go b/op-node/rollup/derive/attributes_queue.go index 83ab183b26cb3..e6d8482894e6c 100644 --- a/op-node/rollup/derive/attributes_queue.go +++ b/op-node/rollup/derive/attributes_queue.go @@ -141,7 +141,6 @@ func (aq *AttributesQueue) Origin() eth.L1BlockRef { // // This is similar to the batcher's flow: espressoBatchLoadingLoop -> getSyncStatus -> refresh -> Update -> Next, // but with a few key differences: -// - CaffNextBatch obtains sync state differently from the batcher, it treated parent.Number() as the latest safe batch number. // - It only calls Update() when needed and everytime only calls Next() once. While the batcher calls Next() in a loop. // - It performs additional checks, such as validating the timestamp and parent hash, which does not apply to the batcher. func CaffNextBatch(s *espresso.EspressoStreamer[EspressoBatch], ctx context.Context, parent eth.L2BlockRef, blockTime uint64, l1Fetcher L1Fetcher) (*SingularBatch, bool, error) { From 18a312a94ffe11fb0dd1e663cfbc9ee214993d9b Mon Sep 17 00:00:00 2001 From: Keyao Shen Date: Wed, 3 Sep 2025 14:52:43 -0700 Subject: [PATCH 2/3] Restore devnet test in CI --- .github/workflows/espresso-devnet-tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/espresso-devnet-tests.yaml b/.github/workflows/espresso-devnet-tests.yaml index 98ce409195c40..706b2762af2ed 100644 --- a/.github/workflows/espresso-devnet-tests.yaml +++ b/.github/workflows/espresso-devnet-tests.yaml @@ -50,8 +50,8 @@ jobs: ./scripts/prepare-allocs.sh docker compose build - # - name: Run Devnet tests - # run: go test -timeout 30m -p 1 -count 1 -v ./espresso/devnet-tests/... + - name: Run Devnet tests + run: go test -timeout 30m -p 1 -count 1 -v ./espresso/devnet-tests/... - name: Save Nix cache uses: nix-community/cache-nix-action/save@v6 From c6ad5db94f9b6b7a422bfbf8cbfbfbacef0f3c40 Mon Sep 17 00:00:00 2001 From: Keyao Shen Date: Fri, 5 Sep 2025 12:15:45 -0700 Subject: [PATCH 3/3] Disable the CI again --- .github/workflows/espresso-devnet-tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/espresso-devnet-tests.yaml b/.github/workflows/espresso-devnet-tests.yaml index 706b2762af2ed..98ce409195c40 100644 --- a/.github/workflows/espresso-devnet-tests.yaml +++ b/.github/workflows/espresso-devnet-tests.yaml @@ -50,8 +50,8 @@ jobs: ./scripts/prepare-allocs.sh docker compose build - - name: Run Devnet tests - run: go test -timeout 30m -p 1 -count 1 -v ./espresso/devnet-tests/... + # - name: Run Devnet tests + # run: go test -timeout 30m -p 1 -count 1 -v ./espresso/devnet-tests/... - name: Save Nix cache uses: nix-community/cache-nix-action/save@v6