-
Notifications
You must be signed in to change notification settings - Fork 33
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 testing #33
Comments
I think using interchaintest could be a nicer way to execute this. Basically do away with the current chain spawn. Spin up an environment using Interchaintest specification for multiple chain processes and later use RPC to send Execute/ Query messages to each respective chain instead of running within the same process. Do you see any potential issues with it? |
I think what I want for test tube is to avoid is upfront orchestration cost in order to run integration test (between contract, chain and other chains, not of a real env). With that, it run faster easier to control the environment. But if I'm not understanding you correctly. please lmk. |
Hello have you made any progress in that direction ? |
To be able to test cross-chain CosmWasm contract,
test-tube
needs to be able to relay IBC packet across.As suggested by @ethanfrey & @alpe, since the idea of
test-tube
is similar to howibctesting
is constructed, which we can take inspiration from for enabling IBC testing fortest-tube
.The text was updated successfully, but these errors were encountered: