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
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.
The text was updated successfully, but these errors were encountered:
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
fromTWOX_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.
The text was updated successfully, but these errors were encountered: