Commit Graph

550 Commits

Author SHA1 Message Date
pscott
fd73a08f24 Update changelog 2021-08-11 11:24:50 +02:00
pscott
de5830b494 Merge branch 'master' into remove_v_check 2021-08-11 11:20:23 +02:00
pscott
c8bad8b2f8 Remove debug prints; secure copy of chainid into v 2021-08-06 21:07:22 +02:00
pscott
3a4f477b1d Bump version 2021-08-06 19:15:31 +02:00
pscott
9d2c07d648 remove double get_chainID fn 2021-08-06 16:46:03 +02:00
pscott
0d1d50857d Bump version 2021-08-06 15:30:13 +02:00
pscott
0c1eece118 Update CHANGELOG 2021-08-06 15:29:46 +02:00
pscott
c5fb10dd47 Remove check for v length 2021-08-06 15:20:58 +02:00
TamtamHero
48c6536d93 Fix theta tokens 2021-08-06 12:34:26 +02:00
TamtamHero
4b5a2b1033 revert bsc icons 2021-08-05 14:48:02 +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
e301ff1b83 Remove update of plugin.asc 2021-08-04 19:12:16 +02:00
pscott
51244a6b8a rc2 2021-08-04 17:56:30 +02:00
pscott
d04dcd8dc6 Add printf for txtype; Fix txtype init 2021-08-04 17:42:09 +02:00
pscott
63467a4145 Update eip1559 test 2021-08-04 17:41:06 +02:00
pscott
448ef70ab1 Fix approval test 2021-08-04 17:00:12 +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
2e4ddb8d69 Update plugin sdk 2021-08-03 12:14:05 +02:00
pscott
087af9c0fe Add EIP1559 to changelog 2021-08-03 12:09:42 +02:00
pscott
8d24d91117 Bump version 1.8.9-rc1 2021-08-03 12:08:43 +02:00
pscott
24541034c6 Merge branch 'master' into support_eip1559 2021-08-03 12:01:58 +02:00
pscott
06075c9586 Sign txType byte 2021-07-31 14:21:10 +02:00
pscott
d0a540f683 Fix y_parity signature for eip1559 and eip2930 2021-07-31 13:33:45 +02:00
pscott
aa2415125e Remove parsing of sender_r, sender_s and y_parity 2021-07-31 13:03:56 +02:00
pscott
5951e2c638 Fix changelog 2021-07-28 15:28:12 +02:00
pscott
794ce28fc1 Merge branch 'cleanup' 2021-07-27 12:25:03 +02:00
pscott
544bb0c487 Update plugin sdk 2021-07-27 12:24:46 +02:00
pscott
ee4a865144 Use strlcpy instead of strncpy 2021-07-27 12:24:05 +02:00
pscott
b7110eafe0 update plugin sdk 2021-07-27 12:11:56 +02:00
pscott
a71757e17c Update plugin sdk 2021-07-27 12:10:07 +02:00
Jean-Baptiste Bédrune
174aae45b8 Update Ethereum SDK
Signed-off-by: pscott <scott.piriou@ledger.fr>
2021-07-27 12:09:22 +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
Jean-Baptiste Bédrune
cd78581ffd Fix all the defects identified by Clang Static Analyzer
Some fixes are dirty, but it is a start to enforce scan-build on
every commit.

Signed-off-by: pscott <scott.piriou@ledger.fr>
2021-07-27 12:09:22 +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
6060fa8b16 Update plugin sdk 2021-07-27 11:22:17 +02:00
pscott
e4264eab0c Merge branch 'bsc' 2021-07-27 11:21:39 +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
pscott
4b42d69b3e Add Lido contracts 2021-07-16 11:50:52 +02:00
TamtamHero
e336a7c153 Repair provideERC20TokenInformation for side chains when using eth app 2021-07-15 12:00:11 +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
Edouard Merle
de6e226dc6 not always define seed cookie path 2021-07-06 11:47:38 +02:00
TamtamHero
7ec4e8b5b8 Bump version 1.8.6 2021-07-05 11:46:30 +02:00