0xekez / cw-ibc-example

An example smart contract + test suite for communicating over IBC.
BSD 3-Clause "New" or "Revised" License
80 stars 12 forks source link

Use cosmwasm std mocking in tests #1

Open d3v3us opened 2 years ago

d3v3us commented 2 years ago

We could use mocking IBC functions below to demonstrate IBC working example that comes with some cool example tests. mock_ibc_channel, mock_ibc_packet_recv mock_ibc_channel_connect_ack, mock_ibc_channel_connect_confirm etc.

0xekez commented 2 years ago

Yes! Would love some help with this if you'd like to contribute. The cw-plus icw20 contract has some nice examples of doing this.