Skip to content
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

Merged
merged 7 commits into from
Oct 4, 2024
Merged

Misc fixes for CCIP1.6 staging #14665

merged 7 commits into from
Oct 4, 2024

Conversation

connorwstein
Copy link
Contributor

@connorwstein connorwstein commented Oct 4, 2024

  • Add BalanceAt for gas funding
  • Add cap reg view
  • Remove transaction receipt retries (ethereum.NotFound expected), let Confirm handle that specially
  • Fix JD connectivity

@connorwstein connorwstein requested a review from a team as a code owner October 4, 2024 16:03
Copy link
Contributor

github-actions bot commented Oct 4, 2024

WF: CI Core#42d6144

No 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"`
Copy link
Contributor

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

Copy link
Contributor Author

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

Copy link
Contributor

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

AnieeG
AnieeG previously approved these changes Oct 4, 2024
@cl-sonarqube-production
Copy link

@connorwstein connorwstein added this pull request to the merge queue Oct 4, 2024
Merged via the queue into develop with commit e82fb0c Oct 4, 2024
149 checks passed
@connorwstein connorwstein deleted the CCIP-3572-staging-ccip branch October 4, 2024 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants