Commit Graph
763 Commits
Author SHA1 Message Date
apaillier-ledgerandGitHub da51910343 Merge pull request #299 from LedgerHQ/apr/update_changelog
Update changelog 1.9.18
2022-04-27 10:25:56 +02:00
Alexandre Paillier b96140247e Update changelog 2022-04-27 10:22:11 +02:00
apaillier-ledgerandGitHub 23d54771c1 Merge pull request #291 from LedgerHQ/dependabot/npm_and_yarn/tests/ansi-regex-4.1.1
Bump ansi-regex from 4.1.0 to 4.1.1 in /tests
2022-04-14 17:24:01 +02:00
dependabot[bot]andGitHub 8d448cbff3 Bump ansi-regex from 4.1.0 to 4.1.1 in /tests
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
2022-04-13 16:01:19 +00:00
apaillier-ledgerandGitHub c8863552b0 Merge pull request #290 from LedgerHQ/apr/ci/upgrade_lint_12
Update Linter GitHub action
2022-04-13 18:00:50 +02:00
Alexandre Paillier 78d159761d Linting pass following the clang-format update 2022-04-13 15:52:29 +02:00
Alexandre Paillier 286994baaf Update GH action to use clang-format-12 2022-04-13 15:52:25 +02:00
tjulien-ledgerandGitHub 6b24a045ce Multiple ETH PRs (#289)
* adding Conflux espace

* adding Moonbeam

* kardiachain and bttc

* adding Wethio
2022-04-13 15:37:30 +02:00
Coline SeguretandGitHub 87fa920326 Merge pull request #240 from btchip/eip1024
Add EIP 1024 APDUs
2022-04-07 10:26:58 +02:00
BTChip github 52738e6bf5 Make lint happier 2022-03-22 08:40:36 +01:00
BTChip github d04ed9aef1 Minor changes related to code review 2022-03-22 08:23:30 +01:00
BTChip github 375eb1cae1 Bump versions after rebase 2022-03-22 08:23:30 +01:00
BTChip github 78f4642b6c Add EIP 1024 APDUs 2022-03-22 08:23:30 +01:00
ldg-github-ci 170f3eeb7b [update][SDK] Branch develop | Commit 5203780b6a 2022-03-15 14:00:43 +00:00
lpascal-ledgerandGitHub 5203780b6a Merge pull request #278 from LedgerHQ/fix/broken_ci_trigger
[fix] Step condition variable was improperly defined
2022-03-15 15:00:18 +01:00
Alexandre Paillier faf2044108 Bump plugin interface version 2022-03-15 14:19:30 +01:00
Lucas PASCAL 55b6f9bc99 [fix] Step condition variable was improperly defined 2022-03-14 15:02:51 +01:00
apaillier-ledgerandGitHub e0002739f0 Merge pull request #276 from LedgerHQ/apr/bugfix/nft_security_review
NFT feature security review
2022-03-14 14:36:17 +01:00
lpascal-ledgerandGitHub d2b2682790 Merge pull request #277 from LedgerHQ/update/SDK_submodule
[add] SDK submodule updated to develop + will now be auto updated
2022-03-14 14:33:14 +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-ledgerandGitHub 780f75a54e Merge pull request #264 from LedgerHQ/feature/sdk-generation
Automatic generation of the plugin SDK
2022-03-11 18:12:55 +01:00
Alexandre Paillier 8739b29338 Updated the NFT Zemu tests 2022-03-09 16:42:02 +01:00
Alexandre Paillier fb28efc012 Removed the helper getNftContractAddress helper function and some NULL checks
Useless since we don't allow NFT signing without the NFT metadata anymore
2022-03-09 16:40:45 +01:00
Alexandre Paillier a26da165df Now prevents NFT signatures without NFT metadata 2022-03-09 16:40:42 +01:00
Alexandre Paillier 853a85205d Now checks if a proper plugin is loaded when receiving NFT metadata 2022-03-09 16:28:23 +01:00
Alexandre Paillier fed91e2261 Removed old os_strcmp function 2022-03-09 15:23:55 +01:00
Alexandre Paillier 7e1c8b14d4 Small refactoring on number of NFT selectors 2022-03-09 15:23:55 +01:00
Alexandre Paillier 23202f6a63 Minimize includes in header files to what they depend on 2022-03-09 15:23:53 +01:00
Alexandre Paillier c548aba364 Unify the include guards accross all header files 2022-03-09 11:52:03 +01:00
Alexandre Paillier 89070cd2be Now only loops through tokens once to match it 2022-03-09 11:52:03 +01:00
Alexandre Paillier 76c7f9dbd8 Fixes the location in memory of the address between nftInfo_t & tokenDefinition_t
Both used as members of the same union, also unifies the type (array of uint8_t)
2022-03-08 16:16:40 +01:00
ColineandColine Seguret 14fb8c87a4 fix: Readme nodeJS version 2022-03-04 15:57:19 +01:00
ColineandColine Seguret 38e88b11c7 fix: PR template
- Add another changes includes
2022-03-04 15:57:19 +01:00
ColineandColine Seguret 45a82881a3 feat: add auto author assign for pr
- remove checklist in pr template
2022-03-04 15:57:19 +01:00
ColineandColine Seguret ddff3db06e fix: add new link in readme
Signed-off-by: Coline <[email protected]>
2022-03-04 15:57:19 +01:00
ColineandColine Seguret d749f3dc32 fix: pr and issue template 2022-03-04 15:57:19 +01:00
ColineandColine Seguret 3463deacc9 fix: pr template 2022-03-04 15:57:19 +01:00
ColineandColine Seguret 0313732d02 fix: typo not install project by tests 2022-03-04 15:57:19 +01:00
Coline Seguret 36671d91f6 fix: typo
requirement -> requirements
2022-03-04 15:57:19 +01:00
ColineandColine Seguret c89f9db92e fix: PR template 2022-03-04 15:57:19 +01:00
ColineandColine Seguret 7c66c255ab fix: feature's template 2022-03-04 15:57:19 +01:00
ColineandColine Seguret c1f9093010 docs: template for issue and pr 2022-03-04 15:57:19 +01:00
ColineandColine Seguret 647aabb39c docs(README): refactor 2022-03-04 15:57:19 +01:00
Coline SeguretandGitHub 4c6ecf8b28 Merge pull request #244 from LedgerHQ/refacto/chain-env-makefile
Refacto(Makefile): chain environnement into subdirectories
2022-02-25 10:37:03 +01:00
Alexandre Paillier ab1270dbd9 Makefile now gets the lists of supported chains automatically 2022-02-24 18:26:25 +01:00
Jean-Baptiste BédruneandGitHub 4903f37b94 Merge pull request #243 from LedgerHQ/fix-network-functions
Define better prototypes and types
2022-02-22 14:15:09 +01:00
Jean-Baptiste Bédrune 0d9c868a77 Set const qualifier for input buffers for copy functions 2022-02-22 00:08:49 +01:00
Jean-Baptiste Bédrune e6c501749e Update Ethereum SDK 2022-02-21 23:56:08 +01:00
Jean-Baptiste Bédrune ed4e10628a Change type of output length in amountToString
Defining out_buffer_size as uint8_t triggers warnings with static
analysers when sizeof() is used on the output buffer.

There is no reason to use uint8_t here.
2022-02-21 23:56:08 +01:00