You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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).