-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
The decoding of storage keys used in the clients will break if the hasher used by their containing map changes (e.g. switching to BLAKE_2_128 from TWOX_64). That is because the decoding uses hardcoded assumptions, in spite of the hasher info being available in the metadata.
Describe the solution you'd like
Either add tests so the pipeline breaks on such a change, or ask Parity if there is an automatic way of using metadata information to decode storage keys.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Todo ⏳