Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 3 additions & 3 deletions .github/workflows/ccip-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
contents: read
pull-requests: write
name: CCIP E2E tests
runs-on: ubuntu-latest-8cores-32GB
runs-on: ubuntu-latest-16cores-64GB

Check failure on line 17 in .github/workflows/ccip-e2e-tests.yml

View workflow job for this annotation

GitHub Actions / Validate Workflow Changes

1. This Ubuntu runner is 4-8 more expensive than a base Ubuntu runner. Consider using a smaller Ubuntu runner. (runner-ubuntu / error)
steps:
- name: Free up disk space
uses: smartcontractkit/.github/actions/free-disk-space@free-disk-space/v1
Expand All @@ -33,7 +33,7 @@
with:
repository: smartcontractkit/chainlink-ccv
path: chainlink-ccv
ref: c40f342b5ff632ff927ea3b15d311e05cb069889
ref: 5a8c962531320a7dda8cd5e91a48d4504ae777f0

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
Expand Down Expand Up @@ -65,7 +65,7 @@
working-directory: chainlink-ccv/build/devenv
run: |
# Build all dependent services docker images
just build-docker-dev-ci
just build-docker-ci
env:
DOCKER_BUILDKIT: 1

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ build-eds:
## Assuming chainlink-ccv is checked out in ../chainlink-ccv.
.PHONY: build-ccv-images
build-ccv-images:
cd ../chainlink-ccv/build/devenv && just build-docker-dev
cd ../chainlink-ccv/build/devenv && just build-docker

.PHONY: start-devenv
start-devenv: build-ccv-images build-committeeverifier build-eds
Expand Down
16 changes: 8 additions & 8 deletions ccip/devenv/env-canton-evm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ execution_interval = 15_000_000_000
number_of_canton_validators = 1

[fake]
image = "ccv-fakes:dev"
image = "ccv-fakes:latest"
port = 9111

#################
Expand All @@ -112,7 +112,7 @@ execution_interval = 15_000_000_000

## Default Verifier Setup
[[verifier]]
image = "verifier:dev"
image = "verifier:latest"
container_name = "default-verifier-1"
nop_alias = "evm-default-verifier-1"
port = 8100
Expand All @@ -125,7 +125,7 @@ execution_interval = 15_000_000_000


[[verifier]]
image = "verifier:dev"
image = "verifier:latest"
container_name = "default-verifier-2"
nop_alias = "evm-default-verifier-2"
port = 8200
Expand All @@ -142,7 +142,7 @@ execution_interval = 15_000_000_000

## Default Verifier Setup
[[verifier]]
image = "verifier:dev"
image = "verifier:latest"
# Will get prefixed appropriately by the modifier.
container_name = "default-verifier-1"
nop_alias = "canton-default-verifier-1"
Expand Down Expand Up @@ -177,7 +177,7 @@ execution_interval = 15_000_000_000


[[verifier]]
image = "verifier:dev"
image = "verifier:latest"
# Will get prefixed appropriately by the modifier.
container_name = "default-verifier-2"
nop_alias = "canton-default-verifier-2"
Expand Down Expand Up @@ -234,7 +234,7 @@ execution_interval = 15_000_000_000
trace_batch_timeout = 10

[[executor]]
image = "executor:dev"
image = "executor:latest"
container_name = "default-executor-1"
nop_alias = "default-executor-1"
executor_qualifier = "default"
Expand All @@ -243,7 +243,7 @@ execution_interval = 15_000_000_000
name = "default-executor-1-db"

[[indexer]]
image = "indexer:dev"
image = "indexer:latest"
port = 8104
[indexer.db]
image = "postgres:16-alpine"
Expand Down Expand Up @@ -311,7 +311,7 @@ URI = "postgresql://indexer:indexer@indexer-db:5432/indexer?sslmode=disable"

[[aggregator]]
committee_name = "default"
image = "aggregator:dev"
image = "aggregator:latest"
host_port = 50051

