-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add getNextDONId
and getNodesByP2PIds
Functions and define ICapabilitiesRegistry
Interface
#14696
Conversation
Static analysis results are availableHey @0xsuryansh, you can view Slither reports in the job summary here or download them as artifact here. Please check them before merging and make sure you have addressed all issues. |
WF: CI Core#036edc7No errors found in this run. 🎉 |
WF: CI Core#5cc8f9fNo errors found in this run. 🎉 |
WF: CI Core#90d5e5aNo errors found in this run. 🎉 |
WF: CI Core#de42d75No errors found in this run. 🎉 |
WF: CI Core#62c9ca0No errors found in this run. 🎉 |
WF: CI Core#459247fNo errors found in this run. 🎉 |
WF: CI Core#42a4b86No errors found in this run. 🎉 |
WF: CI Core#f723686No errors found in this run. 🎉 |
WF: CI Core#a6e7955No errors found in this run. 🎉 |
WF: CI Core#c9a5a30No errors found in this run. 🎉 |
CapabilitiesRegistry
Interface with Events and Function Signatures and new getters
CapabilitiesRegistry
Interface with Events and Function Signatures and new gettersgetNextDONId
and getNodes
Functions and define ICapabilitiesRegistry
Interface
…tters_interface # Conflicts: # core/gethwrappers/ccip/generation/generated-wrapper-dependency-versions-do-not-edit.txt
Quality Gate passedIssues Measures |
Description:
This PR introduces the
getNextDONId
andgetNodesByP2PIds
functions to theCapabilitiesRegistry
contract. Additionally, it defines theINodeInfoProvider
interface to abstract node information retrieval functionality and ensure consistency for calling contracts.Key Changes:
New Functions:
p2pId
.INodeInfoProvider Interface: