* Implemented NMap storage hasher * Prevent QueryMapResult to fetch new page when previous iteration already complete * GenericMultiAddress encode/decode did not correctly detect SS58 encoded values * Type registry updates
0.13.4
* Introduced separate (cached) `get_constant()` function which SCALE decodes the value from metadata * `get_metadata_constant()` will now only contain the raw SCALE bytes as defined in the metadata
0.13.3
* Default ignore_decoding_errors to True for query_map * Scalecodec bump: added bridge types and fixed NMap hasher struct
0.13.2
Wrap return type of storage function in an `Option<...>` if modifier is 'Optional'
0.13.1
* Fixed duplicate encode already encoded `AccountId` in contract deploy * Scalecodec bump: Refactored Tuple type