Skip to content

Commit 4012b60

Browse files
committed
pkg/solana/config: config enhancements
1 parent ec20f1a commit 4012b60

File tree

16 files changed

+776
-243
lines changed

16 files changed

+776
-243
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/prometheus/client_model v0.6.1
2222
github.com/smartcontractkit/chainlink-ccip v0.0.0-20250417161444-6af45cb2bf9e
2323
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250411163110-21a13ceb3ac4
24-
github.com/smartcontractkit/chainlink-common v0.7.1-0.20250429205337-7ee5f91ed065
24+
github.com/smartcontractkit/chainlink-common v0.7.1-0.20250430133340-d04a3b64e331
2525
github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7
2626
github.com/smartcontractkit/chainlink-framework/metrics v0.0.0-20250502210357-2df484128afa
2727
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250502210357-2df484128afa

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,8 +407,8 @@ github.com/smartcontractkit/chainlink-ccip v0.0.0-20250417161444-6af45cb2bf9e h1
407407
github.com/smartcontractkit/chainlink-ccip v0.0.0-20250417161444-6af45cb2bf9e/go.mod h1:Jb05WL6lj5H89XGcaaOinxTf4Gdj+vXO4TcUhqTgqIM=
408408
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250411163110-21a13ceb3ac4 h1:ujhHdxB3+K6lOnhku7lqpj3WsoOhyvOAAkdsGtwon/o=
409409
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250411163110-21a13ceb3ac4/go.mod h1:k3/Z6AvwurPUlfuDFEonRbkkiTSgNSrtVNhJEWNlUZA=
410-
github.com/smartcontractkit/chainlink-common v0.7.1-0.20250429205337-7ee5f91ed065 h1:8UsqHv+LkrO2KdXbfZd5qejsy4Z4Xz5/DNVfUGT6gTM=
411-
github.com/smartcontractkit/chainlink-common v0.7.1-0.20250429205337-7ee5f91ed065/go.mod h1:vHs/mPpAztdKJtzRKLnmLinmpS78fBh9sAuyKqQrQ+I=
410+
github.com/smartcontractkit/chainlink-common v0.7.1-0.20250430133340-d04a3b64e331 h1:+bN5yuawZeQeVw7vG+Me7kXLFK1vcesVeku3mdgRwqI=
411+
github.com/smartcontractkit/chainlink-common v0.7.1-0.20250430133340-d04a3b64e331/go.mod h1:UGZVg18zzyJ1KimGM5SSmxG5jb7aCSq3OwQQKfhHGyE=
412412
github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7 h1:9wh1G+WbXwPVqf0cfSRSgwIcaXTQgvYezylEAfwmrbw=
413413
github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7/go.mod h1:yaDOAZF6MNB+NGYpxGCUc+owIdKrjvFW0JODdTcQ3V0=
414414
github.com/smartcontractkit/chainlink-framework/metrics v0.0.0-20250502210357-2df484128afa h1:NNFspORov2OGt7ex+mYFm+7nTUvjrUWBbCQBYvVXKK4=

integration-tests/go.mod

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/smartcontractkit/chainlink-solana/integration-tests
22

3-
go 1.24.1
3+
go 1.24.2
4+
5+
toolchain go1.24.3
46

57
replace github.com/smartcontractkit/chainlink-solana => ../
68

