Releases: polkascan/py-substrate-interface
Releases · polkascan/py-substrate-interface
v0.13.11 release
Removed packaging
dependency; replaced with custom version compare function
v0.13.10 Release
Added missing packaging requirement
v0.13.9 Release
- Contract event rename
ContractExecution
toContractEmitted
- Contract type indexes are 0-based after 0.7.0
- Scalecodec version bump
v0.13.8 Release
Type registry update
v0.13.7 Release
Use system_accountNextIndex
to determine next nonce and take transaction pool into account
v0.13.6 release
Fixed duplicate SS58 decoding of block_author
v0.13.5 release
- 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
v0.13.4 release
- 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
Release v0.13.3
- Default ignore_decoding_errors to True for query_map
- Scalecodec bump: added bridge types and fixed NMap hasher struct
v0.13.2 release
Wrap return type of storage function in an Option<...>
if modifier is 'Optional'