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
Technically it is not a bug, but the behavior seems to make Bound::inclusive not very useful for upper bound of multi index. This whole issue is basically consequence of relying on lexicographical order for comparing keys, and raw &[u8] keys instead of proper key semantics. Somehow related to CosmWasm/cw-storage-plus#10 and #198.
The text was updated successfully, but these errors were encountered:
Failing test case can on #429.
Technically it is not a bug, but the behavior seems to make
Bound::inclusive
not very useful for upper bound of multi index. This whole issue is basically consequence of relying on lexicographical order for comparing keys, and raw&[u8]
keys instead of proper key semantics. Somehow related to CosmWasm/cw-storage-plus#10 and #198.The text was updated successfully, but these errors were encountered: