-
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.
Add
getNextDONId
and getNodesByP2PIds
Functions and define `ICapa…
…bilitiesRegistry` Interface (#14696) * feat: add getNextDonId and batch getNodes getter * fix: prettier * add changeset * feat: add interface to fetch NodeInfo from CapabilitiesRegistry * prettier fix * prettier fix * add test for getNodes revert on invalid p2pId * merge fixes * fix offchain setup * forge fmt * CCIP-3569 update changeset * CCIP-3569 core changeset * CCIP-3569 bump version of CapabilitiesRegistry * Update gethwrappers * CCIP-3569 bump version of CapabilitiesRegistry in test * fix wrappers * Update gethwrappers * correct pragma for INodeInfoProvider.sol * fix wrapper --------- Co-authored-by: app-token-issuer-infra-releng[bot] <120227048+app-token-issuer-infra-releng[bot]@users.noreply.github.com>
- Loading branch information
1 parent
7cd384b
commit 072bfb6
Showing
25 changed files
with
444 additions
and
308 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,8 @@ | ||
--- | ||
"chainlink": minor | ||
--- | ||
|
||
#internal add getNextDonId() and getNodes(bytes32[] calldata p2pIds) in CapabilitiesRegistry and define interface for node info | ||
|
||
|
||
PR issue: CCIP-3569 |
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,9 @@ | ||
--- | ||
'@chainlink/contracts': minor | ||
--- | ||
|
||
#internal add getNextDonId() and getNodes(bytes32[] calldata p2pIds) in CapabilitiesRegistry and define interface for node info | ||
|
||
|
||
|
||
PR issue: CCIP-3569 |
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
Oops, something went wrong.