Closed webmaster128 closed 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.
fn to_length_prefixed
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
.