CosmWasm / cosmwasm

Framework for building smart contracts in Wasm for the Cosmos SDK
https://www.cosmwasm.com/
Apache License 2.0
1.06k stars 330 forks source link

Move and rename `MemoryStorage` to `MockStorage` #2237

Open chipshort opened 1 month ago

chipshort commented 1 month ago

There is no need to have it separate from the testing module. It was never used for something else.