Skip to content
Draft
Show file tree
Hide file tree
Changes from 31 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
dab1d02
Use chain centric lane configuration CS
carte7000 Mar 31, 2026
85ae2e6
Address PR comments
carte7000 Apr 1, 2026
1f0d612
Add tests to reconfigure environment, remove nop, allowlist and TestR…
carte7000 Mar 27, 2026
2087ad9
Bump cl-ccip
carte7000 Apr 2, 2026
320389a
wip
tt-cll Apr 2, 2026
01c36a5
Merge remote-tracking branch 'origin/main' into tt/tokens2
tt-cll Apr 2, 2026
536b9f8
gomod
tt-cll Apr 2, 2026
2f3c921
gomod
tt-cll Apr 2, 2026
3ad224e
fix
tt-cll Apr 2, 2026
c6bb546
tidy
tt-cll Apr 2, 2026
35f9024
refactor token combos
tt-cll Apr 3, 2026
ef4edd9
lint
tt-cll Apr 3, 2026
8d78711
comments
tt-cll Apr 3, 2026
73aca1e
Revert "comments"
tt-cll Apr 3, 2026
eb6bad7
comments
tt-cll Apr 3, 2026
01605e1
Revert "comments"
tt-cll Apr 3, 2026
9b8d773
bump
tt-cll Apr 4, 2026
106ba4e
Merge remote-tracking branch 'origin/main' into simon/devenv/add-reco…
carte7000 Apr 6, 2026
833fe4e
Merge remote-tracking branch 'origin/main' into tt/tokens2
tt-cll Apr 6, 2026
9c0efe9
split
tt-cll Apr 6, 2026
5ac8aef
Fix conflicts
carte7000 Apr 6, 2026
5cda91f
Linting
carte7000 Apr 6, 2026
18801f9
gomod
tt-cll Apr 6, 2026
46b5f41
gomod
tt-cll Apr 6, 2026
b812015
Fix tests
carte7000 Apr 6, 2026
fa65784
Bump cl-ccip
carte7000 Apr 6, 2026
075bc23
Merge remote-tracking branch 'origin/main' into simon/devenv/add-reco…
carte7000 Apr 6, 2026
d7485d0
Merge remote-tracking branch 'origin/tt/tokens2' into simon/devenv/ad…
carte7000 Apr 6, 2026
107ca67
Merge remote-tracking branch 'origin/main' into simon/devenv/add-reco…
carte7000 Apr 7, 2026
e61a806
Linting
carte7000 Apr 7, 2026
26f97ae
Linting
carte7000 Apr 7, 2026
e76f465
Bump cl-ccip
carte7000 Apr 9, 2026
feb9af5
Merge commit 'e76f465c9cc99924075e47f40536d5ea548f81de' into simon/de…
carte7000 Apr 9, 2026
b5d741c
Merge remote-tracking branch 'origin/main' into simon/devenv/add-reco…
carte7000 Apr 16, 2026
a19a8d9
Merge conflicts
carte7000 Apr 16, 2026
3f841f2
Deploy test router
carte7000 Apr 16, 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
12 changes: 12 additions & 0 deletions .github/workflows/test-cl-smoke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,18 @@ jobs:
run_cmd: TestHA_CrossComponentDown
config: "env.toml,env-HA.toml,env-cl.toml,env-cl-ci.toml"
timeout: 10m
- name: TestEnvironmentChangeReconcile_CommitteeVerifierAllowlistDecoyExpectErrorThenDeployerHappyPath
run_cmd: TestEnvironmentChangeReconcile_CommitteeVerifierAllowlistDecoyExpectErrorThenDeployerHappyPath
config: "env.toml,env-cl.toml,env-cl-ci.toml"
timeout: 10m
- name: TestEnvironmentChangeReconcile_TestRouterLaneThenProductionRouterExpectMessagesSucceedEachStage
run_cmd: TestEnvironmentChangeReconcile_TestRouterLaneThenProductionRouterExpectMessagesSucceedEachStage
config: "env.toml,env-cl.toml,env-cl-ci.toml"
timeout: 10m
- name: TestEnvironmentChangeReconcile_RemoveDefaultCommitteeNOPAndLowerThresholdExpectMessageSuccessWithoutRemovedNOPVerification
run_cmd: TestEnvironmentChangeReconcile_RemoveDefaultCommitteeNOPAndLowerThresholdExpectMessageSuccessWithoutRemovedNOPVerification
config: "env.toml,env-cl.toml,env-cl-ci.toml"
timeout: 10m
# We need to configure HeadTracker for the CL tests to have finality depth. Otherwise, it does instant finality.
# - name: TestE2EReorg
# config: "env.toml,env-src-auto-mine.toml,env-cl.toml,env-cl-ci.toml"
Expand Down
Loading
Loading