Commit Graph

45 Commits

Author SHA1 Message Date
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
025773f506 [ci][clean] Explicit source and destination branches when auto commit&push, so that 'develop' SDK commits can be pushed to 'master' when merging 2022-05-19 17:05:47 +02:00
Alexandre Paillier
286994baaf Update GH action to use clang-format-12 2022-04-13 15:52:25 +02:00
Lucas PASCAL
55b6f9bc99 [fix] Step condition variable was improperly defined 2022-03-14 15:02:51 +01:00
Lucas PASCAL
60656c1b56 [fix] Bad bash syntax in github action 2022-03-14 10:36:17 +01:00
Lucas PASCAL
358fcbd4ee [add] SDK submodule updated to develop + will now be auto updated 2022-03-14 09:55:49 +01:00
lpascal-ledger
780f75a54e Merge pull request #264 from LedgerHQ/feature/sdk-generation
Automatic generation of the plugin SDK
2022-03-11 18:12:55 +01:00
Coline
38e88b11c7 fix: PR template
- Add another changes includes
2022-03-04 15:57:19 +01:00
Coline
45a82881a3 feat: add auto author assign for pr
- remove checklist in pr template
2022-03-04 15:57:19 +01:00
Coline
d749f3dc32 fix: pr and issue template 2022-03-04 15:57:19 +01:00
Coline
3463deacc9 fix: pr template 2022-03-04 15:57:19 +01:00
Coline
c89f9db92e fix: PR template 2022-03-04 15:57:19 +01:00
Coline
7c66c255ab fix: feature's template 2022-03-04 15:57:19 +01:00
Coline
c1f9093010 docs: template for issue and pr 2022-03-04 15:57:19 +01:00
Lucas PASCAL
0864a4f282 [add] Job to generate a new SDK and creating a commit in SDK repository 2022-02-17 08:57:37 +01: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
d38805659f Remove env var; hardcode commands to e2e tests 2021-06-18 12:55:22 +02:00
pscott
a4a8032fc7 Try to add BOLOS_SDK env 2021-06-18 12:53:34 +02:00
pscott
447dcec7cc Update job name in e2e tests 2021-06-18 12:50:07 +02:00
pscott
213ece71bf Update make commands in e2e tests 2021-06-18 12:48:16 +02:00
pscott
72c5330b6e Don't compile when e2e testing 2021-06-18 12:43:41 +02:00
pscott
533669c75e Remove submodules for e2e test 2021-06-18 12:37:10 +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
bd4ee9e620 Add jobs keyword to e2e tests 2021-06-18 11:29:55 +02:00
pscott
7e666de9ae Add zemu test to Makefile 2021-06-18 11:23:37 +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