-
Notifications
You must be signed in to change notification settings - Fork 336
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
IBC Callbacks #2025
IBC Callbacks #2025
Conversation
2aed858
to
3b18e9e
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.
Cool stuff! Very incomplete but some first thoughts. Thanks for the nice documentation, very helpful.
83c2b6a
to
ee37d1e
Compare
1f0f92c
to
6aa17e2
Compare
15eab52
to
5a7f6b6
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.
LGTM! (from my point of view with more limited understanding)
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.
🙌 Great job, clean and straight forward
97ea02f
to
35d1592
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.
Thank you for this amazing work. Left some of my thoughts. Always feel free to ping me.
fb845d9
to
381be55
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.
🥳🥳🥳
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.
Looks very good. Just CHANGELOG entry and sync with main, then I think this is good to go
Co-authored-by: srdtrk <59252793+srdtrk@users.noreply.github.com>
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
closes #1938
Implements the following:
ibc-callbacks
contract: a new contract that keeps track of the callbacks that were called and provides a query to get the data that was passed to the callbacks. This is used in wasmd for an e2e test.ibc_source_chain_callback
andibc_destination_chain_callback
, as well as the corresponding message typesIbcCallbackRequest
type (and types it contains): Allows constructing the json format for thememo
field with strong typing