Skip to content

Releases: polkascan/py-substrate-interface

v0.13.11 release

20 Jul 10:44
Compare
Choose a tag to compare

Removed packaging dependency; replaced with custom version compare function

v0.13.10 Release

19 Jul 09:46
Compare
Choose a tag to compare

Added missing packaging requirement

v0.13.9 Release

28 Jun 10:47
Compare
Choose a tag to compare
  • Contract event rename ContractExecution to ContractEmitted
  • Contract type indexes are 0-based after 0.7.0
  • Scalecodec version bump

v0.13.8 Release

08 Jun 12:14
Compare
Choose a tag to compare

Type registry update

v0.13.7 Release

01 Jun 18:47
Compare
Choose a tag to compare

Use system_accountNextIndex to determine next nonce and take transaction pool into account

v0.13.6 release

28 May 12:00
Compare
Choose a tag to compare

Fixed duplicate SS58 decoding of block_author

v0.13.5 release

27 May 15:19
Compare
Choose a tag to compare
  • 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

25 May 16:38
Compare
Choose a tag to compare
  • 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

20 May 14:03
Compare
Choose a tag to compare
  • Default ignore_decoding_errors to True for query_map
  • Scalecodec bump: added bridge types and fixed NMap hasher struct

v0.13.2 release

11 May 13:46
Compare
Choose a tag to compare

Wrap return type of storage function in an Option<...> if modifier is 'Optional'