This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
Release 1.2.0
github-actions
released this
18 Nov 19:24
·
759 commits
to release
since this release
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
- Version 1.1.0 to 1.2.0 (#152) @PureBrent
- Release 1.2.0 documentation updates (#151) @purestaketdb
- Tests/finish appl create destroy (#150) @purestaketdb
- specify base 64 for application components (#148) @PureBrent
- Atomic transaction fix for group loss, flatFee add and alert (#147) @PureBrent
- Close Network Selector Dropdown on outside click (#143) @janmarcano
- Added check for currently owned assets when adding a new one (#135) @fxgamundi
- Copy update (#142) @purestakatie
- Prevent the addition of already imported accounts (#136) @janmarcano
- Revert version in zip release back to 1.0.1 (#141) @PureBrent