- Update jsdoc for
signTxns
authAddr
setting
- Update jsdoc for
signTxns
stxn
setting
- Added new ARC-0001 compliant function
signTxns
.
- Added new function
signBytes
to sign an arbitrary array of bytes. See also: algosdk.signBytes. This operation is only supported for mnemonic accounts.
- Added new function
tealSign
to generateed25519
signatures that can be verified by a teal program. See also: ed25519verify opcode and algosdk.tealSign. This operation is only supported for mnemonic accounts.
- Added optional object parameter to the
signTransaction
method to force MyAlgoConnect to sign with a specific account
- Fixed error caused by undefined
window
reference when working with server side applications/frameworks such as Next.js (see related issue)
- MyAlgo Connect package still has the
Buffer is not defined
error (#27).
- Added new param in the constructor
disableLedgerNano
- Added two new params for connect method
openManager
andshouldSelectOneAccount
- Removed belterjs from dependencies
- Improved popup handlers
- MyAlgo Connect package still has the
Buffer is not defined
error (#27).
- Added new field
extraPages
- Allow zero fee (Fee polling)
- MyAlgo Connect package still has the
Buffer is not defined
error (#27).
- Added support for algosdk
EncodedTransaction
. - Added support for signing transactions array with Ledger Nano wallet.
- Now
connect
method will return the account's name. - Added new warnings for risk transactions.
- Added new error views.
- Added account name in the header on signing popups.
- Added support for rekeyed accounts.
- Updated
connect
method arguments. - New UI interface that includes account list, transaction list, transaction views and warnings views.
- Errors like
Not Allowed
andNot supported
will be handled by the popup and not by the dApp. - Improved the signTransaction popup security, now every transaction field will be validated (by its type) and will not allow additional fields.
- Improved popup security, now after receiving the method it will stop receiving data from the dApp.
- Removed support for
signer
field. - Removed
strictEmptyAddressChecking
field, going forward will always be false.
- Fixed bug on transactions array when the asset does not display the correct amount.
- Fixed bug on invalid transaction the popup went blank (#28).
- Fixed decimals bug.
- Fixed note bug. Now the
note
field must be an Uint8Array (or a base64 string that must be decoded to an Uint8Array type).
- MyAlgo Connect package still has the
Buffer is not defined
error (#27).
- Exported SignedTxn (#14).
- Minor fixes
- Initial release.