From d5bfa3ec57bde0d42e3d6a6635843e57cc2be515 Mon Sep 17 00:00:00 2001 From: stan Date: Tue, 11 Jul 2023 14:07:30 +0800 Subject: [PATCH] chore: update recent history --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3d2b8fa0..6ef57533 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,9 @@ __5.3.0__ - Optimize argument validation for `createToken`, `updateToken` and `applyForSR` - callValue can be 0 when the contract constructor is payable - Support shouldPollResponse to customize poll times ([#368](https://github.com/tronprotocol/tronweb/issues/368)) +- Support [Tip541](https://github.com/tronprotocol/tips/issues/541) by `transactionBuilder.cancelUnfreezeBalanceV2` +- Support [Tip542](https://github.com/tronprotocol/tips/issues/542) by adding a parameter in `transactionBuilder.delegateResource` +- Support estimate the energy used in contract deployment by `transactionBuilder.deployConstantContract` __5.2.0__ - Support build transactions locally with protobuf