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

Release 1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Nov 19:23
· 784 commits to release since this release
6b65bf4

This release introduces several key new features for users and dApp developers.

Asset Support in the UI

Assets you own have always been displayed in the AlgoSigner UI, but we have added additional capabilities. Now you may search for new assets, opt-in to receive them, and transfer them right in the AlgoSigner UI.

Asset Support for dApps

dApps were previously able to send in basic asset transactions to be signed by AlgoSigner. Support has now been added for all asset transaction types with accompanying UI notices.

  • Clawback added
  • Destroy capability allowed for acfg
  • Close-to supported in axfer

Application Transaction Support for dApps

dApp developers may now send in application transactions to be signed. This support is new and subject to change in subsequent releases. Please read the updated dApp Integration Guide for instructions on working with these transaction types.

Additional dApp support

  • Support has been enabled for close-to transactions.
  • Transaction validation errors will now provide more detailed messages on causes

UI Transactions

With the addition of support for close-to transactions, new warning messages will display in the UI when dApps send in pay transactions that are potentially dangerous.

The signing window will also now better reflect the ledger for which the dApp is asking the user to sign a transaction. A new label is present in dark blue for TestNet and orange for MainNet.

Sample dApp and dApp Tests

Updates