Skip to content
Merged
Changes from all commits
Commits
Show all changes
256 commits
Select commit Hold shift + click to select a range
2064bff
Fix version and configuration mismatch
Ayiga Mar 19, 2025
f0d53e9
Initial script for running tests
philippecamacho Mar 20, 2025
f98ba29
Fix batcher builds in CI
QuentinI Mar 25, 2025
6044beb
Add instructions to clone the repository.
philippecamacho Mar 25, 2025
b6df8ab
Running tests with nix and mise
philippecamacho Mar 27, 2025
806b8c2
Remove address from Sign method on ChainSigner
Ayiga Mar 27, 2025
ca52cf8
Add Espresso Streamer to op-node
dailinsubjam Mar 28, 2025
4b74673
Decouple L1 and Espresso submissions
QuentinI Apr 1, 2025
5545b6e
Tests infrastructure improvements
philippecamacho Apr 2, 2025
7baef6e
Fix cleanup in `espressoBatchLoadingLoop`
Ayiga Apr 2, 2025
af84d6f
Caff Node only allow finalized L1 Origin
dailinsubjam Apr 3, 2025
6d7efac
Add utilities and helpers to quickly spin up a test environment with …
Ayiga Apr 4, 2025
3fb846a
Fix caff node double config and error handling
dailinsubjam Apr 4, 2025
aca62d6
Fix Kurtosis devnet error
shenkeyao Apr 8, 2025
b0cb4b2
Refactoring of the Espresso Streamer
philippecamacho Apr 8, 2025
fe241c4
Remove code related to Light Client contract
shenkeyao Apr 11, 2025
90c7032
Document fix for tool version mismatch
shenkeyao Apr 14, 2025
fbc390b
Make E2E Espresso DevNet docker container work with Linux
Ayiga Apr 15, 2025
87f0da0
Streamer refactoring
QuentinI Apr 15, 2025
6b1cb11
Refactor Streamer for Caff Node
dailinsubjam Apr 15, 2025
0397df8
Document how to run Kurtosis espresso-devnet
shenkeyao Apr 15, 2025
19262e8
Add test checking L2 block to Espresso transaction conversion.
philippecamacho Apr 16, 2025
d6b60bd
Allow Caff node to make progress
dailinsubjam Apr 16, 2025
448d71a
Clean up the use of light client except for HS state
shenkeyao Apr 16, 2025
3c2856c
Add Deterministic Derivation Caff Node test
Ayiga Apr 17, 2025
d178162
Initial implementation of BatchInbox contract
QuentinI Apr 18, 2025
5f26430
Test 7: stateless batcher
philippecamacho Apr 24, 2025
ca16545
Update the batcher to ensure finalized state from L1 (#111)
shenkeyao Apr 25, 2025
067284a
Update tests to ensure container is stopped
Ayiga Apr 25, 2025
e3e5fd6
Integration tests for batcher contracts (#110)
QuentinI Apr 25, 2025
a1baa69
Add missed case for graceful shutdown (#113)
Ayiga Apr 25, 2025
9633180
Remaining list implementation (#114)
philippecamacho Apr 28, 2025
1a56202
Add caff node L1 finality check
dailinsubjam Apr 30, 2025
1805b45
Test 2: Liveness
Ayiga May 5, 2025
1c1de47
Add fallback HotShot position to the streamer
dailinsubjam May 6, 2025
7227e5f
Faster integration test 7 (#122)
philippecamacho May 7, 2025
97e378b
Test 3.2.1: Deterministic State
dailinsubjam May 8, 2025
f13afd3
Add Unit Tests for Espresso Streamer
Ayiga May 9, 2025
82aebfb
Add test to check speed guarantees while degraded
Ayiga May 9, 2025
54ef44b
Test 8: L1 reorg handling
QuentinI May 12, 2025
5ec51c7
Test 8.1.1: Batcher reorg handling for unfinalized block
shenkeyao May 12, 2025
1813a03
Test 8.2.1: Caff node reorg handling for unfinalized block
shenkeyao May 13, 2025
8a88949
Test 4 confirmation integrity with reorg (#127)
philippecamacho May 13, 2025
ecc142b
Update L1FinalizedDistance setting
shenkeyao May 13, 2025
a7a234e
Simplify Caff Node L1 Finalized Block Fetcher Logic
dailinsubjam May 13, 2025
694be2d
Improve Streamer Update Performance / Implementation
Ayiga May 15, 2025
b17da9c
Add tests for soft confirmation integrity
Ayiga May 16, 2025
684f666
Test 12: Enforce majority rule (#136)
philippecamacho May 16, 2025
9d279a6
Add integration tests for batcher-contract interaction
QuentinI May 19, 2025
50793cd
Test 3.3: Checks the derivation is fast and caff node is fast
dailinsubjam May 19, 2025
b2afcbb
Test 3.2.2: Invalid Transaction
dailinsubjam May 19, 2025
20690d8
Merge pull request #142 from EspressoSystems/ts/fix/2-liveness-with-d…
Ayiga May 20, 2025
9ed2587
Fix allocs.json (#137)
QuentinI May 21, 2025
9d51d5a
Check the receipt of the transfer transaction at the end of the test.…
philippecamacho May 22, 2025
415e561
Test 9 pipeline enhancement (#134)
philippecamacho May 22, 2025
45b2b73
Test 11: ensure forced transactions are handled (#139)
shenkeyao May 22, 2025
9da21b5
Fix script to run the Espresso tests (#147)
philippecamacho May 23, 2025
0b94e66
Make Test 2 Pass (#150)
Ayiga May 23, 2025
9671989
Remove Caff Node Unnecessary Batch Checks (#146)
dailinsubjam May 23, 2025
4e4c192
Add test for fast confirmation stability (#141)
Ayiga May 26, 2025
b5d74f0
Change strategy for Transaction Submission to Espresso (#138)
Ayiga May 27, 2025
40c8fb4
Update foundry.toml so that we can compile the contracts again (#159)
philippecamacho May 27, 2025
f6f569f
Fix bug in TestCaffNodeWaitForFinality by adding a getter function to…
philippecamacho May 27, 2025
3a7eb16
Rename LaunchDecaffNode to LaunchCaffNode (#158)
shenkeyao May 27, 2025
fee2190
Review TODO comments (#157)
shenkeyao May 27, 2025
3ca6627
Add instructions of setting up enclave-enabled instance to README_ESP…
dailinsubjam May 28, 2025
b2f7e85
6.2 Batcher tests in enclave (#144)
QuentinI May 28, 2025
2a405bb
Fix lints (#149)
QuentinI May 28, 2025
b14c38d
Rename Espresso contracts functions (#160)
philippecamacho May 28, 2025
3446555
Increase log level to Error if a batch is assigned the BatchFuture co…
philippecamacho May 29, 2025
6cf45d6
Split attestation verification (#148)
QuentinI May 29, 2025
960794a
Update README_ESPRESSO.md (#163)
philippecamacho May 29, 2025
2473920
Add unit test on duplicate batch for Espresso streamer (#153)
dailinsubjam May 29, 2025
0ba54cf
Evaluate error types for retries (#161)
shenkeyao May 29, 2025
a785b3c
Pinpoint go version in nix to 1.22.7 (#165)
philippecamacho May 29, 2025
e91cf5e
Add AltDA test (#164)
QuentinI Jun 3, 2025
999708a
Add Espresso CI (#168)
QuentinI Jun 6, 2025
d1b66fc
Fix contract checks (#171)
QuentinI Jun 10, 2025
b8ae755
Provide docker for deployment (#167)
shenkeyao Jun 12, 2025
e538acb
Test Fraud Proof Game Compatibility with Espresso (#170)
dailinsubjam Jun 13, 2025
443bdaa
Fix AltDA batcher (#174)
QuentinI Jun 16, 2025
da029c6
Github actions workflow for enclave test (#175)
philippecamacho Jun 19, 2025
0013df5
Run full Espresso integration suite in CI (#172)
QuentinI Jun 20, 2025
b1ab88b
Update Espresso Go SDK to 0.2.1 (#176)
dailinsubjam Jun 25, 2025
fe4afd7
Refactor code for readability [redux] (#181)
QuentinI Jun 30, 2025
829df22
IA1.2.1 Fix OP node services (#184)
shenkeyao Jul 2, 2025
145ccb2
Improve gitHub action enclave test (#183)
philippecamacho Jul 3, 2025
b0c8804
Update AWS Account (#188)
Ancient123 Jul 3, 2025
ac2241d
Reduce cumulative diff with Celo (#192)
QuentinI Jul 17, 2025
9182364
Enclave-tools (#187)
QuentinI Jul 17, 2025
5d72051
Document on interesting log lines (#190)
QuentinI Jul 18, 2025
e02c8ec
IA1.2.4 Generate dockers for the l1, dev node, OP Geth, and OP node s…
shenkeyao Jul 18, 2025
3ab46c8
Fix kurtosis devnet and Reduce CI flakiness (#197)
dailinsubjam Jul 21, 2025
1f51c29
IA1.2.8 Fix docker images (#198)
shenkeyao Jul 25, 2025
ddfc1ff
Predeployed OP contracts on testnet (#199)
QuentinI Aug 4, 2025
9db38b9
IA1.2.5 Generate dockers for the Caff node, OP deployer, and OP batch…
shenkeyao Aug 13, 2025
4760332
Fix op-proposer configuration for docker-compose.yml (#207)
Ayiga Aug 14, 2025
d04a4c8
Co-authored-by: Cursor <cursoragent@cursor.com>
shenkeyao Feb 10, 2026
a7b54a3
TA1: Add devnet test for batcher restart (#204)
jbearer Aug 19, 2025
986ea44
IA1.2.11 Write scripts and documentation for demo (#211)
shenkeyao Aug 19, 2025
b527d65
Fix list iteration (#212)
shenkeyao Aug 22, 2025
936ea4a
IA1.2.10 Update docker for OP proposer (#209)
shenkeyao Aug 22, 2025
801ca0f
Fix caff-node stalling (#213)
Ayiga Aug 27, 2025
17a9c49
Support timestamp env var (#218)
shenkeyao Aug 28, 2025
ee4ea07
IL3 Remove redundant "Walking back L1Block" and "will retry" logs (#221)
shenkeyao Aug 29, 2025
41576f1
Skip BatchFuture (#217)
shenkeyao Aug 29, 2025
b4d8455
Fix length check (#216)
shenkeyao Aug 29, 2025
eec4302
IA1.6.1 Add batcher service running in TEE (#205)
dailinsubjam Aug 29, 2025
3844d36
Fix batcher restart test (#222)
jbearer Sep 2, 2025
544acc3
Download binaries for appropriate architecture in Docker images (#223)
jbearer Sep 4, 2025
41d8bf7
Add key rotation tests (#224)
QuentinI Sep 5, 2025
52e493c
Remove a Caff node comment (#225)
shenkeyao Sep 5, 2025
b28bf00
Bump github.com/ulikunitz/xz from 0.5.12 to 0.5.14 (#220)
dependabot[bot] Sep 10, 2025
c079d3d
Test a challenge game in the docker devnet (#228)
jbearer Sep 12, 2025
8d3d4ed
Run smoke devnet test in CI (#231)
philippecamacho Sep 16, 2025
4ccd538
push (#232)
dailinsubjam Sep 19, 2025
b60f531
forget this commit (#233)
dailinsubjam Sep 24, 2025
16b7bd3
Add a Buffered Streamer around Espresso Streamer for batcher (#230)
Ayiga Sep 30, 2025
db4ff8e
Rename tests (#236)
shenkeyao Oct 1, 2025
13b4c24
Remove unneeded service http proxy for docker compose (#238)
dailinsubjam Oct 2, 2025
3b94675
Fix `TestSmoke` failing on CI/CD (#237)
Ayiga Oct 2, 2025
e5a0367
Fix CI after rebasing celo-14 (#243)
dailinsubjam Nov 1, 2025
0f5340e
TN5 withdrawal devnet test (#226)
philippecamacho Oct 6, 2025
2093e67
Rename DevNet to E2eDevnet (#239)
shenkeyao Oct 6, 2025
e751d47
Fix low gasLimit in L1 genesis (#241)
QuentinI Oct 9, 2025
2ba6424
update (#244)
dailinsubjam Oct 9, 2025
fdabac1
Streaming streamer (#235)
QuentinI Oct 22, 2025
16fa8ab
Fix pcr0 extraction in docker compose script and correctly shutdown o…
dailinsubjam Oct 23, 2025
f66dc9f
Update metrics (#242)
shenkeyao Oct 23, 2025
4b15403
Update log level (#247)
shenkeyao Oct 24, 2025
424fc09
Decouple Espresso L1 & OP L1 (#248)
QuentinI Oct 31, 2025
3e010fc
Add back forgotten config when rebase celo-sync-14
dailinsubjam Nov 2, 2025
692963d
Fix prepare-allocs after rebasing celo-sync-14 (#250)
dailinsubjam Nov 3, 2025
2ef88af
Skip TestChallengerGame and TestWithdrawal (#251)
dailinsubjam Nov 3, 2025
6ef0460
mise: Define fake install sources for disabled tools (#18109) (#254)
QuentinI Nov 4, 2025
f2c1d05
Change the logging level for the safe L2 number (#252)
shenkeyao Nov 4, 2025
b7b9b59
Respect espresso.fetch-api flag (#253)
QuentinI Nov 5, 2025
5382425
Readd devnet tests to CI. (#257)
philippecamacho Nov 6, 2025
596c8d8
Add a log debouncer to op-service.log package (#259)
QuentinI Nov 6, 2025
186d4cf
Add netcat-openbsd to Dockerfile (#262)
shenkeyao Nov 7, 2025
a937247
Add a devnet cleanup script (#261)
shenkeyao Nov 7, 2025
684c90b
Enable circleCI after rebase14 (#265)
dailinsubjam Nov 12, 2025
1feeb71
Add origin height to Espresso streamer (#255)
QuentinI Nov 12, 2025
a22680a
Clean up more loggings (#266)
shenkeyao Nov 13, 2025
05e63b6
Skip attestation verification (#263)
dailinsubjam Nov 13, 2025
023e6cf
Fix test TestChangeBatchInboxOwner (#264)
philippecamacho Nov 13, 2025
911356a
Update README and relevant scripts (#269)
shenkeyao Nov 13, 2025
9dd7022
Remove unused metrics (#273)
shenkeyao Nov 14, 2025
fa432e5
Rename (#275)
shenkeyao Nov 14, 2025
d68f5aa
Improve image versioning and repo consistency (#276)
shenkeyao Nov 18, 2025
7991e26
Create enclave ami for enclave test (#277)
dailinsubjam Nov 18, 2025
e6de76c
Add devnet smoke test with TEE (#268)
shenkeyao Nov 19, 2025
21197b8
Blockscout running inside the local devnet (#281)
philippecamacho Nov 27, 2025
047935e
Build deployer image in CI
QuentinI Nov 12, 2025
e2474c3
Upate CI utils
QuentinI Nov 18, 2025
8738812
Saner 'confirmed' logging
QuentinI Nov 18, 2025
9126e8d
Don't error out on light client issues
QuentinI Nov 18, 2025
cd5be7e
fix the name of deployer factory address
Sneh1999 Nov 18, 2025
5a6e56d
Add a workaround for query service lag in real-world networks
QuentinI Nov 19, 2025
5eced2e
Generate more metadata
QuentinI Nov 19, 2025
0d74365
More faithful compiler output in verifier
QuentinI Nov 19, 2025
b4acc48
Don't fall below hotshot origin height
QuentinI Nov 20, 2025
ea76964
Remove cache buster to speed up docker image builds
QuentinI Nov 25, 2025
bfd790f
Adjust channel duration in devnet
QuentinI Nov 25, 2025
1349ba1
Jump ahead when origin is too low
QuentinI Nov 25, 2025
89bed9f
Add log line to matching Espresso txn to L2 block
QuentinI Nov 25, 2025
372e3c9
Fix semver lock
QuentinI Nov 25, 2025
f8b6a72
Fix snapshot lock
QuentinI Nov 25, 2025
0a6f4e7
Support environment variables for channel parameters
QuentinI Dec 1, 2025
f5e945d
Enable EigenDaProxy & MEMSTORE (#274)
jjeangal Dec 1, 2025
7395e56
Don't copy artifacts to batcher image (#290)
QuentinI Dec 3, 2025
a1e3c10
Refactor: replace MultiNode majority rule with SingleNode client and …
miguelCyclone Dec 3, 2025
4997184
Fallback Inbox contract changes (#278)
philippecamacho Dec 4, 2025
b0e3d89
OP succint support (#287)
philippecamacho Dec 5, 2025
faf77bf
Update error handling (#289)
shenkeyao Dec 5, 2025
7c81a11
Document configuration of all services (#291)
shenkeyao Dec 8, 2025
6802af7
Support Sepolia Devnet with TEE (#288)
dailinsubjam Dec 8, 2025
c552d78
OP Succinct: Making changes to the derivation pipeline (#293)
philippecamacho Dec 9, 2025
21e99c1
Fix op-succinct dependencies diagram. (#297)
philippecamacho Dec 9, 2025
4726acf
Simplify checks in the derivation pipeline (#296)
philippecamacho Dec 10, 2025
7069076
Removed nonexist logs (#298)
shenkeyao Dec 12, 2025
b334354
Add support for ZK attestation service (#294)
Sneh1999 Dec 12, 2025
c9e9f3a
Enable AltDA Espresso E2E using EigenDA Docker proxy (#295)
miguelCyclone Dec 15, 2025
fc0a4d6
Downgrade Dasel (#303)
Sneh1999 Dec 16, 2025
36c56f9
Make the withdraw devnet test pass again (#301)
philippecamacho Dec 16, 2025
24ddd5a
Add migration related things to readme (#302)
dailinsubjam Dec 17, 2025
d5c5764
Reducing logging when outputting the batch (#304)
dailinsubjam Dec 17, 2025
ccd64d6
Document code sync procedure (#308)
shenkeyao Dec 18, 2025
30137f8
Update batchAuthenticator according to audit report (#309)
dailinsubjam Dec 18, 2025
c2b88a9
Port ForcedTxs test into devnet test suite (#306)
miguelCyclone Dec 19, 2025
f572d8d
Reorder checks of isValidBatchTx in derivation pipeline (#310)
dailinsubjam Dec 19, 2025
1d9be17
Add fallback mechanism test (#305)
QuentinI Dec 19, 2025
574551e
Philippe/fix withdraw flakiness (#312)
philippecamacho Dec 23, 2025
63c4009
Use unified run-enclave.sh script for op-batcher-tee (#299)
dailinsubjam Dec 24, 2025
d634483
Test fallback mechanism on devnet (#313)
philippecamacho Dec 26, 2025
719f5e0
Recovery from fallback batcher (#315)
QuentinI Jan 3, 2026
2d032b7
Make ZK Verifier Optional for E2E Testing (#321)
Ayiga Jan 9, 2026
61f68be
Tee support for EigenDA (#319)
dailinsubjam Jan 9, 2026
47ac8fa
Add Batcher Fallback: Channel Not Closed Test (#314)
Ayiga Jan 11, 2026
a46298d
Move diagram files (#326)
shenkeyao Jan 12, 2026
034f1c6
Update Succinct image versions, update diagram (#329)
shenkeyao Jan 14, 2026
06d690d
Inactive Batcher Shouldn't Post (#316)
jjeangal Jan 14, 2026
be95e79
Removes PreRegisteredBatcher code (#327)
Sneh1999 Jan 14, 2026
5d6778a
Update Succinct images
shenkeyao Jan 16, 2026
dd81847
Streamer namespace range 14.2 (#334)
Sneh1999 Jan 19, 2026
1b7df9b
Enable and test Transparent proxy upgradability and batcher address u…
shenkeyao Jan 27, 2026
36b632e
Description for TestBatcherSwitching (#335)
dailinsubjam Jan 27, 2026
392c424
Add cmd to shutdown all docker containers with TEE (#332)
dailinsubjam Jan 30, 2026
5a57fd2
Guardians rebased (#345)
QuentinI Jan 31, 2026
16b8667
Audit Document (#339)
jjeangal Feb 2, 2026
4a772d6
Security Analysis (#342)
philippecamacho Feb 3, 2026
5b88630
Fix and improve steps in the code sync doc (#344)
shenkeyao Feb 4, 2026
f162077
Limit batch buffer capacity (#348)
QuentinI Feb 14, 2026
e44c85f
Add initial AGENTS.md (#354)
QuentinI Feb 16, 2026
af16508
Audit fixes (#350)
QuentinI Feb 17, 2026
925ba6f
Update run-enclave script for running devnet batch posters (#353)
jjeangal Feb 17, 2026
0d0277d
Optimize CI (#355)
QuentinI Feb 18, 2026
d5c1925
Fix the build after rebase (#352)
shenkeyao Feb 13, 2026
6f4334f
Merge branch 16 into 16.1 (#368)
shenkeyao Mar 18, 2026
5697657
Fix contract tests (#371)
shenkeyao Mar 19, 2026
1d98207
Fix devnet tests (#373)
shenkeyao Mar 19, 2026
a9063b3
Increase Attestation Proof Generation Timeout (#356)
jjeangal Feb 20, 2026
eae712a
fix: update BatchAuthenticator to use Espresso tee contract's verify …
Sneh1999 Mar 3, 2026
30a060f
Change link to audit report (#349)
philippecamacho Mar 4, 2026
1aab00c
feat: Support EIP 712 (#365)
Sneh1999 Mar 6, 2026
3bd885f
Fix double-submissions to Espresso (#375)
QuentinI Mar 19, 2026
798f682
Move batch authentication to derivation pipeline, remove BatchInbox (…
QuentinI Mar 20, 2026
6bea87b
Set dev-node version (#377)
QuentinI Mar 20, 2026
1e85078
Enclave Image Generation & AWS nitro TEE setup (#359)
jjeangal Mar 20, 2026
9983f27
Fallback batcher = vanilla batcher (#370)
QuentinI Mar 30, 2026
bedc4b4
Add support form arm64 (#386)
jjeangal Mar 31, 2026
52dc9eb
feat: Integrate claude in optimism repo (#389)
Sneh1999 Apr 2, 2026
4c769c9
Fix the enclave for deployment (#387)
shenkeyao Apr 2, 2026
9bd9547
Use TEE Repo Deployment Scripts (#390)
jjeangal Apr 3, 2026
32b0e23
feat: Replace local streamer with espresso-streamers package (#388)
Sneh1999 Apr 6, 2026
8fd7cec
`singular batch from op-node is` log without the transaction info (#392)
shenkeyao Apr 6, 2026
7f0d6d9
Add log module for dashboard and debugging log constants (#391)
shenkeyao Apr 6, 2026
e7aaee6
Rename TEE Batcher (#395)
jjeangal Apr 7, 2026
deb7985
Make constants in batch submission logic configurable. (#396)
philippecamacho Apr 7, 2026
f402aca
Espresso documentation cleanup (#398)
philippecamacho Apr 7, 2026
f48ed43
Fix derivation test build and UnmarshalEspressoTransaction Panics (#397)
shenkeyao Apr 8, 2026
6b139b3
Jg/review readmes (#400)
jjeangal Apr 9, 2026
eae18bf
add batch authenticator deployment script (#399)
jjeangal Apr 9, 2026
1c723a6
Fix filters
shenkeyao Apr 9, 2026
2fdf6f0
Match Celo's setting
shenkeyao Apr 9, 2026
14440f0
Fix circleci version
shenkeyao Apr 9, 2026
1229fcb
Move devnet param
shenkeyao Apr 9, 2026
223c964
Aligh with Celo
shenkeyao Apr 9, 2026
31b70af
Simplify changes
shenkeyao Apr 10, 2026
32266e7
Merge branch 'celo-integration-rebase-16.3' into keyao/enable-circleci
shenkeyao Apr 17, 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
26 changes: 0 additions & 26 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2851,7 +2851,6 @@ workflows:
- circleci-repo-readonly-authenticated-github-token
check_changed_patterns: contracts-bedrock,op-node
- contracts-bedrock-coverage:
filters: "false"
# Generate coverage reports.
name: contracts-bedrock-coverage <<matrix.features>>
test_timeout: 1h
Expand Down Expand Up @@ -2895,7 +2894,6 @@ workflows:
context:
- circleci-repo-readonly-authenticated-github-token
- contracts-bedrock-checks:
filters: "false"
requires:
- contracts-bedrock-build
context:
Expand Down Expand Up @@ -2963,7 +2961,6 @@ workflows:
- contracts-bedrock-build
- cannon-prestate-quick
- go-tests:
filters: "false"
name: go-tests-short
parallelism: 12
no_output_timeout: 19m
Expand Down Expand Up @@ -3637,7 +3634,6 @@ workflows:
- cannon-kona-prestate: # needed for sysgo tests (if any package is in-memory)
context:
- circleci-repo-readonly-authenticated-github-token
- discord
- cannon-kona-host: # needed for sysgo tests (if any package is in-memory)
context:
- circleci-repo-readonly-authenticated-github-token
Expand All @@ -3647,28 +3643,6 @@ workflows:
binaries: "kona-node kona-supervisor"
build_command: cargo build --release --bin kona-node --bin kona-supervisor
needs_clang: true
# Generate flaky test report : CircleCI API token not configured TODO: https://app.asana.com/1/1208976916964769/project/1209976130071762/task/1211927036399950?focus=true
# - generate-flaky-report:
# name: generate-flaky-tests-report
# context:
# - circleci-repo-readonly-authenticated-github-token
# - circleci-api-token

# Acceptance tests (pre-merge to develop)
acceptance-tests-pr:
when:
not:
equal: [<< pipeline.git.branch >>, "develop"]
jobs:
# KURTOSIS (Simple)
- op-acceptance-tests:
# Acceptance Testing params
filters: "false"
name: kurtosis-simple
devnet: simple
gate: base
# CircleCI params
no_output_timeout: 30m
context:
- circleci-repo-readonly-authenticated-github-token
- rust-binary-build:
Expand Down
Loading