Releases: tronprotocol/wallet-cli
wallet-cli-4.7.2
Notice
Non-mandatory upgrade
New Features
Change
- TIP-541 Support canceling unstaking in Stake 2.0 #642 #650
- TIP-542 Resource delegating supports customizable lock period #642
Integrity Check
All jar
files available in this release are signed via this GPG key:
- PUB: 1254 F859 D2B1 BD9F 66E7 107D F859 BCB4 4A28 290B
- UID: [email protected]
From the download listings below you should see links to the downloadable jar
files as well as sig
signature files. To verify the authenticity of any jar
file, grab the jar
and sig
files with the same prefix name and then execute the verification process: GPG signature verification
wallet-cli-4.7.1.1
Notice
Non-mandatory upgrade
New Features
Change
- Remove vulnerable APIs #5096
CreateAddress
,GenerateAddress
EasyTransfer
,EasyTransferByPrivate
,EasyTransferAsset
,EasyTransferAssetByPrivate
GetTransactionSign
,GetTransactionSign2
,AddSign
Integrity Check
All jar
files available in this release are signed via this GPG key:
- PUB: 1254 F859 D2B1 BD9F 66E7 107D F859 BCB4 4A28 290B
- UID: [email protected]
From the download listings below you should see links to the downloadable jar
files as well as sig
signature files. To verify the authenticity of any jar
file, grab the jar
and sig
files with the same prefix name and then execute the verification process: GPG signature verification
wallet-cli-4.7.0
Notices
Non-mandatory upgrade.
New Features
Change
estimateenergy
estimates the energy consumption of a contract trade execution #535 #536FreezeBalanceV2
:stake TRX to obtain TRON Power (voting rights) and bandwidth or energy.UnfreezeBalanceV2
:unstake TRX to release bandwidth and energy and at the same time TRON Power will be reduced and all corresponding votes will be canceled.DelegateResource
:delegate resourceUnDelegateResource
:undelegate resourceWithdrawExpireUnfreeze
:withdraw unfrozen balanceGetAvailableUnfreezeCount
:remaining times of available unstakingGetCanWithdrawUnfreezeAmount
:query the withdrawable balance at the specified timestampGetCanDelegatedMaxSize
:query the amount of delegatable resources of the specified resource Type for target address, unit is sun.GetDelegatedResourceV2
:query the amount of resources of a specific resourceType delegated by fromAddress to toAddressGetDelegatedResourceAccountIndexV2
:query the resource delegation index by an account
Integrity Check
All jar
files available in this release are signed via this GPG key:
- pub: 1254 F859 D2B1 BD9F 66E7 107D F859 BCB4 4A28 290B
- uid: [email protected]
From the download listings below you should see links to the downloadable jar
files as well as sig
signature files. To verify the authenticity of any jar
file, grab the jar
and sig
files with the same prefix name and then execute the verification process: GPG signature verification
wallet-cli-4.5.2
Notices
Non-mandatory upgrade.
New Features
GetBlockByIdOrNum
: Query header by id or block number #502
wallet-cli-4.4.1
Notices
Non-mandatory upgrade.
Changes
- Fix the json format of unknownfields, include gettransactionbyid, getblock(#484).
wallet-cli-4.4.0
Notices
Non-mandatory upgrade.
New Commands
DeployConstantContract
: similar toTriggerConstantContract
, simulate contract deployment
Changes
- Support the
TriggerConstantContract
api optimization - Optimize
TriggerContract
,TriggerConstantContract
,DeployContract
commands usage
wallet-cli-4.3.0
wallet-cli-4.2.1
Notices
Non-mandatory upgrade.
Changes
- update fastjson lib version
wallet-cli-4.2
Notices
Non-mandatory upgrade.
Changes
- Support freezing/unfreezing for Tron Power
- Support to obtain Tron Power info of the account through “getAccountResource“
wallet-cli-4.1.3
Notices
Non-mandatory upgrade.
Changes
- Add the librustzcash library to support native key generation and signature (#408).
- Refactor the shielded TRC20 contract demo(#412).
- TIP-209 Adapt to Solidity 0.6.0.
TriggerContract
: Support receive function in solidity 0.6.0.
New Features
GetAccountBalance
: perform a historical balance lookupGetBlockBalanceTrace
: fetch all balance-changing transactions in a block