-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Misc fixes for CCIP1.6 staging #14665
Access has been restricted
You have triggered a rate limit.
Please wait a few minutes before you try again;
in some cases this may take up to an hour.
Conversation
connorwstein
commented
Oct 4, 2024
•
edited
Loading
edited
- Add BalanceAt for gas funding
- Add cap reg view
- Remove transaction receipt retries (ethereum.NotFound expected), let Confirm handle that specially
- Fix JD connectivity
WF: CI Core#42d6144No errors found in this run. 🎉 |
RMN map[string]v1_6.RMNRemoteView `json:"rmn,omitempty"` | ||
OnRamp map[string]v1_6.OnRampView `json:"onRamp,omitempty"` | ||
OffRamp map[string]v1_6.OffRampView `json:"offRamp,omitempty"` | ||
CapabilityRegistry map[string]v1_6.CapRegView `json:"capabilityRegistry,omitempty"` |
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.
The contract is versioned 1.0 though
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.
yeah this is a bit of a weird case, its shared/multi-product 1.0 contract which we introduced in 1.6. I think still makes most sense to include in 1.6
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.
How about adding a comment? so that we don't end up changing it later
…chainlink into CCIP-3572-staging-ccip
|