-
Notifications
You must be signed in to change notification settings - Fork 110
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 fixes #174
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.
💪
has_ibc_entry_points: report.has_ibc_entry_points, | ||
} | ||
} | ||
} |
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 implementation. I'm glad we don't need to worry about C layout in cosmwasm_vm
.
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.
Yeah, I'd only do with that right at the FFI boundary.
Normal rust types in cosmwasm-vm and normal go types in wasmd.
This type just is used inside this same repo on both sides of FFI
This repo does not have one. It is wild west style here. |
Ready to merge from my side. @alpe if you approve, I will remove the |
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.
🎸
Replaces #172
Includes all updates from CosmWasm/cosmwasm#728 and CosmWasm/cosmwasm#736
This should be the "final" (for next release) state of ibc support in the cosmwasm vm and contracts
TODO: