Releases: polkascan/py-substrate-interface
Releases · polkascan/py-substrate-interface
v1.1.8 release
- Store results found bool as meta_info of result obj #177
- Added auto_reconnect kwarg
- Accept (derived) ScaleType objects directly as encoding input
v1.1.7 release
Overview
- Fixed incorrect HDKD path length check #176
- Less strict version requirements in ECDSA dependencies #174
Full Changelog: v1.1.6...v1.1.7
v1.1.6 release
Corrected number of storage function params based on hashers #169
v1.1.5 release
Overview
- Decode default value of storage function when no result #173
- Added Moonbeam type registry
- Fix RPC results processing race condition in case of subscriptions
Full Changelog: v1.1.4...v1.1.5
v1.1.4 release
- Added missing EthereumAddress type in Moonriver type registry #166
- Updated version of RUST bindings: Python 3.10 wheels
Full Changelog: v1.1.3...v1.1.4
v1.1.3 release
- Added
ChargeAssetTxPayment
extension support - Determine
ss58_format
from runtime constant
Full Changelog: v1.1.2...v1.1.3
v1.1.2 release
What's Changed
- Added signed extensions support by @arjanz in #163
- Fixed incorrect key generation when using numeric derivation paths #157
- Added create_scale_object convenience method polkascan/py-scale-codec#64
- Removed block caching #158
Full Changelog: v1.1.1...v1.1.2
v1.1.1 release
Also apply type registry presets for runtimes with a PortableRegistry, to enable zero-configuration for chains like Moonbase Alpha who have different Address
and ExtrinsicSignature
types
v1.1 release
What's Changed
- Added support for ECDSA keypairs by @arjanz in #154
- Automatic gas prediction when omitting
gas_limit
inContractInstance.exec()
- Removed several deprecated keyword arguments
Full Changelog: v1.0.6...v1.1