Skip to content

0.8.0

Choose a tag to compare

@eodiandie eodiandie released this 01 Nov 11:34
· 55 commits to main since this release
e194eaf

1.feat(core): add gRPC interfaces for resource price query introduced in java-tron v4.7.3, as below:

  • getBandwidthPrices(): query historical bandwidth unit price.
  • getEnergyPrices(): query historical energy unit price.
  • getMemoFee(): query historical memo fee unit price.
  • getBandwidthPricesOnSolidity(): query historical bandwidth unit price.
  • getEnergyPricesOnSolidity(): query historical energy unit price.

2.feat(abi): optimize methods in TypeDecoder, which allows developers to decode different types of parameter values easily

  • decodeNumeric
  • decodeAddress
  • decodeBytes
  • decodeBool
  • decodeDynamicBytes
  • decodeUtf8String
  • decodeStaticStruct
  • decodeDynamicArray
  • decodeDynamicStruct

3.feat(test): upgrade gRPC Nile testnet endpoints to official endpoints when running Unit tests