Skip to content

Releases: laalaguer/thor-requests.py

v1.2.5

25 Jul 13:28
Compare
Choose a tag to compare

This is a patch release.

  • Depends on thor-devkit.py v1.0.14.
  • Complete removal of pysha3 lib dependency in code.

v1.2.3

17 May 05:27
Compare
Choose a tag to compare
  • Freeze the dependencies.
  • Tighten the rights to publish.
  • This could be the last release of v1.x of thor-requests.py, more to come when thor-devkit.py is updated.

v1.2.2

10 Feb 05:58
Compare
Choose a tag to compare

This release consists of several new params in transact and transact_multi that previously hasn't been exposed:

  • Add Gas Price Coef
  • Add Expiration
  • Add DependsOn

v1.2.1 - Minor Fix

12 Jan 08:27
Compare
Choose a tag to compare
  • Add a better example of how raw tx is fee delegated.
  • Fix the data when a tx is emulated, clauses.clause.value should be a string rather than number.

V1.2.0 - Remote Fee Delegation VIP-201

11 Jan 06:58
Compare
Choose a tag to compare

This is a feature update:

  • Fee delegation, now you can use utils.sign_delegated_tx() function to sign a raw transaction received remotely. This is according to VIP-201 fee delegation standard.
  • Add connector.transfer_token() function to transfer any VIP180 tokens (with fee delegation support)

v1.1.1

03 Jan 02:50
Compare
Choose a tag to compare

Minor upgrade:

  • Add revision to call() and call_multi() functions. Now you can make calls to specific blocks.

v1.1.0 - Fee Delegation

20 Dec 03:41
025a360
Compare
Choose a tag to compare

This update of SDK now includes a local fee-delegation feature.

v1.0.0 - Official

16 Nov 06:53
Compare
Choose a tag to compare

v1.0.0 for Python SDK thor-requests.py is here.

Enjoy a full suite of wallet creation, contract interaction, multi-clause transactions on backend using Python.

  • Contract deploy, query and interaction
  • Fast VET, VTHO and token transfer.
  • Easy log debugging and return debugging.

v0.8.0

15 Jul 04:21
Compare
Choose a tag to compare

New features:

  • Support solidity 0.8.0 compiler, the "Panic()" error message.
  • Add ticker() function to better timing on next block.

v0.6.0

24 Jun 06:50
Compare
Choose a tag to compare
  • Add VET transfer, VTHO transfer.
  • Fix some hidden bugs.
  • Add test cases.