Skip to content

Commit a2b1fbd

Browse files
authored
bump go mod (#761)
* bump go mod * archive contracts via pc * fix ci * bump devenv ci
1 parent 6471402 commit a2b1fbd

7 files changed

Lines changed: 36 additions & 28 deletions

File tree

.github/actions/setup-ccip-devenv/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ inputs:
1111
# builds the verifier/devenv Docker images, while go.mod pins the `ccv up` tooling
1212
# that generates their configs. A mismatch across config-format changes (e.g. #1193
1313
# bootstrap monitoring.Config) makes the verifier container exit on startup.
14-
default: 3368a3af3d848ab0073f0ce64b48b625be3605c8
14+
default: f56568515e8ad749f71e437342fa170f4ec12a0b
1515
canton-ref:
1616
description: >-
1717
chainlink-canton git ref. Leave empty to use the ref that triggered the workflow.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ navigator.log
66
.idea
77
.vscode
88
.cursor/
9+
.tmp/
910
.DS_Store
1011

1112
go.work
@@ -23,3 +24,4 @@ eds/prod_testnet_canton.local.secrets.toml
2324
scripts/prod_mainnet/.env
2425
scripts/prod_mainnet/.env.example
2526
.env.prod-testnet.local
27+
.for-agents/

ccip/devenv/env-canton-evm.toml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@ cl_nodes_funding_link = 50
44
## Environment configuration define the topology. Eventually the topology should be the only config that is needed.
55
[environment_topology]
66
indexer_address = ["http://indexer-1:8100"]
7-
pyroscope_url = "http://host.docker.internal:4040"
87

9-
[environment_topology.monitoring]
8+
[environment_topology.Monitoring]
9+
LogLevel = 'info'
10+
11+
[environment_topology.Monitoring.Pyroscope]
1012
Enabled = true
11-
Type = "beholder"
13+
URL = "http://host.docker.internal:4040"
1214

13-
[environment_topology.monitoring.Beholder]
15+
[environment_topology.Monitoring.Beholder]
16+
Enabled = true
1417
InsecureConnection = true
1518
OtelExporterHTTPEndpoint = "host.docker.internal:4318"
1619
LogStreamingEnabled = false
@@ -256,10 +259,14 @@ execution_interval = 15_000_000_000
256259
LogLevel = 'info'
257260

258261
[indexer.indexer_config.Monitoring]
259-
Enabled = true
260-
Type = 'beholder'
262+
LogLevel = 'info'
263+
264+
[indexer.indexer_config.Monitoring.Pyroscope]
265+
Enabled = false
266+
URL = ''
261267

262268
[indexer.indexer_config.Monitoring.Beholder]
269+
Enabled = true
263270
InsecureConnection = true
264271
CACertFile = ''
265272
OtelExporterGRPCEndpoint = ''

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ require (
3535
github.com/smartcontractkit/chain-selectors v1.0.104
3636
github.com/smartcontractkit/chainlink-ccip/chains/evm v0.0.0-20260702144426-865f1e5fe90d
3737
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260702144426-865f1e5fe90d
38-
github.com/smartcontractkit/chainlink-ccv v0.0.2-0.20260703085752-3368a3af3d84
39-
github.com/smartcontractkit/chainlink-ccv/build/devenv v0.0.2-0.20260703085752-3368a3af3d84
40-
github.com/smartcontractkit/chainlink-ccv/deployment v0.0.2-0.20260703085752-3368a3af3d84
38+
github.com/smartcontractkit/chainlink-ccv v0.0.2-0.20260703162011-f56568515e8a
39+
github.com/smartcontractkit/chainlink-ccv/build/devenv v0.0.2-0.20260703162011-f56568515e8a
40+
github.com/smartcontractkit/chainlink-ccv/deployment v0.0.2-0.20260703162011-f56568515e8a
4141
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260506120607-7f10be016c89
4242
github.com/smartcontractkit/chainlink-deployments-framework v0.114.2
4343
github.com/smartcontractkit/chainlink-testing-framework/framework v0.16.6-0.20260630120514-36abe27604df

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1161,12 +1161,12 @@ github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260
11611161
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260129103204-4c8453dd8139/go.mod h1:1WcontO9PeuKdUf5HXfs3nuICtzUvFNnyCmrHkTCF9Y=
11621162
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260702144426-865f1e5fe90d h1:ur6iz6AwuK6iBoAAAM8KMlEJb5Y7ihlJ4fk0acw2mJw=
11631163
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260702144426-865f1e5fe90d/go.mod h1:7VW7TwL0yIOQIoe39YwUfwYkt9P79tDR4Pb0h/Q7P3E=
1164-
github.com/smartcontractkit/chainlink-ccv v0.0.2-0.20260703085752-3368a3af3d84 h1:ye6iLO9DMQpPv7ekOfLfucgKt/20sePme4ISeHBu934=
1165-
github.com/smartcontractkit/chainlink-ccv v0.0.2-0.20260703085752-3368a3af3d84/go.mod h1:3XQmy2zQHrmufebP7dM+x595+gghxzyIKxK9wv91Rh8=
1166-
github.com/smartcontractkit/chainlink-ccv/build/devenv v0.0.2-0.20260703085752-3368a3af3d84 h1:iizBs022xhqg1ZCdk0JvjAK5QHfG1db8/zqzh4qL1Ko=
1167-
github.com/smartcontractkit/chainlink-ccv/build/devenv v0.0.2-0.20260703085752-3368a3af3d84/go.mod h1:UocRvvOzExogwiuXzJFZWeI9y3ryYogOQoq7492w5LY=
1168-
github.com/smartcontractkit/chainlink-ccv/deployment v0.0.2-0.20260703085752-3368a3af3d84 h1:zyhk5wJcmF7pCfZDKTeR4pneVyCQ7O2calzD83yi4dg=
1169-
github.com/smartcontractkit/chainlink-ccv/deployment v0.0.2-0.20260703085752-3368a3af3d84/go.mod h1:MUp3G8xL8EDpQOo5Me+HabfOMRgFqRYDGliAmW0nVx0=
1164+
github.com/smartcontractkit/chainlink-ccv v0.0.2-0.20260703162011-f56568515e8a h1:rXuvcGb+VcKxI3a4mapfirLa9bKbZMlShUh8p/cScQw=
1165+
github.com/smartcontractkit/chainlink-ccv v0.0.2-0.20260703162011-f56568515e8a/go.mod h1:3XQmy2zQHrmufebP7dM+x595+gghxzyIKxK9wv91Rh8=
1166+
github.com/smartcontractkit/chainlink-ccv/build/devenv v0.0.2-0.20260703162011-f56568515e8a h1:s25fM9Aava98G+c95eQYFlfa1+6My46gg526WfysP90=
1167+
github.com/smartcontractkit/chainlink-ccv/build/devenv v0.0.2-0.20260703162011-f56568515e8a/go.mod h1:UocRvvOzExogwiuXzJFZWeI9y3ryYogOQoq7492w5LY=
1168+
github.com/smartcontractkit/chainlink-ccv/deployment v0.0.2-0.20260703162011-f56568515e8a h1:FAaAqMOqX4H/g2OXdQj01gNlKajeBF8SDZO2WhHbSPc=
1169+
github.com/smartcontractkit/chainlink-ccv/deployment v0.0.2-0.20260703162011-f56568515e8a/go.mod h1:MUp3G8xL8EDpQOo5Me+HabfOMRgFqRYDGliAmW0nVx0=
11701170
github.com/smartcontractkit/chainlink-ccv/integration/evm v0.0.0-20260702145243-1bc05d9d7d3a h1:NFRZ6oiM7aTJ5Kz1G8t7izxB4on9qoTPCI5PTHeVP+8=
11711171
github.com/smartcontractkit/chainlink-ccv/integration/evm v0.0.0-20260702145243-1bc05d9d7d3a/go.mod h1:3PUKLvizVRdanwr5NkLeTWnQIYsT3VmGKZPUqAcLfus=
11721172
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260506120607-7f10be016c89 h1:5z3LQ27MJmhiaeqp9S2TzbF5Wm4GGvUKAYOtE9AauR8=

integration-tests/go.mod

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ replace github.com/smartcontractkit/chainlink-canton/party-ceremony => ../party-
1010
replace github.com/fbsobreira/gotron-sdk => github.com/smartcontractkit/chainlink-tron/relayer/gotron-sdk v0.0.5-0.20251014120029-d73d15cc23f7
1111

1212
replace (
13-
github.com/smartcontractkit/chainlink-ccip => github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260629123053-9119c0d88425
1413
github.com/smartcontractkit/chainlink-sui => github.com/smartcontractkit/chainlink-sui v0.0.0-20260610194843-349ea43d69ce
1514
github.com/smartcontractkit/chainlink-sui/deployment => github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260610194843-349ea43d69ce
1615
// Pin codec to v1.2.x: chainlink-evm's generated code uses GenVersion/GenHelper removed in v1.3.0
@@ -28,8 +27,8 @@ require (
2827
github.com/smartcontractkit/chainlink-canton/party-ceremony v0.0.0-00010101000000-000000000000
2928
github.com/smartcontractkit/chainlink-ccip/chains/evm v0.0.0-20260702144426-865f1e5fe90d
3029
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260702144426-865f1e5fe90d
31-
github.com/smartcontractkit/chainlink-ccv v0.0.2-0.20260703085752-3368a3af3d84
32-
github.com/smartcontractkit/chainlink-ccv/build/devenv v0.0.2-0.20260703085752-3368a3af3d84
30+
github.com/smartcontractkit/chainlink-ccv v0.0.2-0.20260703162011-f56568515e8a
31+
github.com/smartcontractkit/chainlink-ccv/build/devenv v0.0.2-0.20260703162011-f56568515e8a
3332
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260506120607-7f10be016c89
3433
github.com/smartcontractkit/chainlink-deployments-framework v0.114.2
3534
github.com/smartcontractkit/freeport v0.1.3-0.20250828155247-add56fa28aad
@@ -267,7 +266,7 @@ require (
267266
github.com/smartcontractkit/chainlink-aptos v0.0.0-20260428085939-5c70de12dbfc // indirect
268267
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260129103204-4c8453dd8139 // indirect
269268
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260129103204-4c8453dd8139 // indirect
270-
github.com/smartcontractkit/chainlink-ccv/deployment v0.0.2-0.20260703085752-3368a3af3d84 // indirect
269+
github.com/smartcontractkit/chainlink-ccv/deployment v0.0.2-0.20260703162011-f56568515e8a // indirect
271270
github.com/smartcontractkit/chainlink-common/keystore v1.0.2 // indirect
272271
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 // indirect
273272
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260427132147-1ef18876ae9b // indirect

integration-tests/go.sum

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -707,8 +707,8 @@ github.com/smartcontractkit/chain-selectors v1.0.104 h1:/n9pPGM5W/+r1eHoWZv4VwX9
707707
github.com/smartcontractkit/chain-selectors v1.0.104/go.mod h1:qy7whtgG5g+7z0jt0nRyii9bLND9m15NZTzuQPkMZ5w=
708708
github.com/smartcontractkit/chainlink-aptos v0.0.0-20260428085939-5c70de12dbfc h1:Um9FBcf0JNSFuGbxgccDG1vM3cNrMGy0SdJ7r6VbX0o=
709709
github.com/smartcontractkit/chainlink-aptos v0.0.0-20260428085939-5c70de12dbfc/go.mod h1:zfE2R7887kiwXkGTHKPe5NBgwhFwIC3pnA2uAxrbvig=
710-
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260629123053-9119c0d88425 h1:nYaDvRaHHwwurRuedyRjEGZUwdASsa3T3B7Tm0uFVG8=
711-
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260629123053-9119c0d88425/go.mod h1:ndN8/vHFhrs6pR2OZd9AwHVgMvA/Ezz8AJPYnZj2eVE=
710+
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260428205619-2db1389501a1 h1:p0nFrTYrOQzDhWYm6suaM5CoWiXV5NV7llHnp6/Kn/8=
711+
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260428205619-2db1389501a1/go.mod h1:1XxxpkgCmG/z6y30yRuVrcxre6zixIVX3xzi706Db/8=
712712
github.com/smartcontractkit/chainlink-ccip/chains/evm v0.0.0-20260702144426-865f1e5fe90d h1:6rdGrDTCmjgfVgUCZEW+WDWN5YwHSZk2dnL+oNmbxg0=
713713
github.com/smartcontractkit/chainlink-ccip/chains/evm v0.0.0-20260702144426-865f1e5fe90d/go.mod h1:4tOS1KUc55ZCVpjBAwbgBM2hjdGaD4MbvmSq5Js8zPA=
714714
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260129103204-4c8453dd8139 h1:jkChf04hhdiMBApbb+lLDxHMY62Md6UeM7v++GSw3K8=
@@ -717,12 +717,12 @@ github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260
717717
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260129103204-4c8453dd8139/go.mod h1:1WcontO9PeuKdUf5HXfs3nuICtzUvFNnyCmrHkTCF9Y=
718718
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260702144426-865f1e5fe90d h1:ur6iz6AwuK6iBoAAAM8KMlEJb5Y7ihlJ4fk0acw2mJw=
719719
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260702144426-865f1e5fe90d/go.mod h1:7VW7TwL0yIOQIoe39YwUfwYkt9P79tDR4Pb0h/Q7P3E=
720-
github.com/smartcontractkit/chainlink-ccv v0.0.2-0.20260703085752-3368a3af3d84 h1:ye6iLO9DMQpPv7ekOfLfucgKt/20sePme4ISeHBu934=
721-
github.com/smartcontractkit/chainlink-ccv v0.0.2-0.20260703085752-3368a3af3d84/go.mod h1:3XQmy2zQHrmufebP7dM+x595+gghxzyIKxK9wv91Rh8=
722-
github.com/smartcontractkit/chainlink-ccv/build/devenv v0.0.2-0.20260703085752-3368a3af3d84 h1:iizBs022xhqg1ZCdk0JvjAK5QHfG1db8/zqzh4qL1Ko=
723-
github.com/smartcontractkit/chainlink-ccv/build/devenv v0.0.2-0.20260703085752-3368a3af3d84/go.mod h1:UocRvvOzExogwiuXzJFZWeI9y3ryYogOQoq7492w5LY=
724-
github.com/smartcontractkit/chainlink-ccv/deployment v0.0.2-0.20260703085752-3368a3af3d84 h1:zyhk5wJcmF7pCfZDKTeR4pneVyCQ7O2calzD83yi4dg=
725-
github.com/smartcontractkit/chainlink-ccv/deployment v0.0.2-0.20260703085752-3368a3af3d84/go.mod h1:MUp3G8xL8EDpQOo5Me+HabfOMRgFqRYDGliAmW0nVx0=
720+
github.com/smartcontractkit/chainlink-ccv v0.0.2-0.20260703162011-f56568515e8a h1:rXuvcGb+VcKxI3a4mapfirLa9bKbZMlShUh8p/cScQw=
721+
github.com/smartcontractkit/chainlink-ccv v0.0.2-0.20260703162011-f56568515e8a/go.mod h1:3XQmy2zQHrmufebP7dM+x595+gghxzyIKxK9wv91Rh8=
722+
github.com/smartcontractkit/chainlink-ccv/build/devenv v0.0.2-0.20260703162011-f56568515e8a h1:s25fM9Aava98G+c95eQYFlfa1+6My46gg526WfysP90=
723+
github.com/smartcontractkit/chainlink-ccv/build/devenv v0.0.2-0.20260703162011-f56568515e8a/go.mod h1:UocRvvOzExogwiuXzJFZWeI9y3ryYogOQoq7492w5LY=
724+
github.com/smartcontractkit/chainlink-ccv/deployment v0.0.2-0.20260703162011-f56568515e8a h1:FAaAqMOqX4H/g2OXdQj01gNlKajeBF8SDZO2WhHbSPc=
725+
github.com/smartcontractkit/chainlink-ccv/deployment v0.0.2-0.20260703162011-f56568515e8a/go.mod h1:MUp3G8xL8EDpQOo5Me+HabfOMRgFqRYDGliAmW0nVx0=
726726
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260506120607-7f10be016c89 h1:5z3LQ27MJmhiaeqp9S2TzbF5Wm4GGvUKAYOtE9AauR8=
727727
github.com/smartcontractkit/chainlink-common v0.11.2-0.20260506120607-7f10be016c89/go.mod h1:G2AII0QmWzXx8Ag9IKnGN3h/gwwNnhHUOCviJievdvo=
728728
github.com/smartcontractkit/chainlink-common/keystore v1.0.2 h1:AWisx4JT3QV8tcgh6J5NCrex+wAgTYpWyHsyNPSXzsQ=

0 commit comments

Comments
 (0)