Skip to content

Releases: tronprotocol/wallet-cli

wallet-cli-4.7.5

05 Jun 06:24
e876f25
Compare
Choose a tag to compare

Notice

Non-mandatory upgrade

New Features

Change

  1. 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:

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

15 Mar 11:07
c018da6
Compare
Choose a tag to compare

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:

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

25 Oct 14:16
631ccea
Compare
Choose a tag to compare

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:

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

01 Jul 14:31
31e626e
Compare
Choose a tag to compare

Notice

Non-mandatory upgrade

New Features

Change


Integrity Check

All jar files available in this release are signed via this GPG key:

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

17 Apr 10:45
2c60edc
Compare
Choose a tag to compare

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:

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

16 Jan 09:06
52eb6b0
Compare
Choose a tag to compare

Notices

Non-mandatory upgrade.

New Features

Change

  • estimateenergy estimates the energy consumption of a contract trade execution #535 #536
  • FreezeBalanceV2๏ผš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 resource
  • UnDelegateResource๏ผšundelegate resource
  • WithdrawExpireUnfreeze๏ผšwithdraw unfrozen balance
  • GetAvailableUnfreezeCount๏ผšremaining times of available unstaking
  • GetCanWithdrawUnfreezeAmount๏ผšquery the withdrawable balance at the specified timestamp
  • GetCanDelegatedMaxSize๏ผš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 toAddress
  • GetDelegatedResourceAccountIndexV2๏ผšquery the resource delegation index by an account

Integrity Check

All jar files available in this release are signed via this GPG key:

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

18 Aug 08:49
cd701ad
Compare
Choose a tag to compare

Notices

Non-mandatory upgrade.

New Features

  • GetBlockByIdOrNum: Query header by id or block number #502

wallet-cli-4.4.1

26 Apr 10:57
851ff73
Compare
Choose a tag to compare

Notices

Non-mandatory upgrade.

Changes

  • Fix the json format of unknownfields, include gettransactionbyid, getblock(#484).

wallet-cli-4.4.0

18 Oct 05:45
Compare
Choose a tag to compare

Notices

Non-mandatory upgrade.

New Commands

  • DeployConstantContract: similar to TriggerConstantContract, simulate contract deployment

Changes

  • Support the TriggerConstantContract api optimization
  • Optimize TriggerContract, TriggerConstantContract, DeployContract commands usage

wallet-cli-4.3.0

05 Aug 03:56
939f517
Compare
Choose a tag to compare

Notices

Non-mandatory upgrade.

Changes

  • Change the cryptography library to bouncy castle (#439).
  • Add a new type: Error in smart contract ABI (#440).
  • Add a new field: energy_used in TransactionExtention (#444).