CosmWasm / cw-storage-plus

Storage abstractions for CosmWasm smart contracts
Apache License 2.0
37 stars 27 forks source link

Use storage functions from cosmwasm_std::storage_keys #64

Closed webmaster128 closed 1 year ago

webmaster128 commented 1 year ago

This makes use of the exports from https://github.com/CosmWasm/cosmwasm/pull/1676 to avoid the duplication.

It cannot easily applies to the release/1.2 branch because there the cosmwasm-std requirement is too low. We need 1.4.0 to get the new export.

I'll keep this a draft until #61 is merged to release/1.2 and release/1.2 is merged to main to avoid the duplicated removal of fn to_length_prefixed.