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
Since new Key wrapper type was added in #547, now it's time to start actually deprecating IntKey type usage.
Change default prefix's type from IntKey to Key a naked int key in some contract as an example.
Tests in, for example, map.rs from storage-plus could be adapted as well: https://github.com/CosmWasm/cw-plus/blob/main/packages/storage-plus/src/map.rs#L272
Follow up of #472.
Since new
Key
wrapper type was added in #547, now it's time to start actually deprecatingIntKey
type usage.Change default prefix's type from
IntKey
toa naked int key in some contract as an example.Key
Tests in, for example,
map.rs
fromstorage-plus
could be adapted as well:https://github.com/CosmWasm/cw-plus/blob/main/packages/storage-plus/src/map.rs#L272
Example in contract: https://github.com/CosmWasm/cw-plus/blob/main/contracts/cw3-flex-multisig/src/state.rs#L156-L157
The text was updated successfully, but these errors were encountered: