-
Notifications
You must be signed in to change notification settings - Fork 42
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
Add IBC support to multi-test #1
Comments
Has any progress been made here? |
I am considering doing this with cosmjs, as the ibc stack is very hard to emulate. I will post some update here in a week, please ping me if I forget |
Okay, sounds good, thanks for letting me know! |
@ethanfrey Hey, any update to this? |
I have made https://github.com/CosmWasm/resources with many links In particular, I made a new repo https://github.com/confio/cw-ibc-demo which I explain at hackatom Seoul (jt was 11am Saturday if you find the recording. check it out |
Okay sweet, found the recording and linking it here in case anyone else finds this thread - https://youtu.be/x75UobIr4qo?t=7183 |
I guess I would take it at some point unless anyone else would. My suggestion for that is: [ ] Add module to handle IbcMsg Open question -
All approaches have pros and cons, after a bit of thought I am leading to the last one. |
The last one sounds like it would work best. |
I am closing this issue, as IBC support will be implemented as in #184. |
We now have support for Custom Msg and Queries, and an easy way to plug in Staking and Distribution support. (#266)
One missing feature is being able to simulate IBC calls between 2 apps. This will require significant changes to the App structure and some coordinator that controls 2 apps. Rather than hide this as a checkbox, it makes sense to pull it into a full-blown issue to discuss.
The text was updated successfully, but these errors were encountered: