-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
561 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ require ( | |
github.com/prometheus/client_golang v1.20.5 | ||
github.com/shopspring/decimal v1.4.0 | ||
github.com/smartcontractkit/chainlink-automation v0.8.1 | ||
github.com/smartcontractkit/chainlink-common v0.4.1-0.20250115094325-4e61572bb9bd | ||
github.com/smartcontractkit/chainlink-common v0.4.2-0.20250116214855-f49c5c27db51 | ||
github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250115135646-ac859d85e7e3 | ||
github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.13 | ||
github.com/smartcontractkit/libocr v0.0.0-20241223215956-e5b78d8e3919 | ||
|
@@ -311,15 +311,15 @@ require ( | |
github.com/shirou/gopsutil/v3 v3.24.3 // indirect | ||
github.com/smartcontractkit/ccip-owner-contracts v0.0.0-salt-fix // indirect | ||
github.com/smartcontractkit/chain-selectors v1.0.36 // indirect | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20250110181647-9dba278f2103 // indirect | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20250117154208-cf4b44591be1 // indirect | ||
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250103152858-8973fd0c912b // indirect | ||
github.com/smartcontractkit/chainlink-cosmos v0.5.2-0.20241202195413-82468150ac1e // indirect | ||
github.com/smartcontractkit/chainlink-feeds v0.1.1 // indirect | ||
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250115203616-a2ea5e50b260 // indirect | ||
github.com/smartcontractkit/chainlink-protos/job-distributor v0.6.0 // indirect | ||
github.com/smartcontractkit/chainlink-protos/orchestrator v0.4.0 // indirect | ||
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250110142550-e2a9566d39f3 // indirect | ||
github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20241202202529-2033490e77b8 // indirect | ||
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250117143722-fb6416c087a5 // indirect | ||
github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20250116220926-2bc922c6ae8c // indirect | ||
Check failure on line 322 in core/scripts/go.mod GitHub Actions / Validate go.mod dependencies
|
||
github.com/smartcontractkit/grpc-proxy v0.0.0-20240830132753-a7e17fec5ab7 // indirect | ||
github.com/smartcontractkit/tdh2/go/ocr2/decryptionplugin v0.0.0-20241009055228-33d0c0bf38de // indirect | ||
github.com/smartcontractkit/tdh2/go/tdh2 v0.0.0-20241009055228-33d0c0bf38de // indirect | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,11 +29,11 @@ require ( | |
github.com/sethvargo/go-retry v0.2.4 | ||
github.com/smartcontractkit/ccip-owner-contracts v0.0.0-salt-fix | ||
github.com/smartcontractkit/chain-selectors v1.0.36 | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20250110181647-9dba278f2103 | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20250117154208-cf4b44591be1 | ||
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250103152858-8973fd0c912b | ||
github.com/smartcontractkit/chainlink-common v0.4.1-0.20250115094325-4e61572bb9bd | ||
github.com/smartcontractkit/chainlink-common v0.4.2-0.20250116214855-f49c5c27db51 | ||
github.com/smartcontractkit/chainlink-protos/job-distributor v0.6.0 | ||
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250110142550-e2a9566d39f3 | ||
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250117143722-fb6416c087a5 | ||
github.com/smartcontractkit/chainlink-testing-framework/framework v0.4.2-0.20250110073248-456673e8eea2 | ||
github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.13 | ||
github.com/smartcontractkit/libocr v0.0.0-20241223215956-e5b78d8e3919 | ||
|
@@ -419,7 +419,7 @@ require ( | |
github.com/smartcontractkit/chainlink-feeds v0.1.1 // indirect | ||
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250115203616-a2ea5e50b260 // indirect | ||
github.com/smartcontractkit/chainlink-protos/orchestrator v0.4.0 // indirect | ||
github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20241202202529-2033490e77b8 // indirect | ||
github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20250116220926-2bc922c6ae8c // indirect | ||
Check failure on line 422 in deployment/go.mod GitHub Actions / Validate go.mod dependencies
|
||
github.com/smartcontractkit/chainlink-testing-framework/lib/grafana v1.50.0 // indirect | ||
github.com/smartcontractkit/chainlink-testing-framework/seth v1.50.5 // indirect | ||
github.com/smartcontractkit/chainlink-testing-framework/wasp v1.50.2 // indirect | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,15 +79,15 @@ require ( | |
github.com/shopspring/decimal v1.4.0 | ||
github.com/smartcontractkit/chain-selectors v1.0.34 | ||
github.com/smartcontractkit/chainlink-automation v0.8.1 | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20250110181647-9dba278f2103 | ||
github.com/smartcontractkit/chainlink-common v0.4.1-0.20250115094325-4e61572bb9bd | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20250117154208-cf4b44591be1 | ||
github.com/smartcontractkit/chainlink-common v0.4.2-0.20250116214855-f49c5c27db51 | ||
github.com/smartcontractkit/chainlink-cosmos v0.5.2-0.20241202195413-82468150ac1e | ||
github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250115135646-ac859d85e7e3 | ||
github.com/smartcontractkit/chainlink-feeds v0.1.1 | ||
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250115203616-a2ea5e50b260 | ||
github.com/smartcontractkit/chainlink-protos/orchestrator v0.4.0 | ||
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250110142550-e2a9566d39f3 | ||
github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20241202202529-2033490e77b8 | ||
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250117143722-fb6416c087a5 | ||
github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20250116220926-2bc922c6ae8c | ||
Check failure on line 90 in go.mod GitHub Actions / Validate go.mod dependencies
|
||
github.com/smartcontractkit/libocr v0.0.0-20241223215956-e5b78d8e3919 | ||
github.com/smartcontractkit/tdh2/go/ocr2/decryptionplugin v0.0.0-20241009055228-33d0c0bf38de | ||
github.com/smartcontractkit/tdh2/go/tdh2 v0.0.0-20241009055228-33d0c0bf38de | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.