-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core/capabilities/ccip: update CR config
Add MethodNameOffRampLatestConfigDetails to the CR config on the dest reader so we can read the config digest from the offramp.
- Loading branch information
Showing
12 changed files
with
136 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
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 |
---|---|---|
|
@@ -303,7 +303,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.34 // indirect | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241210163448-e683c0b91a44 // indirect | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241211113021-711365487c29 // indirect | ||
Check failure on line 306 in core/scripts/go.mod
|
||
github.com/smartcontractkit/chainlink-cosmos v0.5.2-0.20241202195413-82468150ac1e // indirect | ||
github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20241202141438-a90db35252db // 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 |
---|---|---|
|
@@ -28,7 +28,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.34 | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241210163448-e683c0b91a44 | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241211113021-711365487c29 | ||
Check failure on line 31 in deployment/go.mod
|
||
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241210192653-a9c706f99e83 | ||
github.com/smartcontractkit/chainlink-protos/job-distributor v0.6.0 | ||
github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.13 | ||
|
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 |
---|---|---|
|
@@ -78,7 +78,7 @@ 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-20241210163448-e683c0b91a44 | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241211113021-711365487c29 | ||
Check failure on line 81 in go.mod
|
||
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241210192653-a9c706f99e83 | ||
github.com/smartcontractkit/chainlink-cosmos v0.5.2-0.20241202195413-82468150ac1e | ||
github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20241202141438-a90db35252db | ||
|
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 |
---|---|---|
|
@@ -46,7 +46,7 @@ require ( | |
github.com/slack-go/slack v0.15.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-20241210163448-e683c0b91a44 | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241211113021-711365487c29 | ||
Check failure on line 49 in integration-tests/go.mod
|
||
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241210192653-a9c706f99e83 | ||
github.com/smartcontractkit/chainlink-protos/job-distributor v0.6.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 |
---|---|---|
|
@@ -406,7 +406,7 @@ require ( | |
github.com/sirupsen/logrus v1.9.3 // indirect | ||
github.com/smartcontractkit/chain-selectors v1.0.34 // indirect | ||
github.com/smartcontractkit/chainlink-automation v0.8.1 // indirect | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241210163448-e683c0b91a44 // indirect | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241211113021-711365487c29 // indirect | ||
Check failure on line 409 in integration-tests/load/go.mod
|
||
github.com/smartcontractkit/chainlink-cosmos v0.5.2-0.20241202195413-82468150ac1e // indirect | ||
github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20241202141438-a90db35252db // 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