Releases: laalaguer/thor-requests.py
Releases · laalaguer/thor-requests.py
v1.2.5
v1.2.3
v1.2.2
v1.2.1 - Minor Fix
- 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
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
v1.1.0 - Fee Delegation
This update of SDK now includes a local fee-delegation feature.
v1.0.0 - Official
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.