github algorand/js-algorand-sdk v1.8.0

latest releases: v3.5.2, v3.5.1, v3.5.0...
5 years ago

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

Don't miss a new js-algorand-sdk release

NewReleases is sending notifications on new releases.