Skip to content

v1.8.0

Compare
Choose a tag to compare
@algorotem algorotem released this 09 Nov 19:44
· 479 commits to master since this release
c2fafd0

Added

  • Add encodeAddress and decodeAddress to convert between the binary and text form of Algorand
    addresses (#216).
  • Add encodeUnsignedTransaction, decodeUnsignedTransaction, decodeSignedTransaction to convert
    between binary transactions and transaction objects (#218).
  • Add optional rekeyTo parameter to transaction builder functions (#221).
  • Support testing on Chrome and Firefox in addition to Node (#228 and #235).

Fixed

  • Update keccak to 3.0.1, which fixes a build error that
    would occur every time the package was installed (#151).
  • Allow assignGroupID to accept raw transaction objects and instances of the Transaction class
    (#236).
  • Allow signTransaction to accept instances of the Transaction class (#233).
  • Improve type checking and documentation (#233 and #231).

Changed