Skip to content
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

chore(test): migrate wasm ibc to cw_ibc_example from reflect_send #1131

Merged

Conversation

kakucodes
Copy link
Contributor

Spoke to Reece about the difficulties in getting the wasm ibc test to pass and we agreed it would be sensible to use the cw-ibc-example contract to test wasm ibc as it's more straight forward and more up to date.

Additionally I added a helper for querying the ContractInfo from a chain so that we can get the wasm ports directly instead of assuming the implementation detail of how portIds are constructed.

https://github.com/0xekez/cw-ibc-example

resolves: #998

@kakucodes kakucodes requested a review from a team as a code owner May 13, 2024 20:21
Copy link

vercel bot commented May 13, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
interchaintest-docs ⬜️ Ignored (Inspect) Visit Preview May 14, 2024 4:02pm

chain/cosmos/module_cosmwasm.go Outdated Show resolved Hide resolved
examples/ibc/wasm/wasm_ibc_test.go Show resolved Hide resolved
@Reecepbcups Reecepbcups changed the title chore: switched wasm ibc test from reflect_send to cw_ibc_example chore(test): migrate wasm ibc to cw_ibc_example from reflect_send May 13, 2024
Copy link
Member

@Reecepbcups Reecepbcups left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 minor nits, otherwise LGTM ! Approving so it is not blocked on me

@Reecepbcups Reecepbcups merged commit 1340e70 into strangelove-ventures:main May 19, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wasm IBC test ought not fail.
2 participants