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

Releases: PureStake/algosigner

Release 1.4.2

10 May 16:28
d0f18d4
Compare
Choose a tag to compare

Updates

Release 1.4.1

23 Mar 16:47
e907ea1
Compare
Choose a tag to compare

Updates

Release 1.4.0

26 Feb 20:17
376ba87
Compare
Choose a tag to compare

Updates

Release 1.3.0-b

29 Dec 20:41
1d39528
Compare
Choose a tag to compare

Updates

Release 1.2.0

18 Nov 19:24
21d3796
Compare
Choose a tag to compare

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

Release 1.1.0

03 Nov 19:23
6b65bf4
Compare
Choose a tag to compare

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

Release v1.0.1

22 Sep 13:46
67184a8
Compare
Choose a tag to compare

Updates

  • version update to 1.0.1 (#109) @PureBrent
  • Updated dependencies on all packages (#106) @fxgamundi
  • Added validity check for from and genesisID fields on Sign (#101) @fxgamundi
  • Re-enabled checks for enabling submit button on account import (#104) @fxgamundi
  • Checks that "note" is not undefined before trying to create Uint8Array on Sign (#103) @fxgamundi
  • BugFix: Asset details loader didn't clear the timeout on some cases (#102) @fxgamundi
  • Updated error responses on Send Algos (#100) @fxgamundi
  • Optional field not optional - Release draft error (#99) @purestaketdb
  • On new release, test, create zip (#98) @purestaketdb
  • Added missing type field in Sign method example in docs (#96) @fxgamundi
  • Changed API URLs to purestake.io (#95) @fxgamundi
  • Implemented helper class for automatically getting assets details (#94) @fxgamundi
  • Updated docs (#92) @fxgamundi
  • Updated test URLs to legacy sample dApp (#91) @fxgamundi
  • Added Chrome store link (#89) @purestaketdb
  • Changed CSS to use the correct blue color (#87) @fxgamundi
  • Removed release.yml (#88) @fxgamundi

Release v1.0

24 Aug 15:51
e97ee0c
Compare
Choose a tag to compare
Merge pull request #86 from PureStake/master

Tagline update