@@ -15,17 +17,17 @@ require (
1517
github.com/lib/pq v1.10.9
1618
github.com/pelletier/go-toml/v2 v2.2.3
1719
github.com/rs/zerolog v1.33.0
18-
github.com/smartcontractkit/chainlink-ccip v0.0.0-20250430132510-be8d09930aaa
19-
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250425163923-16aa375957b7
20-
github.com/smartcontractkit/chainlink-common v0.7.1-0.20250501134304-27c43a698294
21-
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20250502191132-79f47625de4a
20+
github.com/smartcontractkit/chainlink-ccip v0.0.0-20250513174048-af3e6b6d21fb
21+
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250513174048-af3e6b6d21fb
22+
github.com/smartcontractkit/chainlink-common v0.7.1-0.20250513180746-113c305fde94
23+
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20250513141945-a897b6b1e85f
2224
github.com/smartcontractkit/chainlink-testing-framework/lib v1.54.0
2325
github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2
2426
github.com/smartcontractkit/chainlink-testing-framework/seth v1.51.0
25-
github.com/smartcontractkit/chainlink/deployment v0.0.0-20250502191522-3e10bf27833a
26-
github.com/smartcontractkit/chainlink/integration-tests v0.0.0-20250502191522-3e10bf27833a
27-
github.com/smartcontractkit/chainlink/v2 v2.22.1-por-beta.5.0.20250502191522-3e10bf27833a
28-
github.com/smartcontractkit/libocr v0.0.0-20250408131511-c90716988ee0
27+
github.com/smartcontractkit/chainlink/deployment v0.0.0-20250514124241-da2342dc5fc2
28+
github.com/smartcontractkit/chainlink/integration-tests v0.0.0-20250514124241-da2342dc5fc2
29+
github.com/smartcontractkit/chainlink/v2 v2.23.2-por-beta.1.0.20250514124241-da2342dc5fc2
30+
github.com/smartcontractkit/libocr v0.0.0-20250513175559-61c382d6cee4
2931
github.com/stretchr/testify v1.10.0
3032
github.com/testcontainers/testcontainers-go v0.36.0
3133
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0
@@ -69,7 +71,6 @@ require (
6971
github.com/avast/retry-go v3.0.0+incompatible // indirect
7072
github.com/avast/retry-go/v4 v4.6.1 // indirect
7173
github.com/awalterschulze/gographviz v2.0.3+incompatible // indirect
72-
github.com/aws/aws-sdk-go v1.55.6 // indirect
7374
github.com/aws/aws-sdk-go-v2 v1.32.7 // indirect
7475
github.com/aws/aws-sdk-go-v2/config v1.28.6 // indirect
7576
github.com/aws/aws-sdk-go-v2/credentials v1.17.47 // indirect
@@ -253,7 +254,6 @@ require (
253254
github.com/jackc/pgtype v1.14.4 // indirect
254255
github.com/jackc/pgx/v4 v4.18.3 // indirect
255256
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
256-
github.com/jmespath/go-jmespath v0.4.0 // indirect
257257
github.com/jmhodges/levigo v1.0.0 // indirect
258258
github.com/joho/godotenv v1.5.1 // indirect
259259
github.com/jonboulle/clockwork v0.4.0 // indirect
@@ -266,6 +266,7 @@ require (
266266
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
267267
github.com/kr/pretty v0.3.1 // indirect
268268
github.com/kr/text v0.2.0 // indirect
269+
github.com/kylelemons/godebug v1.1.0 // indirect
269270
github.com/leanovate/gopter v0.2.11 // indirect
270271
github.com/leodido/go-urn v1.4.0 // indirect
271272
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
@@ -345,28 +346,29 @@ require (
345346
github.com/sirupsen/logrus v1.9.3 // indirect
346347
github.com/slack-go/slack v0.15.0 // indirect
347348
github.com/smartcontractkit/ccip-owner-contracts v0.1.0 // indirect
348-
github.com/smartcontractkit/chain-selectors v1.0.52 // indirect
349+
github.com/smartcontractkit/chain-selectors v1.0.55 // indirect
349350
github.com/smartcontractkit/chainlink-aptos v0.0.0-20250414155853-651b4e583ee9 // indirect
350351
github.com/smartcontractkit/chainlink-automation v0.8.1 // indirect
351352
github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250417193446-eeb0a7d1e049 // indirect
352-
github.com/smartcontractkit/chainlink-deployments-framework v0.0.8 // indirect
353-
github.com/smartcontractkit/chainlink-evm v0.0.0-20250502191124-ed6ed1e5f862 // indirect
353+
github.com/smartcontractkit/chainlink-deployments-framework v0.0.15-0.20250508081139-ee24199564bd // indirect
354+
github.com/smartcontractkit/chainlink-evm v0.0.0-20250512171455-818eb49fe8ee // indirect
354355
github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135 // indirect
355-
github.com/smartcontractkit/chainlink-framework/capabilities v0.0.0-20250408161305-721208f43882 // indirect
356-
github.com/smartcontractkit/chainlink-framework/chains v0.0.0-20250502190758-81b76f7a531e // indirect
356+
github.com/smartcontractkit/chainlink-framework/chains v0.0.0-20250509160340-4f4a9265e657 // indirect
357357
github.com/smartcontractkit/chainlink-framework/metrics v0.0.0-20250502210357-2df484128afa // indirect
358358
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250502210357-2df484128afa // indirect
359+
github.com/smartcontractkit/chainlink-protos/billing/go v0.0.0-20250501150903-3e93089d9ad5 // indirect
359360
github.com/smartcontractkit/chainlink-protos/job-distributor v0.9.0 // indirect
360361
github.com/smartcontractkit/chainlink-protos/orchestrator v0.5.0 // indirect
361362
github.com/smartcontractkit/chainlink-protos/rmn/v1.6/go v0.0.0-20250131130834-15e0d4cde2a6 // indirect
362363
github.com/smartcontractkit/chainlink-protos/svr v1.1.0 // indirect
364+
github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20250501150903-3e93089d9ad5 // indirect
363365
github.com/smartcontractkit/chainlink-tron/relayer v0.0.11-0.20250422175525-b7575d96bd4d // indirect
364366
github.com/smartcontractkit/freeport v0.1.0 // indirect
365367
github.com/smartcontractkit/grpc-proxy v0.0.0-20240830132753-a7e17fec5ab7 // indirect
366-
github.com/smartcontractkit/mcms v0.18.0 // indirect
368+
github.com/smartcontractkit/mcms v0.19.2 // indirect
367369
github.com/smartcontractkit/tdh2/go/ocr2/decryptionplugin v0.0.0-20241009055228-33d0c0bf38de // indirect
368370
github.com/smartcontractkit/tdh2/go/tdh2 v0.0.0-20241009055228-33d0c0bf38de // indirect
369-
github.com/smartcontractkit/wsrpc v0.8.5-0.20250318131857-4568a0f8d12d // indirect
371+
github.com/smartcontractkit/wsrpc v0.8.5-0.20250502134807-c57d3d995945 // indirect
370372
github.com/spf13/cast v1.7.1 // indirect
371373
github.com/spf13/cobra v1.8.1 // indirect
372374
github.com/spf13/pflag v1.0.6 // indirect

0 commit comments

Comments
 (0)