AlgoSigner is Upgraded to a New Version! 🔝

AlgoSigner is an open-source Algorand wallet extension that makes it easy to use ALGOs for payments, investments, or asset exchange in a secure way.

The PureStake team has added several new and exciting features:
• Search, opt-in, and transfer of assets in the user interface.
• dApp support for transactions to clawback and destroy assets if these features have been configured.
• dApp support for application transactions.
• dApp transactions subject to additional validation with clearer errors returned.
• Support for close-to in dApp payment and asset transfer transactions.
• Additional warnings and messages on the user interface for potential hazards.

This is a leap forward for developers who want to build DeFi applications on Algorand. This enables devs to initiate transactions and accept Algos seamlessly, without jeopardizing the security of their users’ secrets.

AlgoSigner in Chrome Web Store

Announcement

7 Likes

These are more links to other resources about AlgoSigner :tada:

Resources: https://www.purestake.com/technology/algosigner/
Gifthub: https://github.com/PureStake/algosigner

1 Like

Awesome work! Does this upgrade include the ability to point to a custom RPC?

Hi @cswenor, this upgrade doesn’t include the ability to point to a custom RPC. But tell us more about what you want to do with AlgoSigner to see how we can help you :smile:.

1 Like

We shot an email to Tim Baldwin already about the request so I was crossing my fingers it would be on this release. :slight_smile:

We just would like the ability to point AlgoSigner to our local testnet, because it has some extra functionality that the algo testnet and the algo prod doesn’t have yet.

1 Like

Hey Chris, we got the go ahead to start designing the feature and get the work on the roadmap. The team is targeting later this year, early next but that could change depending on the architecture and complexity.

Our first milestone will be something rougher, that a developer team can work with, and a longer term goal of something polished in the UI.

1 Like

I’m currently working on a project that could also use this. Is there an update on this feature?

The team is focused on releasing support for Atomic transactions this week (for dApps) and then Multi-sig (for dApp). We are targeting end of year, January for network add/config.

1.2.0 Update out today 11/19/2020

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.

2 Likes