Skip to content

Releases: randlabs/myalgo-connect

v1.4.2

28 Nov 13:22
a16ce21
Compare
Choose a tag to compare

Added

  • Update authAddr jsdoc to mark stxn setting as supported. Check the documentation page on the setting limitations.

v1.4.1

07 Nov 19:34
5a1e3e3
Compare
Choose a tag to compare

Added

  • Update signTxns jsdoc to mark stxn setting as supported

v1.4.0

24 Oct 14:51
e94e0d0
Compare
Choose a tag to compare

Added

  • Added new ARC-0001 compliant function signTxns

v1.3.1

07 Sep 20:00
95cd7d1
Compare
Choose a tag to compare
  • Update dependencies

Release v1.3.0

24 Aug 13:07
1a8ae78
Compare
Choose a tag to compare

Added

  • Added new function signBytes to sign an arbitrary array of bytes. See also: algosdk.signBytes. This operation is only supported for mnemonic accounts.

Release v1.2.0

02 Jun 15:02
41844ce
Compare
Choose a tag to compare

Added

Release v1.1.3

13 Apr 18:48
c6e69e0
Compare
Choose a tag to compare

Added

  • Added optional object parameter to the signTransaction method to force MyAlgoConnect to sign with a specific account

Fixed

  • Fixed error caused by undefined window reference when working with server side applications/frameworks such as Next.js (see related issue)

Known issue

  • MyAlgo Connect package still has the Buffer is not defined error (#27).

Release v1.1.2

06 Jan 20:15
a8dd546
Compare
Choose a tag to compare

Added

  • Added new param in the constructor disableLedgerNano
  • Added two new params for connect method openManager and shouldSelectOneAccount

Updated

  • Removed belterjs from dependencies
  • Improved popup handlers

Known issue

  • MyAlgo Connect package still has the Buffer is not defined error (#27).

Release v1.1.1

01 Sep 19:02
Compare
Choose a tag to compare

Added

  • Added new field extraPages
  • Allow zero fee (Fee polling)

Release v1.1.0

13 Jul 20:02
d973150
Compare
Choose a tag to compare

Added

  • Added support for algosdk EncodedTransaction.
  • Added support for signing transactions array with Ledger Nano wallet.
  • Now connect method will return the account's name (#36).
  • 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

  • Updated connect method arguments.
  • New UI interface that includes account list, transaction list, transaction views and warnings views.
  • Errors like Not Allowed and Not 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.

Deleted

  • Removed support for signer field.
  • Removed strictEmptyAddressChecking field, going forward will always be false.

Fixed

  • 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).

Known issue

  • MyAlgo Connect package still has the buffer not found error (#27).