We have issued a pre-release of the js-algorand-sdk library. This release can be downloaded from Github: https://github.com/algorand/js-algorand-sdk/releases/tag/v1.8.1
Summary of changes:
1.8.1
Added
- Added
toString
and print methods to Transaction (#243). - Added functions to create Transactions from objects (#246).
Fixed
- Fixed issues using the library with webpack, including switching dependencies from
keccak
tojs-sha3
(#247).