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
After #432, we'll have full range deserialization working for Map.
Let's deprecate range in favour of range_de, keeping range as range_raw.
Regarding prefix vs. prefix_de, let's (try to) keep prefix_de as prefix, and remove the current prefix. That is, no prefix_raw impl, which will be confusing. That implies making range_raw work with / over prefix_de.
This also includes migrating the code in contracts to take advantage of the new key deserialization when useful.
Also, as part of this, let's improve traits segregation over Map and Prefix range-related methods, so that trait bounds are enforced only when strictly needed.
The text was updated successfully, but these errors were encountered:
After #432, we'll have full range deserialization working for
Map
.Let's deprecate
range
in favour ofrange_de
, keepingrange
asrange_raw
.Regarding
prefix
vs.prefix_de
, let's (try to) keepprefix_de
asprefix
, and remove the currentprefix
. That is, noprefix_raw
impl, which will be confusing. That implies makingrange_raw
work with / overprefix_de
.This also includes migrating the code in contracts to take advantage of the new key deserialization when useful.
Also, as part of this, let's improve traits segregation over
Map
andPrefix
range-related methods, so that trait bounds are enforced only when strictly needed.The text was updated successfully, but these errors were encountered: