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

Implement TransferMsgBuilder #2167

Merged
merged 8 commits into from
Jun 5, 2024
Merged

Conversation

chipshort
Copy link
Collaborator

closes #2122
This is a follow-up to one of @srdtrk's comments in the IBC Callbacks PR.

It implements a builder for the IbcMsg::Transfer that handles the serialization of the memo field and provides type safety. We can also add more functions and memo states later if we need to support additional custom memo field formats.

chipshort and others added 2 commits June 4, 2024 10:09
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
Copy link
Member

@webmaster128 webmaster128 left a comment

Choose a reason for hiding this comment

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

Nice, just a CHANGELOG

packages/std/src/lib.rs Show resolved Hide resolved
@chipshort chipshort merged commit 7346ae1 into main Jun 5, 2024
31 checks passed
@chipshort chipshort deleted the chipshort/transfer-msg-builder branch June 5, 2024 10:52
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.

Improve IBC Callbacks Helpers
2 participants