CosmWasm / cw-multi-test

CosmWasm multi-contract testing framework
Apache License 2.0
48 stars 42 forks source link

We need to be careful with error handling here #197

Open DariuszDepta opened 4 months ago

DariuszDepta commented 4 months ago

We need to be careful with error handling here. A contract returning an error in ibc_packet_receive results in a StdAck::error ack being written.

_Originally posted by @chipshort in https://github.com/CosmWasm/cw-multi-test/pull/184#discussion_r1642844701_