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

Refactor AcknowledgementMsg in ibc-reflect and ibc-reflect-send #1833

Merged
merged 4 commits into from
Aug 23, 2023

Conversation

webmaster128
Copy link
Member

This avoids reusing the ContractResult type for the acknowledgement enum. Those two things belong to different parts of the stack and are better kept separate. On the JSON level this PR does not change the format.

With this refactoring we get clarity that AcknowledgementMsg cannot trivially be changed to StdAck and will not change as part of #1512

Copy link
Collaborator

@chipshort chipshort left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@webmaster128 webmaster128 merged commit f0ab9bb into main Aug 23, 2023
3 checks passed
@webmaster128 webmaster128 deleted the refactor-acknowledgement-msg branch August 23, 2023 08:43
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.

2 participants