Commit Graph
833 Commits
Author SHA1 Message Date
Coline 4850ee083e fix: test nft and rm useless screenshot 2022-06-29 10:22:06 +02:00
Coline 8a47d4ecea fix: mv build into specific folder ci 2022-06-28 15:31:35 +02:00
Coline 1214e1f44c fix: move new zemu test into zemu folder 2022-06-28 15:11:30 +02:00
Coline 63a8d94f48 feat: avoid test_eip1559 2022-06-28 15:11:29 +02:00
Coline 51fdc01065 fix: rename functional to zemu 2022-06-28 15:11:29 +02:00
Coline b941145337 docs: some description in plugin class 2022-06-28 15:11:28 +02:00
Coline f9673dfca7 feat: erc1155 tests with screen 2022-06-28 15:11:28 +02:00
Coline 3491bd5fa2 fix: rm try except into test 2022-06-28 15:11:27 +02:00
Coline 8313fc3938 rm: test_plugin_cmd.py -> mv to test_erc721 2022-06-28 15:11:27 +02:00
Coline 52769eb522 feat: erc721 test with screen and path argument for binary 2022-06-28 15:11:26 +02:00
Coline 45a054de09 feat: send raw apdu 2022-06-28 15:11:26 +02:00
Coline df1434cf8a feat: first test erc721 (set_plugin apdu) 2022-06-28 15:11:25 +02:00
Coline 0d130e1de6 feat: plugin object (set_plugin & provide_nft_info) 2022-06-28 15:11:25 +02:00
Coline 4bdf0e3c7a feat: apdu_as_string in utils 2022-06-28 15:11:25 +02:00
Coline 1ae8042d09 feat: test nanosp 2022-06-28 15:11:24 +02:00
Coline e069e2c2f1 refacto: name boilerplate to ethereum 2022-06-28 15:11:23 +02:00
Coline 19cdb505b3 feat: add more test and add screen compare 2022-06-28 15:11:23 +02:00
Coline c663289328 feat: screenshot for compare in test 2022-06-28 15:11:22 +02:00
Coline 3490407b83 feat: all simple test of sign transaction without screen 2022-06-28 15:11:22 +02:00
Coline 249b976219 feat: simple sign test 2022-06-28 15:11:21 +02:00
Coline e7fca8ee88 feat: zemu approve test for speculos (hard APDU) 2022-06-28 15:11:21 +02:00
Coline 35363e256d feat: tests sign
Signed-off-by: Coline <[email protected]>
2022-06-28 15:11:20 +02:00
Coline 104bfee2a9 feat: first test with speculos 2022-06-28 15:11:20 +02:00
Coline 3bb1807858 docs: apdu into .md 2022-06-28 15:11:19 +02:00
Coline 18b74a582c fix: Makefile .gitignore into functional tests 2022-06-28 15:11:19 +02:00
Coline ebc0e24589 fix: .PHONY in unit makefile 2022-06-28 15:11:18 +02:00
Coline f103e2a023 docs: readme unit tests 2022-06-28 15:11:18 +02:00
Coline ef07f77d8a fix: lint 2022-06-28 15:11:18 +02:00
Coline 2931fdaee0 fix: rm build into tests/unit 2022-06-28 15:11:17 +02:00
Coline 019f053634 feat: add tests folder 2022-06-28 15:11:16 +02:00
Coline 7cf98f419d fix: rm node modules 2022-06-28 15:11:16 +02:00
Alexandre PaillierandColine 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
apaillier-ledgerandGitHub 4eb7109b86 Merge pull request #280 from LedgerHQ/dependabot/npm_and_yarn/tests/minimist-1.2.6
Bump minimist from 1.2.5 to 1.2.6 in /tests
2022-06-23 11:49:24 +02:00
dependabot[bot]andAlexandre Paillier 1f50dbe19b Bump minimist from 1.2.5 to 1.2.6 in /tests
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
2022-06-23 11:40:38 +02:00
BenjyskanandGitHub 3c0ae7e737 add missing variable in processTx's PRINTF (#279) 2022-06-23 11:37:25 +02:00
apaillier-ledgerandGitHub 1875aecbf8 Merge pull request #312 from LedgerHQ/dependabot/npm_and_yarn/tests/protobufjs-6.11.3
Bump protobufjs from 6.11.2 to 6.11.3 in /tests
2022-06-23 11:23:41 +02:00
dependabot[bot]andGitHub 5b6efe8f82 Bump protobufjs from 6.11.2 to 6.11.3 in /tests
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.2 to 6.11.3.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/v6.11.3/CHANGELOG.md)
- [Commits](https://github.com/protobufjs/protobuf.js/compare/v6.11.2...v6.11.3)

---
updated-dependencies:
- dependency-name: protobufjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
2022-06-23 09:14:00 +00:00
apaillier-ledgerandGitHub dff19884d0 Merge pull request #195 from LedgerHQ/dependabot/npm_and_yarn/tests/tmpl-1.0.5
Bump tmpl from 1.0.4 to 1.0.5 in /tests
2022-06-23 11:13:06 +02:00
dependabot[bot]andAlexandre Paillier 26e0d19484 Bump tmpl from 1.0.4 to 1.0.5 in /tests
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
2022-06-23 11:03:47 +02:00
apaillier-ledgerandGitHub a018b29ae2 Merge pull request #320 from LedgerHQ/apr/vbump/1.9.20
1.9.20-dev version bump
2022-06-21 17:06:48 +02:00
Alexandre Paillier bab11088cc Bumped app version number 2022-06-21 16:44:21 +02:00
lpascal-ledgerandGitHub 61fa6b94c0 Merge pull request #319 from LedgerHQ/purge/compound_plugin
[clean] Removing compound-related plugin code
2022-06-21 16:41:21 +02:00
Lucas PASCAL 653b64d6f7 [clean] Removing compound-related plugin code 2022-06-21 15:38:51 +02:00
apaillier-ledgerandGitHub 583677e7e3 Merge pull request #318 from LedgerHQ/develop
App release 1.9.19
2022-06-15 17:37:18 +02:00
apaillier-ledgerandGitHub e20814ca07 Merge pull request #317 from LedgerHQ/apr/update_changelog
Update changelog for 1.9.19
2022-06-15 14:54:45 +02:00
Alexandre Paillier 1e744297ef Update changelog for 1.9.19 2022-06-15 14:31:51 +02:00
apaillier-ledgerandGitHub 40a16bb5db Merge pull request #313 from tjulien-ledger/eth-clones
Eth clones
2022-06-15 13:45:58 +02:00
Alexandre Paillier b483804ff4 adding astar&shiden 2022-06-15 13:35:46 +02:00
tjulien-ledgerandAlexandre Paillier c74ca70a1f adding cube icons + network.c fix 2022-06-15 13:35:46 +02:00
tjulien-ledgerandAlexandre Paillier ded57d628f adding okc icons and fix for cube 2022-06-15 13:35:45 +02:00