Skip to content

Releases: tronprotocol/wallet-cli

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).

wallet-cli-4.2.1

20 May 10:34
676a278
Compare
Choose a tag to compare

Notices

Non-mandatory upgrade.

Changes

  • update fastjson lib version

wallet-cli-4.2

14 Apr 05:44
Compare
Choose a tag to compare

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

19 Mar 07:30
Compare
Choose a tag to compare

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 lookup
  • GetBlockBalanceTrace: fetch all balance-changing transactions in a block