[aggregator.db]
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ require (
github.com/smartcontractkit/chain-selectors v1.0.98
github.com/smartcontractkit/chainlink-ccip/chains/evm v0.0.0-20260512180815-d7a89b0a5784
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260512180815-d7a89b0a5784
github.com/smartcontractkit/chainlink-ccv v0.0.2-0.20260513104050-c40f342b5ff6
github.com/smartcontractkit/chainlink-ccv/build/devenv v0.0.2-0.20260513104050-c40f342b5ff6
github.com/smartcontractkit/chainlink-ccv/deployment v0.0.2-0.20260513104050-c40f342b5ff6
github.com/smartcontractkit/chainlink-ccv v0.0.2-0.20260513115456-5a8c96253132
github.com/smartcontractkit/chainlink-ccv/build/devenv v0.0.2-0.20260513115456-5a8c96253132
github.com/smartcontractkit/chainlink-ccv/deployment v0.0.2-0.20260513115456-5a8c96253132
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260417081611-8bdbd9f45629
github.com/smartcontractkit/chainlink-deployments-framework v0.101.1
github.com/smartcontractkit/chainlink-testing-framework/framework v0.16.0
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -866,12 +866,12 @@ github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260129103204-4c8453dd8139/go.mod h1:1WcontO9PeuKdUf5HXfs3nuICtzUvFNnyCmrHkTCF9Y=
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260512180815-d7a89b0a5784 h1:WND8+86KW8p/mI/JBmn3BW3C4z6EqIjTRGx7EEqHYYM=
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260512180815-d7a89b0a5784/go.mod h1:Ls0oszLvhzV3/D0ivG85sh8qmmcsVhKplmepQdFq98E=
github.com/smartcontractkit/chainlink-ccv v0.0.2-0.20260513104050-c40f342b5ff6 h1:56sVouGc8lUWkknJdI0wUY7Fx17mQEt2Uw6iJYkdoPk=
github.com/smartcontractkit/chainlink-ccv v0.0.2-0.20260513104050-c40f342b5ff6/go.mod h1:o+orHk6EIrWfuK7mT3wOEQtMetBf0vZ5TDbN2aJSMgM=
github.com/smartcontractkit/chainlink-ccv/build/devenv v0.0.2-0.20260513104050-c40f342b5ff6 h1:yEvjegMrdFzD9US2jN3w/zArylYV10LOMMqanFoIwwY=
github.com/smartcontractkit/chainlink-ccv/build/devenv v0.0.2-0.20260513104050-c40f342b5ff6/go.mod h1:76jzt6VXKL2uxSQb0XHY0iLzEzzQ937WlzkSLCxj/6U=
github.com/smartcontractkit/chainlink-ccv/deployment v0.0.2-0.20260513104050-c40f342b5ff6 h1:/XbgjULldb6Lgei5F5TRZheqb5EZpwbWdE/7CG6OSgk=
github.com/smartcontractkit/chainlink-ccv/deployment v0.0.2-0.20260513104050-c40f342b5ff6/go.mod h1:oPiBgyi2/FMyFJT72xW6QPQA5d8p0O7b2gJtKq4EzO4=
github.com/smartcontractkit/chainlink-ccv v0.0.2-0.20260513115456-5a8c96253132 h1:dVPNbuQw602H9bkOTsG5UgHmRPzn/jFOlevFV6iFbMU=
github.com/smartcontractkit/chainlink-ccv v0.0.2-0.20260513115456-5a8c96253132/go.mod h1:o+orHk6EIrWfuK7mT3wOEQtMetBf0vZ5TDbN2aJSMgM=
github.com/smartcontractkit/chainlink-ccv/build/devenv v0.0.2-0.20260513115456-5a8c96253132 h1:9Ts8muK4lXoqoKQMR+q192gcDFKBrFXo/AwBJYRm5Ig=
github.com/smartcontractkit/chainlink-ccv/build/devenv v0.0.2-0.20260513115456-5a8c96253132/go.mod h1:76jzt6VXKL2uxSQb0XHY0iLzEzzQ937WlzkSLCxj/6U=
github.com/smartcontractkit/chainlink-ccv/deployment v0.0.2-0.20260513115456-5a8c96253132 h1:ZrnUINHgN1XNOuBnPD9dTD6bm8ESPs1KpWRlAzSss7I=
github.com/smartcontractkit/chainlink-ccv/deployment v0.0.2-0.20260513115456-5a8c96253132/go.mod h1:oPiBgyi2/FMyFJT72xW6QPQA5d8p0O7b2gJtKq4EzO4=
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260417081611-8bdbd9f45629 h1:YZCgnZteDIaV+Jrb6DDk4NQVJJ/ZwwYUaX9De/XUoCA=
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260417081611-8bdbd9f45629/go.mod h1:RnNTmxoheJYec/Gl/9t3wPLtFIHrlYjmWDdwZZJjchw=
github.com/smartcontractkit/chainlink-common/keystore v1.0.2 h1:AWisx4JT3QV8tcgh6J5NCrex+wAgTYpWyHsyNPSXzsQ=
Expand Down
6 changes: 3 additions & 3 deletions integration-tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ require (
github.com/smartcontractkit/chainlink-canton/party-ceremony v0.0.0
github.com/smartcontractkit/chainlink-ccip/chains/evm v0.0.0-20260512180815-d7a89b0a5784
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260512180815-d7a89b0a5784
github.com/smartcontractkit/chainlink-ccv/build/devenv v0.0.2-0.20260513104050-c40f342b5ff6
github.com/smartcontractkit/chainlink-ccv/build/devenv v0.0.2-0.20260513115456-5a8c96253132
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260417081611-8bdbd9f45629
github.com/smartcontractkit/chainlink-deployments-framework v0.101.1
github.com/smartcontractkit/freeport v0.1.3-0.20250828155247-add56fa28aad
Expand Down Expand Up @@ -270,8 +270,8 @@ require (
github.com/smartcontractkit/chainlink-aptos v0.0.0-20260306142855-8d629e752265 // indirect
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260129103204-4c8453dd8139 // indirect
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260129103204-4c8453dd8139 // indirect
github.com/smartcontractkit/chainlink-ccv v0.0.2-0.20260513104050-c40f342b5ff6 // indirect
github.com/smartcontractkit/chainlink-ccv/deployment v0.0.2-0.20260513104050-c40f342b5ff6 // indirect
github.com/smartcontractkit/chainlink-ccv v0.0.2-0.20260513115456-5a8c96253132 // indirect
github.com/smartcontractkit/chainlink-ccv/deployment v0.0.2-0.20260513115456-5a8c96253132 // indirect
github.com/smartcontractkit/chainlink-common/keystore v1.0.2 // indirect
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 // indirect
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260427132147-1ef18876ae9b // indirect
Expand Down
12 changes: 6 additions & 6 deletions integration-tests/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -795,12 +795,12 @@ github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260129103204-4c8453dd8139/go.mod h1:1WcontO9PeuKdUf5HXfs3nuICtzUvFNnyCmrHkTCF9Y=
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260512180815-d7a89b0a5784 h1:WND8+86KW8p/mI/JBmn3BW3C4z6EqIjTRGx7EEqHYYM=
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260512180815-d7a89b0a5784/go.mod h1:Ls0oszLvhzV3/D0ivG85sh8qmmcsVhKplmepQdFq98E=
github.com/smartcontractkit/chainlink-ccv v0.0.2-0.20260513104050-c40f342b5ff6 h1:56sVouGc8lUWkknJdI0wUY7Fx17mQEt2Uw6iJYkdoPk=
github.com/smartcontractkit/chainlink-ccv v0.0.2-0.20260513104050-c40f342b5ff6/go.mod h1:o+orHk6EIrWfuK7mT3wOEQtMetBf0vZ5TDbN2aJSMgM=
github.com/smartcontractkit/chainlink-ccv/build/devenv v0.0.2-0.20260513104050-c40f342b5ff6 h1:yEvjegMrdFzD9US2jN3w/zArylYV10LOMMqanFoIwwY=
github.com/smartcontractkit/chainlink-ccv/build/devenv v0.0.2-0.20260513104050-c40f342b5ff6/go.mod h1:76jzt6VXKL2uxSQb0XHY0iLzEzzQ937WlzkSLCxj/6U=
github.com/smartcontractkit/chainlink-ccv/deployment v0.0.2-0.20260513104050-c40f342b5ff6 h1:/XbgjULldb6Lgei5F5TRZheqb5EZpwbWdE/7CG6OSgk=
github.com/smartcontractkit/chainlink-ccv/deployment v0.0.2-0.20260513104050-c40f342b5ff6/go.mod h1:oPiBgyi2/FMyFJT72xW6QPQA5d8p0O7b2gJtKq4EzO4=
github.com/smartcontractkit/chainlink-ccv v0.0.2-0.20260513115456-5a8c96253132 h1:dVPNbuQw602H9bkOTsG5UgHmRPzn/jFOlevFV6iFbMU=
github.com/smartcontractkit/chainlink-ccv v0.0.2-0.20260513115456-5a8c96253132/go.mod h1:o+orHk6EIrWfuK7mT3wOEQtMetBf0vZ5TDbN2aJSMgM=
github.com/smartcontractkit/chainlink-ccv/build/devenv v0.0.2-0.20260513115456-5a8c96253132 h1:9Ts8muK4lXoqoKQMR+q192gcDFKBrFXo/AwBJYRm5Ig=
github.com/smartcontractkit/chainlink-ccv/build/devenv v0.0.2-0.20260513115456-5a8c96253132/go.mod h1:76jzt6VXKL2uxSQb0XHY0iLzEzzQ937WlzkSLCxj/6U=
github.com/smartcontractkit/chainlink-ccv/deployment v0.0.2-0.20260513115456-5a8c96253132 h1:ZrnUINHgN1XNOuBnPD9dTD6bm8ESPs1KpWRlAzSss7I=
github.com/smartcontractkit/chainlink-ccv/deployment v0.0.2-0.20260513115456-5a8c96253132/go.mod h1:oPiBgyi2/FMyFJT72xW6QPQA5d8p0O7b2gJtKq4EzO4=
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260417081611-8bdbd9f45629 h1:YZCgnZteDIaV+Jrb6DDk4NQVJJ/ZwwYUaX9De/XUoCA=
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260417081611-8bdbd9f45629/go.mod h1:RnNTmxoheJYec/Gl/9t3wPLtFIHrlYjmWDdwZZJjchw=
github.com/smartcontractkit/chainlink-common/keystore v1.0.2 h1:AWisx4JT3QV8tcgh6J5NCrex+wAgTYpWyHsyNPSXzsQ=
Expand Down
Loading