Closed gluax closed 5 months ago
Part of this issue was previously raised in https://github.com/CosmWasm/wasmd/issues/1617 and subsequently changed in https://github.com/CosmWasm/wasmd/pull/1618. So, on the actual chain, this is allowed since wasmd v0.45.0.
That still leaves the cw-multi-test
implementation to be changed. I'm moving this over to the multi test repo.
@gluax : fixes will be applied to version 2.1.0 (#180) and backported to version 1.2.0 (#181) of MultiTest.
Hi @gluax, there is a new version 1.2.0 of MultiTest published. You can check if your test case works fine.
Confirmed it does work! Thanks all!
If you have an attribute with an empty string as a value, when returning a response, it fails to send the response.
i.e. an execute msg that returns:
Ok(Response::<Empty>::new().add_attribute("oopa", ""))
will fail.I am testing this using
cw-multi-test
Versions:
This may be fixed on newer versions, or maybe this is caused by cw-multi?