* 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
Not secure
* 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
Not secure
* Default ignore_decoding_errors to True for query_map * Scalecodec bump: added bridge types and fixed NMap hasher struct
0.13.2
Not secure
Wrap return type of storage function in an `Option<...>` if modifier is 'Optional'
0.13.1
Not secure
* Fixed duplicate encode already encoded `AccountId` in contract deploy * Scalecodec bump: Refactored Tuple type
0.13.0
Not secure
* Return fallback/default value of storage function if RPC returns None * Decode constant_value in get_metadata_constant * Automatic encoding of `AccountId` types to SS58 format * Added MetadataV13 support * Added `BTreeSet`, `BTreeMap`, `HashMap` support * Added `BoundedVec` support * Added Cumulus types