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

fix(vibc): accommodate ibc-go v3 breaking changes #8127

Merged
merged 3 commits into from
Aug 5, 2023

Conversation

michaelfig
Copy link
Member

@michaelfig michaelfig commented Aug 1, 2023

Description

@schnetzlerjoe reported that outbound dibc channels were not modifying the chain's channel state. We traced this down to a breaking change in ibc-go v3.

This PR uses a helper function available in ibc-go v3 to write channel state and emit events. We can also remove our hackish workaround to emit relayer-compatible events.

Security Considerations

n/a

Scaling Considerations

n/a

Documentation Considerations

n/a

Testing Considerations

Manually tested with a dibc contract. We really need to make tests using the IBC Testing Framework.

Upgrade Considerations

n/a

@michaelfig michaelfig self-assigned this Aug 1, 2023
@schnetzlerjoe
Copy link
Contributor

@michaelfig This works like a charm! Manually tested

@michaelfig michaelfig added this pull request to the merge queue Aug 5, 2023
Merged via the queue into master with commit 81776f3 Aug 5, 2023
66 of 67 checks passed
@michaelfig michaelfig deleted the mfig-vibc-write-open-init branch August 5, 2023 19:40
mhofman pushed a commit that referenced this pull request Aug 7, 2023
fix(vibc): accommodate ibc-go v3 breaking changes
mhofman pushed a commit that referenced this pull request Aug 7, 2023
fix(vibc): accommodate ibc-go v3 breaking changes
mhofman pushed a commit that referenced this pull request Nov 8, 2023
fix(vibc): accommodate ibc-go v3 breaking changes
mhofman pushed a commit that referenced this pull request Nov 10, 2023
fix(vibc): accommodate ibc-go v3 breaking changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants