You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before CosmWasm 2.2, mock_env() returned an invalid address. In 2.2+, the contract address in mock_env() is valid for the default MockApi (bech32 prefix "cosmwasm"). Now it would be great to have some sort of Env mocker which returns addresses compatible with other Api implementations than cosmwasm_std::testing::MockApi.
The text was updated successfully, but these errors were encountered:
Before CosmWasm 2.2, mock_env() returned an invalid address. In 2.2+, the contract address in mock_env() is valid for the default MockApi (bech32 prefix "cosmwasm"). Now it would be great to have some sort of
Env
mocker which returns addresses compatible with otherApi
implementations thancosmwasm_std::testing::MockApi
.The text was updated successfully, but these errors were encountered: