From 02fdda5649fa59f83264d9942a7a206c8f5166a5 Mon Sep 17 00:00:00 2001 From: Jun Luo <4catcode@gmail.com> Date: Sun, 7 Jul 2024 16:49:43 +0800 Subject: [PATCH] Add support for Flex. --- .github/workflows/ci-workflow.yml | 2 +- Makefile | 2 +- icons/flex_app_stellar.gif | Bin 0 -> 714 bytes ledger_app.toml | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 icons/flex_app_stellar.gif diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 25a337cf..e8a73883 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -82,7 +82,7 @@ jobs: run: cd tests_zemu && npm install - name: Download app binaries - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: compiled_app_binaries path: build diff --git a/Makefile b/Makefile index 7dd79dde..8c543828 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ ICON_NANOS = icons/nanos_app_stellar.gif ICON_NANOX = icons/nanox_app_stellar.gif ICON_NANOSP = icons/nanox_app_stellar.gif ICON_STAX = icons/stax_app_stellar.gif -# ICON_FLEX = icons/app_boilerplate_40px.gif +ICON_FLEX = icons/flex_app_stellar.gif # Application allowed derivation curves. # Possibles curves are: secp256k1, secp256r1, ed25519 and bls12381g1 diff --git a/icons/flex_app_stellar.gif b/icons/flex_app_stellar.gif new file mode 100644 index 0000000000000000000000000000000000000000..d1e1f9dc782820ae47f17f20525a67d65be9babf GIT binary patch literal 714 zcmV;*0yX_dNk%v~VJHA70QCR>000051qBHS2@ntv6%`d48X6uR9w8wiCnqN=Dk>~2 zEHg7RH8nLkIXON)K0rV~L_|bNN=i>pPg7G+9?6?CkUN^Yrxe`1tt$|Nj60 z00000EC2ui04M+`000L6z@BhOEEE8(PQRHZ9}2msD# zGy>z2CS%GOIei}3=>zr=Moy{}X$lx4DlIK4Bp85oCq*$D1!qVj1a%N6Hg1k56C5&{ zG8+bIM5K zmYkrO;9rkA6>QlQ(GQ|!eOdu%Ad)BN=FT5KE1?9SfZ%jwbviWcgc?GHry)zMJsYVJ z93@(&4&!1rfy6|DFFxQYOpdl0abG?Q)awKkd4KQRNOg_69JhCqgpZ=_4bLtVdfD_Cg3Km!zX@I@HFgFyfQJFN6A)c^nh literal 0 HcmV?d00001 diff --git a/ledger_app.toml b/ledger_app.toml index 7a0d4969..6de2e057 100644 --- a/ledger_app.toml +++ b/ledger_app.toml @@ -1,7 +1,7 @@ [app] build_directory = "./" sdk = "C" -devices = ["nanos", "nanox", "nanos+", "stax"] +devices = ["nanos", "nanox", "nanos+", "stax", "flex"] [tests] unit_directory = "./test_unit/"