Commit Graph

606 Commits

Author SHA1 Message Date
Jean P
fb7204fb6c Fix fees overwrite in starkware plugin (#198)
* increase display buffer size to handle Starkware master key and control size when using snprintf

* Bump version 1.9.6

* Fix broken tests

* Add first starkware tests

* Add some constants for starkware

* Update CHANGELOG.md
2021-09-29 18:39:10 +02:00
Jean P
fa355a5d97 Add a UI warning when contract data are not enabled in the settings (#193)
* Add a UI warning when contract data are not enabled in the settings

* Update wording "contract data" -> "blind signing" to raise awareness

* Bump version 1.9.5

* remove hardcoded path in helper build script

* Add blind signature test

* Add snapshot-tmp to gitignore

* Remove unused snapshots

* Increase tests timings

* Remove unused snapshots

* Fix and rename compound blind deposit test

* Update Approve and Transfer tests

* Update tests

* Cosmetic changes + disable debug flag

* Update CHANGELOG.md
2021-09-28 12:32:06 +02:00
pscott
9951cc0e46 Update CHANGELOG.md 2021-09-14 11:19:13 +02:00
pscott
99568f4e48 Update Makefile 2021-09-14 11:18:08 +02:00
pscott
6e22a62d3d Update README.md 2021-09-14 11:17:49 +02:00
pscott
d833d10e68 Merge pull request #190 from LedgerHQ/clean_tokens
Remove tokens from ethereum app; Add comments about tokens
2021-09-14 11:17:16 +02:00
pscott
a6cd98c9af Merge pull request #191 from LedgerHQ/add_arbitrum
Add arbitrum to networks
2021-09-14 11:17:03 +02:00
pscott
330dd64338 Add arbitrum to networks 2021-09-14 10:51:16 +02:00
pscott
b67d6d65b8 Remove tokens from ethereum app; Add comments about tokens 2021-09-14 10:48:23 +02:00
pscott
d9a82fb6f7 Remove sudo in readme 2021-09-03 15:29:30 +02:00
pscott
d3f3b7ed74 Merge pull request #183 from LedgerHQ/bigger_chainid
Improve display for big chainIDs
2021-09-03 15:24:22 +02:00
pscott
957ce4936a Update changelog 2021-09-03 15:16:42 +02:00
pscott
f8f160f809 Merge branch 'kobigurk-clabs-patch-1' into bigger_chainid 2021-09-03 15:15:53 +02:00
pscott
61bd1b2b88 Update plugin sdk 2021-09-03 15:06:49 +02:00
pscott
ae28843c6c Merge branch 'TowoLabs-master' into bigger_chainid 2021-09-03 15:02:30 +02:00
pscott
fd48a2c1a2 Remove theta, flare and flare_coston 2021-09-03 14:55:28 +02:00
pscott
fb06484305 Remove Flare and Flare Coston 2021-09-03 14:53:16 +02:00
pscott
52ba459f1a Update version and Changelog 2021-09-03 14:48:32 +02:00
TamtamHero
1588e4f358 Fix elfs gathering for CI tests 2021-09-01 20:03:37 +02:00
TamtamHero
248877f2e3 Update CHANGELOG.md 2021-08-31 19:37:51 +02:00
TamtamHero
bcd2ada59c Update plugin SDK submodule 2021-08-31 19:36:01 +02:00
TamtamHero
7ddd32f83d Improve plugin SDK version management 2021-08-31 19:31:56 +02:00
TamtamHero
15d729532e Fix broken array 2021-08-31 10:33:46 +02:00
TamtamHero
0d45d2e2d0 Update some prototypes to use chainId value instead of chainConfig structure 2021-08-30 11:02:55 +02:00
TamtamHero
3e25f04d05 Refactoring helper to get printable eth address from hex 2021-08-30 11:00:51 +02:00
kobigurk-clabs
913346b9a8 Add Celo mainnet and long-running testnets 2021-08-28 21:49:32 +03:00
pscott
dda1e20fb3 Fix V computing when using < 4 bytes chain IDs 2021-08-27 18:35:53 +02:00
pscott
1b07cf2861 Update sdk 2021-08-27 17:31:10 +02:00
pscott
847db91cfb Remove debugging statements 2021-08-27 17:28:24 +02:00
pscott
6d3f6c325e Update tests 2021-08-27 17:28:04 +02:00
pscott
c035023f8f Add console log when snapshots are not equal 2021-08-27 16:38:28 +02:00
pscott
f2ff741767 Increase size of V 2021-08-27 14:47:59 +02:00
pscott
89eba39c63 Remove some warnings when using Eth app as lib 2021-08-27 12:13:47 +02:00
pscott
1fbbc33cc0 Fix offest calc in 1191 2021-08-27 11:51:27 +02:00
pscott
bf10d3b550 Merge pull request #184 from LedgerHQ/parallel_tests
Parallel tests
2021-08-27 11:26:51 +02:00
TamtamHero
6e9e83b981 Add instructions for tests 2021-08-26 15:49:41 +02:00
TamtamHero
45108ba9d8 Fail early when a test doesn't succeed 2021-08-26 15:44:40 +02:00
TamtamHero
a26f1dec33 Update tests for parallelism 2021-08-26 15:44:32 +02:00
TamtamHero
e1fc303626 Update Zemu to 0.16.5 and fix screenshots for Nano X 2021-08-26 14:46:06 +02:00
pscott
94363738fe Move u64_to_string 2021-08-26 13:59:42 +02:00
pscott
ca67cb819f Update changelog and Makefile 2021-08-26 13:23:43 +02:00
pscott
1e6e2f3b15 Update ethapp.asc 2021-08-26 13:21:18 +02:00
pscott
ef91934b23 Update NETWORK_STRING_MAX_SIZE 2021-08-26 13:21:10 +02:00
pscott
b2172e4627 Use uint64_t for chainID 2021-08-26 13:02:07 +02:00
pscott
832c7de51e Update plugin sdk 2021-08-18 16:43:57 +02:00
pscott
54572a95f6 Fix missing ui_plugin.h; add constants to eth_plugin_internals; update plugin sdk 2021-08-18 16:42:30 +02:00
pscott
145789e1a3 Update CHANGELOG.md 2021-08-11 16:59:40 +02:00
pscott
237847c756 Update CHANGELOG.md 2021-08-11 16:59:20 +02:00
pscott
7f1348f2bc Update changelog 2021-08-11 15:00:21 +02:00
pscott
31a137f9eb Revert "Change Binance Smart Chain to BSC"
This reverts commit 28964ba02a.
2021-08-11 14:59:43 +02:00