What's Changed * Added support for ECDSA keypairs by arjanz in https://github.com/polkascan/py-substrate-interface/pull/154 * Automatic gas prediction when omitting `gas_limit` in `ContractInstance.exec()` * Removed several deprecated keyword arguments
What's Changed * Fixed incorrect reload of type registry when PortableRegistry is present * Fixing calculation of total fee amount when event is a balances/deposit by ilkericyuz in https://github.com/polkascan/py-substrate-interface/pull/142 * Fixed MetadataV14 block author retrieval 138 * Fixed exception when event had no attributes * Fixed exception when Call has no args * Pallet index is explicitly stored in metadata * Added alias for type xcm::latest::Outcome * Incorrect processing of BTreeMap types in MetadataV14