Skip to content

Commit

Permalink
Merge pull request #30 from Zondax/improve_test_vector
Browse files Browse the repository at this point in the history
Improve test vector
  • Loading branch information
ftheirs authored Jan 30, 2024
2 parents ff06e7b + f2cb31e commit 62286ff
Show file tree
Hide file tree
Showing 110 changed files with 279,709 additions and 278,551 deletions.
2 changes: 0 additions & 2 deletions app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ endif

APP_LOAD_PARAMS = --curve ed25519 $(COMMON_LOAD_PARAMS) --path $(APPPATH)

NANOS_STACK_SIZE := 2440

include $(CURDIR)/../deps/ledger-zxlib/makefiles/Makefile.devices

$(info TARGET_NAME = [$(TARGET_NAME)])
Expand Down
2 changes: 1 addition & 1 deletion app/Makefile.version
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ APPVERSION_M=2
# This is the `spec_version` field of `Runtime`
APPVERSION_N=1
# This is the patch version of this release
APPVERSION_P=11
APPVERSION_P=12
9 changes: 3 additions & 6 deletions app/src/algo_asa.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
#include "stdint.h"
#include <stdio.h>



#define ARRAY_SIZE(__arr) (sizeof(__arr) / sizeof(__arr[0]))

#define ALGO_ASA(__id, __name, __unit, __decimals) { \
Expand All @@ -13,7 +11,6 @@
.name = __name, \
}


static const algo_asset_info_t algo_assets[] = {
ALGO_ASA(438840, "Micro-Tesla", "M-TSLA ", 0),
ALGO_ASA(438839, "Micro-Apple", "M-AAPL ", 0),
Expand All @@ -28,8 +25,8 @@ static const algo_asset_info_t algo_assets[] = {
ALGO_ASA(31566704, "USDC", "USDC ", 6),
ALGO_ASA(6587142, "Meld Silver", "MCAG ", 5),
ALGO_ASA(6547014, "Meld Gold", "MCAU ", 5),
ALGO_ASA(2838934, "Credit Opportunities Fund I","VAL 1 ", 0),
ALGO_ASA(2836760, "Liquid Mining Fund I", "RHO 1 ", 0),
ALGO_ASA(2838934, "Credit Opportunities Fund I","VAL-I ", 0),
ALGO_ASA(2836760, "Liquid Mining Fund I", "RHO-I ", 0),
ALGO_ASA(2757561, "realioUSD", "RUSD ", 7),
ALGO_ASA(2751733, "Realio Token", "RIO ", 7),
ALGO_ASA(2725935, "Realio Security Token", "RST ", 7),
Expand All @@ -50,7 +47,7 @@ static const algo_asset_info_t algo_assets[] = {
ALGO_ASA(386195940, "goETH", "goETH ", 8),
ALGO_ASA(441139422, "goMINT", "goMINT ", 6),
ALGO_ASA(403499324, "NEXUS", "GP ", 0),
ALGO_ASA(142838028, "AlgoFam", "FAME", 6),
ALGO_ASA(142838028, "AlgoFam", "FAME ", 6),
};


Expand Down
Loading

0 comments on commit 62286ff

Please sign in to comment.