-
Notifications
You must be signed in to change notification settings - Fork 351
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
[2.0] Add memo field to IbcMsg::Transfer
#1878
Conversation
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.
Here is an interesting approach for a better Rust API using an Option: https://github.com/CosmWasm/cosmwasm/pull/1757/files. One in Go, there is no difference between None and "" anymore. But Option might be a nicer way of skipping. What do you think about it? (The type needs to be String instead of Binary in any case)
I think Option is more rusty. 👍 |
a6ddea1
to
9e21260
Compare
b8ac07b
to
5bda166
Compare
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.
Nice, just the CHANGELOG entry
5bda166
to
eb2c9ce
Compare
closes #1477