We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
range_de
Map
Let's extend range deserialization to map-like IndexedMap, SnapshotMap and IndexedSnapshotMap.
IndexedMap
SnapshotMap
IndexedSnapshotMap
#432 follow-up.
The text was updated successfully, but these errors were encountered:
range
This is partially addressed by #498 and #500, but there are still a number of missing impls:
Map requires:
sub_prefix_range_de
SnapshotMap requires:
prefix_de
sub_prefix_de
keys_de
prefix_range_de
IndexedMap requires:
IndexedSnapshotMap requires:
Sorry, something went wrong.
uint
maurolacy
No branches or pull requests
Let's extend range deserialization to map-like
IndexedMap
,SnapshotMap
andIndexedSnapshotMap
.#432 follow-up.
The text was updated successfully, but these errors were encountered: