CosmWasm / cw-storage-plus

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

Make `Uint64`, `Uint128`, `Int64`, `Int128` usable as keys #86

Closed uint closed 1 month ago

uint commented 1 month ago

This doesn't break the API in a very serious way.

I think if we want to do the same for 256-bit and 512-bit values, we'll need to break API by adding larger variants to this enum. I guess we might as well (in another PR) since we're likely to release cw-storage-plus 3.0.0.