Releases: tronprotocol/wallet-cli
wallet-cli-4.7.6
Notice
Non-mandatory upgrade
New Features
Change
- Update gradle version from 4.0 to 6.3 (#745)
- Update protobufVersion from 3.21.12 to 3.25.5 for security (#750)
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.5
Notice
Non-mandatory upgrade
New Features
Change
- Update dependencies for security, includes: (#728)
- Upgrade grpc, protobuf, etc.
- Remove spring framework
- Remove bcprov-jdk15on, geoip2, etc.
- Add bcprov-jdk18on, jackson-databind.
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.4
Notice
Non-mandatory upgrade
New Features
Change
- Optimize unexpected exception capture process of
scalingFactor
in API/wallet/createshieldedcontractparameters
. - Supply BLOCK_UNSOLIDIFIED in code for API
/wallet/broadcasttransaction
, to indicate when blocks cannot get solidified pile up.
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.3
Notice
Non-mandatory upgrade
New Features
Change
- Add gRPC interfaces for resource price query (#665, #667).
GetBandwidthPrices
GetEnergyPrices
GetMemoFee
- Update document links of APIs (#670).
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.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