CosmWasm / storey

Experimental storage abstractions for blockchain key-value stores
Apache License 2.0
3 stars 1 forks source link

Add copy of to_msgpack_vec/from_msgpack from cosmwasm-std and use them #39

Open webmaster128 opened 1 month ago

webmaster128 commented 1 month ago

In order to ensure a smooth non-breaking transition to cosmwasm_std::to_msgpack_vec/cosmwasm_std::from_msgpack (https://github.com/CosmWasm/cosmwasm/pull/2118) once they are added we should ensure the encoding implementation in cw-storey is in sync with those.

uint commented 3 weeks ago

This is resolved in https://github.com/CosmWasm/storey/pull/40 (and cw-storey 0.3.0), but I'm keeping this issue around for tracking.

Will close once there's just one version of the cosmwasm-std crate used here.