diff --git a/.github/actions/setup-ccip-devenv/action.yml b/.github/actions/setup-ccip-devenv/action.yml index 092424590..c83e1df41 100644 --- a/.github/actions/setup-ccip-devenv/action.yml +++ b/.github/actions/setup-ccip-devenv/action.yml @@ -11,7 +11,7 @@ inputs: # builds the verifier/devenv Docker images, while go.mod pins the `ccv up` tooling # that generates their configs. A mismatch across config-format changes (e.g. #1193 # bootstrap monitoring.Config) makes the verifier container exit on startup. - default: f56568515e8ad749f71e437342fa170f4ec12a0b + default: 8c3b42e257ba81dbb2d45f8a8a987e1a33eaefff canton-ref: description: >- chainlink-canton git ref. Leave empty to use the ref that triggered the workflow. diff --git a/.github/actions/upload-ccip-devenv-logs/action.yml b/.github/actions/upload-ccip-devenv-logs/action.yml index 3c0e71cec..1d4d4c169 100644 --- a/.github/actions/upload-ccip-devenv-logs/action.yml +++ b/.github/actions/upload-ccip-devenv-logs/action.yml @@ -34,6 +34,7 @@ runs: if [ ! -d "logs" ] || [ -z "$(ls -A logs 2>/dev/null)" ]; then echo "Logs not found or empty. Dumping logs manually..." cd ../.. && go run cmd/ccv/main.go dl --dir-suffix "${{ inputs.log-dump-suffix }}" + mv logs ./tests/${{ inputs.test-package-dir }}/ else echo "Logs already exist. Skipping manual dump." fi diff --git a/ccip/devenv/env-canton-evm.toml b/ccip/devenv/env-canton-evm.toml index 8d4a1d04f..037e38fc0 100644 --- a/ccip/devenv/env-canton-evm.toml +++ b/ccip/devenv/env-canton-evm.toml @@ -335,37 +335,31 @@ URI = "postgresql://indexer:indexer@indexer-db:5432/indexer?sslmode=disable" [[aggregator.api_clients]] client_id = "default-verifier-1" - description = "Development default verifier 1" enabled = true groups = ["verifiers"] [[aggregator.api_clients]] client_id = "default-verifier-2" - description = "Development default verifier 2" enabled = true groups = ["verifiers"] [[aggregator.api_clients]] client_id = "canton-default-verifier-1" - description = "Development canton verifier 1" enabled = true groups = ["verifiers"] [[aggregator.api_clients]] client_id = "canton-default-verifier-2" - description = "Development canton verifier 2" enabled = true groups = ["verifiers"] [[aggregator.api_clients]] client_id = "monitoring" - description = "Monitoring and infrastructure client" enabled = true groups = ["monitoring"] [[aggregator.api_clients]] client_id = "indexer" - description = "Development Indexer" enabled = true groups = ["indexer"] diff --git a/go.mod b/go.mod index 5026e49f0..58fa82e0e 100644 --- a/go.mod +++ b/go.mod @@ -35,12 +35,12 @@ require ( github.com/smartcontractkit/chain-selectors v1.0.104 github.com/smartcontractkit/chainlink-ccip/chains/evm v0.0.0-20260702144426-865f1e5fe90d github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260702144426-865f1e5fe90d - github.com/smartcontractkit/chainlink-ccv v0.0.2-0.20260703162011-f56568515e8a - github.com/smartcontractkit/chainlink-ccv/build/devenv v0.0.2-0.20260703162011-f56568515e8a + github.com/smartcontractkit/chainlink-ccv v0.0.2-0.20260708170746-8c3b42e257ba + github.com/smartcontractkit/chainlink-ccv/build/devenv v0.0.2-0.20260708170746-8c3b42e257ba github.com/smartcontractkit/chainlink-ccv/deployment v0.0.2-0.20260703162011-f56568515e8a github.com/smartcontractkit/chainlink-common v0.11.2-0.20260506120607-7f10be016c89 github.com/smartcontractkit/chainlink-deployments-framework v0.114.2 - github.com/smartcontractkit/chainlink-testing-framework/framework v0.16.6-0.20260630120514-36abe27604df + github.com/smartcontractkit/chainlink-testing-framework/framework v0.16.6-0.20260708113039-95f97b2d25e9 github.com/smartcontractkit/chainlink-testing-framework/wasp v1.52.0 github.com/smartcontractkit/go-daml v0.0.0-20260702101944-3a593d4e8e19 github.com/spf13/viper v1.21.0 diff --git a/go.sum b/go.sum index 89aad58c8..a1e5983bb 100644 --- a/go.sum +++ b/go.sum @@ -1161,10 +1161,10 @@ 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-20260702144426-865f1e5fe90d h1:ur6iz6AwuK6iBoAAAM8KMlEJb5Y7ihlJ4fk0acw2mJw= github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260702144426-865f1e5fe90d/go.mod h1:7VW7TwL0yIOQIoe39YwUfwYkt9P79tDR4Pb0h/Q7P3E= -github.com/smartcontractkit/chainlink-ccv v0.0.2-0.20260703162011-f56568515e8a h1:rXuvcGb+VcKxI3a4mapfirLa9bKbZMlShUh8p/cScQw= -github.com/smartcontractkit/chainlink-ccv v0.0.2-0.20260703162011-f56568515e8a/go.mod h1:3XQmy2zQHrmufebP7dM+x595+gghxzyIKxK9wv91Rh8= -github.com/smartcontractkit/chainlink-ccv/build/devenv v0.0.2-0.20260703162011-f56568515e8a h1:s25fM9Aava98G+c95eQYFlfa1+6My46gg526WfysP90= -github.com/smartcontractkit/chainlink-ccv/build/devenv v0.0.2-0.20260703162011-f56568515e8a/go.mod h1:UocRvvOzExogwiuXzJFZWeI9y3ryYogOQoq7492w5LY= +github.com/smartcontractkit/chainlink-ccv v0.0.2-0.20260708170746-8c3b42e257ba h1:vhzL6VxlQ+QjIYw4ULJBgDgYdJ8m9fskDD/nWESQARI= +github.com/smartcontractkit/chainlink-ccv v0.0.2-0.20260708170746-8c3b42e257ba/go.mod h1:/PzCVgBhiTN7vWDgBDYgQYh1Ya0TQFhivC2hHZZUp4U= +github.com/smartcontractkit/chainlink-ccv/build/devenv v0.0.2-0.20260708170746-8c3b42e257ba h1:Nt37kPJFCV0AYJQyQsV0J+mXGLTVHa3MyGuH7jV1jKI= +github.com/smartcontractkit/chainlink-ccv/build/devenv v0.0.2-0.20260708170746-8c3b42e257ba/go.mod h1:Cn8TqXyI1ERb7V9JJxPQaeWGfPYpfbixV5ur4LvLYZU= github.com/smartcontractkit/chainlink-ccv/deployment v0.0.2-0.20260703162011-f56568515e8a h1:FAaAqMOqX4H/g2OXdQj01gNlKajeBF8SDZO2WhHbSPc= github.com/smartcontractkit/chainlink-ccv/deployment v0.0.2-0.20260703162011-f56568515e8a/go.mod h1:MUp3G8xL8EDpQOo5Me+HabfOMRgFqRYDGliAmW0nVx0= github.com/smartcontractkit/chainlink-ccv/integration/evm v0.0.0-20260702145243-1bc05d9d7d3a h1:NFRZ6oiM7aTJ5Kz1G8t7izxB4on9qoTPCI5PTHeVP+8= @@ -1213,8 +1213,8 @@ github.com/smartcontractkit/chainlink-protos/svr v1.1.1-0.20260203131522-bb8bc5c github.com/smartcontractkit/chainlink-protos/svr v1.1.1-0.20260203131522-bb8bc5c423b3/go.mod h1:TcOliTQU6r59DwG4lo3U+mFM9WWyBHGuFkkxQpvSujo= github.com/smartcontractkit/chainlink-sui v0.0.0-20260610194843-349ea43d69ce h1:Xglr7eM24+Y9eMOhgK//QjXLDjPuT1oUAtdvsGqY8P0= github.com/smartcontractkit/chainlink-sui v0.0.0-20260610194843-349ea43d69ce/go.mod h1:Y2kTVIsAUjqqSNGiEQomsaVH5XsBJzxov4j07MaDJOw= -github.com/smartcontractkit/chainlink-testing-framework/framework v0.16.6-0.20260630120514-36abe27604df h1:a5PvGrH0Wgk5GtXWSXxlBfNPlyZ8x6FKDQ4UbNa6/Qk= -github.com/smartcontractkit/chainlink-testing-framework/framework v0.16.6-0.20260630120514-36abe27604df/go.mod h1:nyOjn4ADJGqRMe3+4ZXSV+J/7nWb1H2Vx8Qk57eLRYA= +github.com/smartcontractkit/chainlink-testing-framework/framework v0.16.6-0.20260708113039-95f97b2d25e9 h1:wZI7WwMuK+GHUIY38HTgEZU6wdBaH9jaiBLPAmJSfxQ= +github.com/smartcontractkit/chainlink-testing-framework/framework v0.16.6-0.20260708113039-95f97b2d25e9/go.mod h1:nyOjn4ADJGqRMe3+4ZXSV+J/7nWb1H2Vx8Qk57eLRYA= github.com/smartcontractkit/chainlink-testing-framework/lib/grafana v1.50.0 h1:VIxK8u0Jd0Q/VuhmsNm6Bls6Tb31H/sA3A/rbc5hnhg= github.com/smartcontractkit/chainlink-testing-framework/lib/grafana v1.50.0/go.mod h1:lyAu+oMXdNUzEDScj2DXB2IueY+SDXPPfyl/kb63tMM= github.com/smartcontractkit/chainlink-testing-framework/seth v1.51.5 h1:RwZXxdIAOyjp6cwc9Quxgr38k8r7ACz+Lxh9o/A6oH0= diff --git a/integration-tests/go.mod b/integration-tests/go.mod index 109c4bfa0..3d497e739 100644 --- a/integration-tests/go.mod +++ b/integration-tests/go.mod @@ -27,8 +27,8 @@ require ( github.com/smartcontractkit/chainlink-canton/party-ceremony v0.0.0-00010101000000-000000000000 github.com/smartcontractkit/chainlink-ccip/chains/evm v0.0.0-20260702144426-865f1e5fe90d github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260702144426-865f1e5fe90d - github.com/smartcontractkit/chainlink-ccv v0.0.2-0.20260703162011-f56568515e8a - github.com/smartcontractkit/chainlink-ccv/build/devenv v0.0.2-0.20260703162011-f56568515e8a + github.com/smartcontractkit/chainlink-ccv v0.0.2-0.20260708170746-8c3b42e257ba + github.com/smartcontractkit/chainlink-ccv/build/devenv v0.0.2-0.20260708170746-8c3b42e257ba github.com/smartcontractkit/chainlink-common v0.11.2-0.20260506120607-7f10be016c89 github.com/smartcontractkit/chainlink-deployments-framework v0.114.2 github.com/smartcontractkit/freeport v0.1.3-0.20250828155247-add56fa28aad @@ -279,7 +279,7 @@ require ( github.com/smartcontractkit/chainlink-protos/node-platform v0.0.0-20260211172625-dff40e83b3c9 // indirect github.com/smartcontractkit/chainlink-protos/op-catalog v0.1.0 // indirect github.com/smartcontractkit/chainlink-sui v0.0.0-20260610194843-349ea43d69ce // indirect - github.com/smartcontractkit/chainlink-testing-framework/framework v0.16.6-0.20260630120514-36abe27604df // indirect + github.com/smartcontractkit/chainlink-testing-framework/framework v0.16.6-0.20260708113039-95f97b2d25e9 // indirect github.com/smartcontractkit/chainlink-testing-framework/seth v1.51.5 // indirect github.com/smartcontractkit/chainlink-ton v1.0.5-0.20260514223130-48bc90aca745 // indirect github.com/smartcontractkit/chainlink-tron/relayer v0.0.11-0.20251014143056-a0c6328c91e9 // indirect diff --git a/integration-tests/go.sum b/integration-tests/go.sum index 6048c6539..07a8c9f2d 100644 --- a/integration-tests/go.sum +++ b/integration-tests/go.sum @@ -717,10 +717,10 @@ 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-20260702144426-865f1e5fe90d h1:ur6iz6AwuK6iBoAAAM8KMlEJb5Y7ihlJ4fk0acw2mJw= github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260702144426-865f1e5fe90d/go.mod h1:7VW7TwL0yIOQIoe39YwUfwYkt9P79tDR4Pb0h/Q7P3E= -github.com/smartcontractkit/chainlink-ccv v0.0.2-0.20260703162011-f56568515e8a h1:rXuvcGb+VcKxI3a4mapfirLa9bKbZMlShUh8p/cScQw= -github.com/smartcontractkit/chainlink-ccv v0.0.2-0.20260703162011-f56568515e8a/go.mod h1:3XQmy2zQHrmufebP7dM+x595+gghxzyIKxK9wv91Rh8= -github.com/smartcontractkit/chainlink-ccv/build/devenv v0.0.2-0.20260703162011-f56568515e8a h1:s25fM9Aava98G+c95eQYFlfa1+6My46gg526WfysP90= -github.com/smartcontractkit/chainlink-ccv/build/devenv v0.0.2-0.20260703162011-f56568515e8a/go.mod h1:UocRvvOzExogwiuXzJFZWeI9y3ryYogOQoq7492w5LY= +github.com/smartcontractkit/chainlink-ccv v0.0.2-0.20260708170746-8c3b42e257ba h1:vhzL6VxlQ+QjIYw4ULJBgDgYdJ8m9fskDD/nWESQARI= +github.com/smartcontractkit/chainlink-ccv v0.0.2-0.20260708170746-8c3b42e257ba/go.mod h1:/PzCVgBhiTN7vWDgBDYgQYh1Ya0TQFhivC2hHZZUp4U= +github.com/smartcontractkit/chainlink-ccv/build/devenv v0.0.2-0.20260708170746-8c3b42e257ba h1:Nt37kPJFCV0AYJQyQsV0J+mXGLTVHa3MyGuH7jV1jKI= +github.com/smartcontractkit/chainlink-ccv/build/devenv v0.0.2-0.20260708170746-8c3b42e257ba/go.mod h1:Cn8TqXyI1ERb7V9JJxPQaeWGfPYpfbixV5ur4LvLYZU= github.com/smartcontractkit/chainlink-ccv/deployment v0.0.2-0.20260703162011-f56568515e8a h1:FAaAqMOqX4H/g2OXdQj01gNlKajeBF8SDZO2WhHbSPc= github.com/smartcontractkit/chainlink-ccv/deployment v0.0.2-0.20260703162011-f56568515e8a/go.mod h1:MUp3G8xL8EDpQOo5Me+HabfOMRgFqRYDGliAmW0nVx0= github.com/smartcontractkit/chainlink-common v0.11.2-0.20260506120607-7f10be016c89 h1:5z3LQ27MJmhiaeqp9S2TzbF5Wm4GGvUKAYOtE9AauR8= @@ -757,8 +757,8 @@ github.com/smartcontractkit/chainlink-protos/orchestrator v0.11.0 h1:NXKTdIESAiC github.com/smartcontractkit/chainlink-protos/orchestrator v0.11.0/go.mod h1:m/A3lqD7ms/RsQ9BT5P2uceYY0QX5mIt4KQxT2G6qEo= github.com/smartcontractkit/chainlink-sui v0.0.0-20260610194843-349ea43d69ce h1:Xglr7eM24+Y9eMOhgK//QjXLDjPuT1oUAtdvsGqY8P0= github.com/smartcontractkit/chainlink-sui v0.0.0-20260610194843-349ea43d69ce/go.mod h1:Y2kTVIsAUjqqSNGiEQomsaVH5XsBJzxov4j07MaDJOw= -github.com/smartcontractkit/chainlink-testing-framework/framework v0.16.6-0.20260630120514-36abe27604df h1:a5PvGrH0Wgk5GtXWSXxlBfNPlyZ8x6FKDQ4UbNa6/Qk= -github.com/smartcontractkit/chainlink-testing-framework/framework v0.16.6-0.20260630120514-36abe27604df/go.mod h1:nyOjn4ADJGqRMe3+4ZXSV+J/7nWb1H2Vx8Qk57eLRYA= +github.com/smartcontractkit/chainlink-testing-framework/framework v0.16.6-0.20260708113039-95f97b2d25e9 h1:wZI7WwMuK+GHUIY38HTgEZU6wdBaH9jaiBLPAmJSfxQ= +github.com/smartcontractkit/chainlink-testing-framework/framework v0.16.6-0.20260708113039-95f97b2d25e9/go.mod h1:nyOjn4ADJGqRMe3+4ZXSV+J/7nWb1H2Vx8Qk57eLRYA= github.com/smartcontractkit/chainlink-testing-framework/seth v1.51.5 h1:RwZXxdIAOyjp6cwc9Quxgr38k8r7ACz+Lxh9o/A6oH0= github.com/smartcontractkit/chainlink-testing-framework/seth v1.51.5/go.mod h1:kHYJnZUqiPF7/xN5273prV+srrLJkS77GbBXHLKQpx0= github.com/smartcontractkit/chainlink-ton v1.0.5-0.20260514223130-48bc90aca745 h1:eieKLvYuzwBPh/FdbUS1gnIanI86zgWby1L10o90g4o=