Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
d4517bb
Check if the batcher is active before publishing to L1/DA
jjeangal Dec 30, 2025
0f0d813
fix readme lint
jjeangal Jan 5, 2026
60a2f66
more lint fixes
jjeangal Jan 5, 2026
a97f859
check batcher contract
jjeangal Jan 7, 2026
237ad6f
Fix endless warning
jjeangal Jan 7, 2026
0fce43f
add batch authenticator address to rollup config
jjeangal Jan 7, 2026
b1b802c
handle contract undeployed error
jjeangal Jan 7, 2026
e94027e
attempt test in CI
jjeangal Jan 7, 2026
e5da8d5
add test to CI
jjeangal Jan 7, 2026
b19afd6
Revert "add test to CI"
jjeangal Jan 7, 2026
a396e69
add test to CI
jjeangal Jan 7, 2026
0a61c7e
remove jg/ from branches
jjeangal Jan 7, 2026
cef3807
attempt to clean up and make the test more reliable
jjeangal Jan 7, 2026
e1382b5
fix ci error WaitUntilSafe undefined
jjeangal Jan 7, 2026
5300863
revert 07a82bf
jjeangal Jan 8, 2026
b0889a2
Fix `anvil_setBalance` not found error
jjeangal Jan 8, 2026
33b3940
Simplify isActive check
jjeangal Jan 8, 2026
9a4d464
add batcher-active-publish-only to devnet tests justfile
jjeangal Jan 8, 2026
e74e895
- simplify test, one less batcher switch
jjeangal Jan 8, 2026
37701a3
Cleaned up the code, raise tx waiting time to 60s
jjeangal Jan 8, 2026
30e5ffd
Brought back original timeouts
jjeangal Jan 8, 2026
b695d8f
started fallback batcher up + lint fix docker compose file
jjeangal Jan 8, 2026
a75e440
Ensure that in Espresso mode the batch authenticator address is set.
philippecamacho Jan 9, 2026
797dba5
Removing all changes to driver.go and the tests are still passing.
philippecamacho Jan 10, 2026
b5a7844
Merge branch 'celo-integration-rebase-14.1' into jg/inactive-batcher-…
jjeangal Jan 14, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/espresso-devnet-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
group: [0, 1, 2, 3]
group: [0, 1, 2, 3, 4]
include:
- group: 0
tests: "TestChallengeGame|TestChangeBatchInboxOwner"
Expand All @@ -26,6 +26,9 @@ jobs:
- group: 3
tests: "TestSmokeWithTEE|TestForcedTransaction"
tee: true
- group: 4
tests: "TestBatcherActivePublishOnly"
tee: false
env:
ESPRESSO_DEVNET_TESTS_LIVENESS_PERIOD: "1m"
ESPRESSO_DEVNET_TESTS_OUTAGE_PERIOD: "1m"
Expand Down
Loading
Loading