- 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.
1.2.2
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
1.2.1
- 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.
1.2.0
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)
1.1.1
Minor upgrade: - Add revision to call() and call_multi() functions. Now you can make calls to specific blocks.
1.1.0
This update of SDK now includes a local fee-delegation feature.