-
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 remaining CCIP views #15590
Add remaining CCIP views #15590
Conversation
connorwstein
commented
Dec 10, 2024
•
edited
Loading
edited
- Basic views for CCIPHome and 1.5 ramps
- Remove old ccip_config
- Excluding token pool views for a follow up
AER Report: CI Core ran successfully ✅AER Report: Operator UI CI ran successfully ✅ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me - just generic comment about including contract addresses for each error in view. easier for debugging
@@ -117,8 +121,6 @@ type CCIPChainState struct { | |||
CapabilityRegistry *capabilities_registry.CapabilitiesRegistry | |||
CCIPHome *ccip_home.CCIPHome | |||
RMNHome *rmn_home.RMNHome | |||
// TODO remove once staging upgraded. | |||
CCIPConfig *ccip_config.CCIPConfig |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you also remove CommitStore ? We need to anyway include it in LegacyState
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think will be easy to just move to the new struct