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.
Failing test case can on #429.
Technically it is not a bug, but the behavior seems to make
Bound::inclusivenot 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.