Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Release 1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Nov 19:24
· 759 commits to release since this release
21d3796

The latest release brings:

  • Support for dApps to submit Atomic (group) transactions
  • Support for dApps to submit application creation transactions
  • Change to how fee's and flat fees are handled in the UI and in the signing step
  • Minor UI updates (block duplicate accounts, block multiple asset optins, network selector properly closing)

Atomic Transactions

  • Grouped transactions intended for atomic transaction functionality need to be grouped outside of AlgoSigner, but can be signed individually.
  • The grouped transactions need to have their binary components concatenated to be accepted in the AlgoSigner send method.
  • An example of this can be seen in the existing sample dApp group test.

Updates