Commit Graph

41 Commits

Author SHA1 Message Date
Lucas PASCAL
9ba04468a0 [add] ledger_app.toml manifest 2023-12-01 16:15:48 +01:00
Francois Beutin
480e40ae28 Rationalize CI 2023-11-09 14:50:24 +01:00
Alexandre Paillier
52c0270753 New NFT Ragger test 2023-09-07 16:12:03 +02:00
Alexandre Paillier
e0ea3697f6 Renamed CAL_TEST_KEY to CAL_STAGING_KEY & CAL_CI_KEY to CAL_TEST_KEY 2023-09-07 16:08:03 +02:00
Alexandre Paillier
72c19e0222 Renamed NFT_TEST_KEY to NFT_STAGING_KEY 2023-09-07 16:08:02 +02:00
Francois Beutin
5f4a565076 Use latest version for Speculos and Ragger 2023-07-04 15:41:20 +02:00
Alexandre Paillier
d1d5685198 Enabled CI for Stax 2023-05-16 11:42:46 +02:00
Alexandre Paillier
be3aa9f1ba Now uses the reusable Ragger tests workflows 2023-04-20 10:12:49 +02:00
Alexandre Paillier
faed963e3a Now uses the reusable conftest from Ragger 2023-04-20 10:12:48 +02:00
Alexandre Paillier
ceacee00a7 Provide domain name APDU implementation 2023-03-29 18:09:42 +02:00
Alexandre Paillier
1cf39711b8 Fix Speculos tests 2023-02-20 17:01:57 +01:00
Alexandre Paillier
32161b9432 Shorter Python tracebacks for Ragger tests 2022-11-16 18:16:11 +01:00
Alexandre Paillier
2300bb9d00 Updated Ragger tests to use the new private CAL key 2022-11-16 18:16:03 +01:00
Alexandre Paillier
b1d6e9851d Now compiles the app with the new CAL key for Ragger tests 2022-11-16 17:05:17 +01:00
Alexandre Paillier
fcc9f7ab84 Update actions to fix deprecation warnings 2022-11-15 18:07:56 +01:00
Alexandre Paillier
7ea69d17fa CI Fix 2022-11-09 15:33:47 +01:00
Alexandre Paillier
aabf44e0d9 Switch to using the lite container 2022-10-26 18:18:54 +02:00
Alexandre Paillier
fd93495096 CI - Add ragger tests 2022-09-14 09:41:31 +02:00
Coline
a476bbb569 fix: merge 3 mv into 1 and README 2022-07-25 10:39:42 +02:00
Coline
de036b38e8 fix: ci use matrix for build nano app
fix: ; into && in ci
2022-07-22 10:29:37 +02:00
Coline
92b2f1c247 fix: ci unsage repo zemu 2022-07-04 11:12:19 +02:00
Coline
5a631121b6 fix: add nanosp 2022-06-30 19:55:50 +02:00
Coline
4da1c46227 fix: remove nanosp just for test 2022-06-30 19:48:26 +02:00
Coline
23739af93c fix: ci 2022-06-29 15:24:52 +02:00
Coline
9a3eb3e615 fix: add comment in ci 2022-06-29 15:24:03 +02:00
Coline
b1809c88c0 feat: ci with speculos 2022-06-29 10:25:12 +02:00
Coline
8a47d4ecea fix: mv build into specific folder ci 2022-06-28 15:31:35 +02:00
Coline
51fdc01065 fix: rename functional to zemu 2022-06-28 15:11:29 +02:00
Alexandre Paillier
ad8334e54c feat: unit-test with cmocka
- Test only 1 function which is in utils2.c
    - Because is not inlude nano sdk
- Move zemu's into functional folder
    - Change path of zemu's test in CI and Makefile
2022-06-28 15:11:15 +02:00
Lucas PASCAL
71f124b2ce [CI] Compiling binaries with specific flags 2022-01-28 16:45:08 +01:00
Lucas PASCAL
15d768c2cb [CI] PR on develop triggers CI 2022-01-28 16:45:05 +01:00
TamtamHero
1588e4f358 Fix elfs gathering for CI tests 2021-09-01 20:03:37 +02:00
Jean-Baptiste Bédrune
f5a41077d3 Enable scan-build
Signed-off-by: pscott <scott.piriou@ledger.fr>
2021-07-27 12:09:22 +02:00
pscott
a2d9a8068a Add network display (#152)
* Add network name display instead of chainID

* Add display of correct ticker along with network

* Add FTM

* Clang-format

* Add comment in python script

* Rename SIZE_MAX to MAX_SIZE

* Change %u to %d in printf

* Remove needless PIC

* Update comment about get_chain_id()

* Update example script to follow EIP155

* Remove unused PIC calls

* Add whitespace between ticker and amount when using EIP155

* Remove decimal config per network, set back 18 everywhere

* Adapt u32_from_BE to swith cases

* Remove chainid from signTx.py

* Switch to switch in stead of if in get_chain_id

* Revert "Remove chainid from signTx.py"

This reverts commit 454e09f280ec3e3ec1c7d7cc0027247ef4390088.

* Change Ethereum chainid to 1

* Rename chainid_step to network_step

* Adapt finalizeParsing to new chainid for Ethereum

* Update snapshots

* clang-format

* Fix network display logic for clones

* Fix tests

* Add clone tests

Co-authored-by: TamtamHero <10632523+TamtamHero@users.noreply.github.com>
2021-07-02 18:46:23 +02:00
Jean P
ea87a0a646 Use elfs from CI in tests (#167)
* Add Nano X build

* Use CI's build artifacts for CI's tests
2021-07-01 18:27:06 +02:00
pscott
30e7c25163 Change to ledgerhq ghcr.io 2021-06-18 14:26:20 +02:00
pscott
e15d741647 Switch to ghcr.io 2021-06-18 12:32:37 +02:00
pscott
3408b1643e Run CI on push master or PR master 2021-06-18 12:30:16 +02:00
pscott
c899204255 Add submodules cloning to CI 2021-06-08 10:24:51 +02:00
pscott
8858f3052e Update CI to work with SDK 2.0 2021-06-08 10:24:51 +02:00
TamtamHero
8e57f1d699 Add a minimal github action pipeline 2020-12-01 16:44:51 +01:00