Added unit tests for cosmwasm_std::testing::MockApi used by default in App.
In future versions of cosmwasm-std, the behavior of cosmwasm_std::testing::MockApi will be changed, so these tests should then guard these changes.
For planned changes in cosmwasm_std::testing::MockApi see:
Added integration test for AppBuilder::with_api function that takes as an argument a custom implementation of Api trait. This example test shows how to apply custom address encodings to Api interface.
Added unit tests for
cosmwasm_std::testing::MockApi
used by default inApp
. In future versions ofcosmwasm-std
, the behavior ofcosmwasm_std::testing::MockApi
will be changed, so these tests should then guard these changes. For planned changes incosmwasm_std::testing::MockApi
see:Added integration test for
AppBuilder::with_api
function that takes as an argument a custom implementation ofApi
trait. This example test shows how to apply custom address encodings toApi
interface.