Skip to content

Releases: ainblockchain/ain-py

v1.3.0 Release Note

11 Jul 08:34
e9b7218
Compare
Choose a tag to compare

Updates:

  • Support ETH derivation path in account generation from mnemonic
  • Update test for the recent blockchain param (tx_bytes_limit) changes

v1.2.1 release note

29 Apr 07:19
4116ea3
Compare
Choose a tag to compare
  • update typing-extention version

v1.2.0 Release Note

05 Apr 03:58
6225ec3
Compare
Choose a tag to compare

Updates:

  • Update docs.yml actions file to set python version
  • Add missing methods for JSON RPC APIs

v1.1.0 Release Note

13 Mar 06:34
da10459
Compare
Choose a tag to compare
v1.1.0 Release Note Pre-release
Pre-release

Updates:

  • Support isDryrun option for transaction methods
  • Support signers for signing transactions
  • Allow only up to 6 decimals of transfer values
  • Allow only positive transfer values
  • Fix different JSON format issue for floating point numbers
  • Add python 3.11 to test versions