github tronprotocol/trident 0.7.0

latest releases: 0.11.0, 0.10.0, 0.9.2...
2 years ago
  1. feat(core): support customizable gRPC interceptors
    Note: developers can add customizable gRPC interceptors in ApiWrapper constructor, enabling embedding some customizable interceptor logic (eg: logging/metrics), before the request/after the response, of a gRPC call.

  2. feat(core): support more java-tron gRPC APIs introduced in 4.7.2 release as following:

  • cancelAllUnfreezeV2(): cancel all unstaking transactions in the waiting period.
  • estimateEnergy (): estimate the energy required to successfully execute a smart contract transaction (parameter is Function)
  • estimateEnergyV2(): estimate the energy required to successfully execute a smart contract transaction (parameter is callData)
  • delegateResourceV2(): delegate bandwidth/energy to another account, new parameter lockPeriod is added, users can specify their own lock period.
  • constantCallV2(): initiate constant contract call, support pass callData.
  • triggerCallV2(): trigger a smart contract call, support pass callData.

Don't miss a new trident release

NewReleases is sending notifications on new releases.