-
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.
Bump chainlink-ccip ref and add changeset
- Loading branch information
Showing
11 changed files
with
20 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"chainlink": minor | ||
--- | ||
|
||
#internal Fix Contract Reader data word index calculation and change ccip contract reader config for more optimal querying. |
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 |
---|---|---|
|
@@ -288,7 +288,7 @@ require ( | |
github.com/shirou/gopsutil/v3 v3.24.3 // indirect | ||
github.com/smartcontractkit/ccip-owner-contracts v0.0.0-20240926212305-a6deabdfce86 // indirect | ||
github.com/smartcontractkit/chain-selectors v1.0.27 // indirect | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241029124258-09d605658a80 // indirect | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241029125354-816f0fbd59ae // indirect | ||
Check failure on line 291 in core/scripts/go.mod GitHub Actions / Validate go.mod dependencies
|
||
github.com/smartcontractkit/chainlink-cosmos v0.5.2-0.20241017133723-5277829bd53f // indirect | ||
github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20241018134907-a00ba3729b5e // indirect | ||
github.com/smartcontractkit/chainlink-feeds v0.1.1 // 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 |
---|---|---|
|
@@ -23,7 +23,7 @@ require ( | |
github.com/sethvargo/go-retry v0.2.4 | ||
github.com/smartcontractkit/ccip-owner-contracts v0.0.0-20240926212305-a6deabdfce86 | ||
github.com/smartcontractkit/chain-selectors v1.0.27 | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241029124258-09d605658a80 | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241029125354-816f0fbd59ae | ||
Check failure on line 26 in deployment/go.mod GitHub Actions / Validate go.mod dependencies
|
||
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241025132045-cfad02139595 | ||
github.com/smartcontractkit/chainlink-protos/job-distributor v0.4.0 | ||
github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.12 | ||
|
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 |
---|---|---|
|
@@ -75,7 +75,7 @@ require ( | |
github.com/shopspring/decimal v1.4.0 | ||
github.com/smartcontractkit/chain-selectors v1.0.27 | ||
github.com/smartcontractkit/chainlink-automation v0.8.1 | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241029124258-09d605658a80 | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241029125354-816f0fbd59ae | ||
Check failure on line 78 in go.mod GitHub Actions / Validate go.mod dependencies
|
||
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241025132045-cfad02139595 | ||
github.com/smartcontractkit/chainlink-cosmos v0.5.2-0.20241017133723-5277829bd53f | ||
github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20241018134907-a00ba3729b5e | ||
|
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 |
---|---|---|
|
@@ -35,7 +35,7 @@ require ( | |
github.com/slack-go/slack v0.15.0 | ||
github.com/smartcontractkit/chain-selectors v1.0.27 | ||
github.com/smartcontractkit/chainlink-automation v0.8.1 | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241029124258-09d605658a80 | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241029125354-816f0fbd59ae | ||
Check failure on line 38 in integration-tests/go.mod GitHub Actions / Validate go.mod dependencies
|
||
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241025132045-cfad02139595 | ||
github.com/smartcontractkit/chainlink-protos/job-distributor v0.4.0 | ||
github.com/smartcontractkit/chainlink-testing-framework/havoc v1.50.2 | ||
|
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 |
---|---|---|
|
@@ -64,7 +64,7 @@ require ( | |
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
github.com/sagikazarmark/locafero v0.4.0 // indirect | ||
github.com/sagikazarmark/slog-shim v0.1.0 // indirect | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241029124258-09d605658a80 // indirect | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241029125354-816f0fbd59ae // indirect | ||
Check failure on line 67 in integration-tests/load/go.mod GitHub Actions / Validate go.mod dependencies
|
||
github.com/smartcontractkit/chainlink-cosmos v0.5.2-0.20241017133723-5277829bd53f // indirect | ||
github.com/smartcontractkit/chainlink-testing-framework/havoc v1.50.2 // indirect | ||
github.com/smartcontractkit/grpc-proxy v0.0.0-20240830132753-a7e17fec5ab7 // 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