Releases: algorand/ledger-app-algorand
Releases · algorand/ledger-app-algorand
v2.1.12
v2.1.10
Merge pull request #80 from Zondax/main Refresh from Latest Zondax Efforts
v2.1.7
App update (#79) * [fix] COIN renamed from 'algorand' to 'ALGO' * [ci][add] Allowing workflow manual trigger * Adding lease field https://github.com/algorand/ledger-app-algorand/issues/63 Documentation: https://developer.algorand.org/docs/get-details/transactions/transactions/ * Fixing build (brew install not supported by server) * re-ordering display of fields * Changing logic to get a pointer to the input buffer for ApprovalProgram and ClearStateProgram instead of copying these params to tx_obj structure. * Extra pages field https://github.com/algorand/ledger-app-algorand/issues/51 https://developer.algorand.org/docs/get-details/transactions/transactions/?from_query=apep#application-call-transaction https://developer.algorand.org/docs/get-details/dapps/smart-contracts/apps/#creating-the-smart-contract * Fixing extra pages field * Increasing buffer size for testing and adding meaningful names to errors * minor improvements * bump version, update snapshots * update deps and tests * Adding the boxes feature https://github.com/algorand/ledger-app-algorand/issues/67 * n_len as usize * minor improvements * bump version * update nano sdk and add stax one * update zxlib to support stax * update js deps * update zemu tests * update makefile for new zxlib * support for Stax * bump version * add Stax snapshots * update ci * add guidelines enforcer * update zxlib * fix icons * bump version * update sdk and zxlib * fix warnings * bump version * update Zemu & Stax snapshots * txn description text * add CodeQL * update sdks * update zxlib * remove common glyphs * move stax glyphs to common glyphs dir * add several tokens * fix text * bump version * update zemu tests * update ci * update zxlib * bump version * initialize variables and extra checks * bump version * fixes * bump version * check properly encodePubkey * bump version * update tests --------- Co-authored-by: lpascal-ledger <[email protected]> Co-authored-by: Lucas PASCAL <[email protected]> Co-authored-by: Ida <[email protected]> Co-authored-by: Ida <[email protected]> Co-authored-by: Carlo Sala <[email protected]>
v2.0.7
Merge pull request #66 from Zondax/main Sync with latest from Zondax repo
v2.0.4
Merge pull request #64 from Zondax/main App upgrade