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