Commit Graph

136 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
99568f4e48 Update Makefile 2021-09-14 11:18:08 +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
pscott
ca67cb819f Update changelog and Makefile 2021-08-26 13:23:43 +02:00
pscott
31a137f9eb Revert "Change Binance Smart Chain to BSC"
This reverts commit 28964ba02a.
2021-08-11 14:59:43 +02:00
pscott
28964ba02a Change Binance Smart Chain to BSC 2021-08-11 11:25:19 +02:00
pscott
de5830b494 Merge branch 'master' into remove_v_check 2021-08-11 11:20:23 +02:00
pscott
3a4f477b1d Bump version 2021-08-06 19:15:31 +02:00
pscott
0d1d50857d Bump version 2021-08-06 15:30:13 +02:00
pscott
bf8f5b67dc Bump version 2021-08-06 15:25:09 +02:00
Markus Alvila
779fae6058 Add support for Songbird (SGB) 2021-08-05 19:27:53 +02:00
pscott
e2e567ed60 Merge pull request #157 from LedgerHQ/support_eip1559
Support EIP1559
2021-08-05 10:43:50 +02:00
pscott
12ebced7bf Update to 1.9.0 2021-08-05 10:42:43 +02:00
pscott
51244a6b8a rc2 2021-08-04 17:56:30 +02:00
pscott
387f0e1b7a Add pending review for Flare 2021-08-03 12:37:32 +02:00
pscott
f07a594125 bump to 1.9.0 2021-08-03 12:27:09 +02:00
pscott
8d24d91117 Bump version 1.8.9-rc1 2021-08-03 12:08:43 +02:00
pscott
b7110eafe0 update plugin sdk 2021-07-27 12:11:56 +02:00
Jean-Baptiste Bédrune
c27d59d792 Fix last compilation warnings
Signed-off-by: pscott <scott.piriou@ledger.fr>
2021-07-27 12:09:22 +02:00
pscott
9f49dc0768 Merge remote-tracking branch 'origin' into bsc 2021-07-27 11:14:12 +02:00
pscott
816df366e1 Merge pull request #175 from LedgerHQ/add_lido
Add lido support
2021-07-27 10:29:51 +02:00
Edouard Merle
6d0f09b4c7 adding missing comma in contract names 2021-07-26 16:15:48 +02:00
TamtamHero
5672cee156 Bump version 1.8.8-rc1 to match current max version on provider 4 2021-07-19 16:15:56 +02:00
Jean P
b8b2f7f524 Apply clang-format to plugin sdk when checking it (#172)
* Add clang-format step before verifying plugin-sdk integrity

* update plugin sdk
2021-07-19 16:13:16 +02:00
TamtamHero
46d5b45e9c Bump version 1.8.7 2021-07-09 11:46:52 +02:00
pscott
d541f1f524 Add pointer to msg_sender in Eth_plugin_finalize (#170)
* Add some PRINTF debug statements and fir additional screens init

* Memzero struture and use two pointers less

* Clang-format

* Use ADDRESS_LENGTH where possible; Add printf statements when failing to compare contracts

* clang-format

* Remove 'token1' and 'token2' locals

* Fix typo

* apply clang-format

* Add bip32path to sharedRO for plugins

* Change getEthAddressStringFromKey to accept char instead of uint8_t

* Update ethereum plugin sdk

* Add BYPASS_SIGNATURES compilation option

* Remove bip32path and pathLength from sharedRO; add msg_sender pointer to pluginFinalize.address

* clang format eth_plugin_interface

* Update submodule

* Set address BEFORE making the finalize call

* Update SDK

Co-authored-by: TamtamHero <10632523+TamtamHero@users.noreply.github.com>
2021-07-09 11:46:36 +02:00
jingxu85
5ef3e77820 remove path 44'/60' (#171) 2021-07-09 10:22:54 +02:00
TamtamHero
7ec4e8b5b8 Bump version 1.8.6 2021-07-05 11:46:30 +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
pscott
bb9da691a1 Add bsc to variants 2021-06-29 17:18:20 +02:00
pscott
be59465acf bump to rc2 2021-06-29 17:18:20 +02:00
pscott
db5fe05902 Bump version to rc1 and add to CHANGELOG 2021-06-29 17:18:19 +02:00
pscott
61e7d17442 Add bsc variant 2021-06-29 17:18:15 +02:00
pscott
a484b114c3 Remove usr/include in Makefile 2021-06-18 14:38:57 +02:00
pscott
7e666de9ae Add zemu test to Makefile 2021-06-18 11:23:37 +02:00
jingxu85
ae38021ced add path 44/60 2021-06-08 22:27:47 -07:00
pscott
3ea1c0f888 Bump to 1.8.5 and update Changelog 2021-06-08 10:30:18 +02:00
pscott
580d3fabcc Bump to 1.8.4 to account for txType fix 2021-06-08 10:25:15 +02:00
pscott
a61a155d0b Add additionalScreens field 2021-06-08 10:25:15 +02:00
pscott
bff623645c Bump to 1.8.2 2021-06-08 10:25:15 +02:00
pscott
59b5b6a304 Bump to v1.8.1 2021-06-08 10:25:15 +02:00
TamtamHero
46ebe6320a Auto build ethereum-plugin-sdk 2021-06-08 10:24:51 +02:00
TamtamHero
11d52836f8 Add ethereum-plugin-sdk submodule 2021-06-08 10:24:51 +02:00
Salvatore Ingala
8ab2279a9b Version bump 1.7.9; update CHANGELOG 2021-06-02 16:45:52 +02:00
jingxu85
e5d202d895 signed commit with icons 2021-06-01 10:31:54 -07:00
Markus Alvila
073f586c98 Add support for Flare Network (FLR) (#148)
Signed-off-by: RareData <44319370+RareData@users.noreply.github.com>
2021-06-01 11:49:39 +02:00