Skip to content

Commit fe4f23d

Browse files
committed
bump solana from develop
1 parent d59bd2d commit fe4f23d

15 files changed

Lines changed: 22 additions & 22 deletions

File tree

core/scripts/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ require (
514514
github.com/smartcontractkit/chainlink-protos/storage-service v0.3.0 // indirect
515515
github.com/smartcontractkit/chainlink-protos/svr v1.1.1-0.20260203131522-bb8bc5c423b3 // indirect
516516
github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260323124644-faea187e6997 // indirect
517-
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260427144411-8131e9451756 // indirect
517+
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260427183309-13341c01b05d // indirect
518518
github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260421131224-c46cbfe7bc6c // indirect
519519
github.com/smartcontractkit/chainlink-sui v0.0.0-20260420191233-429504ae18dc // indirect
520520
github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260409184948-5b16fae57fe0 // indirect

core/scripts/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deployment/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ require (
5252
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20260420204255-a3f3bdd56877
5353
github.com/smartcontractkit/chainlink-protos/job-distributor v0.18.0
5454
github.com/smartcontractkit/chainlink-protos/orchestrator v0.10.0
55-
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260427144411-8131e9451756
55+
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260427183309-13341c01b05d
5656
github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260421131224-c46cbfe7bc6c
5757
github.com/smartcontractkit/chainlink-sui v0.0.0-20260420191233-429504ae18dc
5858
github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260409184948-5b16fae57fe0

deployment/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ require (
103103
github.com/smartcontractkit/chainlink-protos/ring/go v0.0.0-20260331131315-f08a616d8dcd
104104
github.com/smartcontractkit/chainlink-protos/storage-service v0.3.0
105105
github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260323124644-faea187e6997
106-
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260427144411-8131e9451756
106+
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260427183309-13341c01b05d
107107
github.com/smartcontractkit/chainlink-sui v0.0.0-20260420191233-429504ae18dc
108108
github.com/smartcontractkit/chainlink-ton v0.0.0-20260415120434-cecc380f8d87
109109
github.com/smartcontractkit/cre-sdk-go v1.5.0

go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration-tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ require (
428428
github.com/smartcontractkit/chainlink-protos/storage-service v0.3.0 // indirect
429429
github.com/smartcontractkit/chainlink-protos/svr v1.1.1-0.20260203131522-bb8bc5c423b3 // indirect
430430
github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260323124644-faea187e6997 // indirect
431-
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260427144411-8131e9451756 // indirect
431+
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260427183309-13341c01b05d // indirect
432432
github.com/smartcontractkit/chainlink-testing-framework/framework v0.15.16 // indirect
433433
github.com/smartcontractkit/chainlink-tron/relayer v0.0.11-0.20260408092456-3c6369888d4a // indirect
434434
github.com/smartcontractkit/freeport v0.1.3-0.20250828155247-add56fa28aad // indirect

integration-tests/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration-tests/load/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ require (
507507
github.com/smartcontractkit/chainlink-protos/storage-service v0.3.0 // indirect
508508
github.com/smartcontractkit/chainlink-protos/svr v1.1.1-0.20260203131522-bb8bc5c423b3 // indirect
509509
github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260323124644-faea187e6997 // indirect
510-
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260427144411-8131e9451756 // indirect
510+
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260427183309-13341c01b05d // indirect
511511
github.com/smartcontractkit/chainlink-sui v0.0.0-20260420191233-429504ae18dc // indirect
512512
github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260420191233-429504ae18dc // indirect
513513
github.com/smartcontractkit/chainlink-testing-framework/lib v1.54.7 // indirect

integration-tests/load/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)