Commit Graph

334 Commits

Author SHA1 Message Date
TamtamHero
51549ca1d0 Bump version 1.7.1 2021-05-05 00:07:18 +02:00
Jean P
6cc785e34b Merge pull request #131 from LedgerHQ/eip_2718
Support EIP2718 (transaction types) and EIP2930 (access list transactions) and display ChainID
2021-05-04 11:54:30 +02:00
TamtamHero
ce3609000b Bump version 1.7.0 2021-04-30 19:50:01 +02:00
Jean P
71d0810b8c Merge pull request #137 from LedgerHQ/add-wallet-id
Add wallet ID feature for Nano X
2021-04-30 19:44:10 +02:00
TamtamHero
baae0d7569 Add wallet ID feature for Nano X 2021-04-30 19:40:58 +02:00
pscott
c7ec0c7dfa Use %d flag instead of %u 2021-04-28 11:39:47 +02:00
pscott
7f0afc764a Change error code description 2021-04-28 10:48:37 +02:00
pscott
ebffb48cd3 Use snprintf instead of u32_to_str 2021-04-28 10:48:18 +02:00
pscott
d5b32af95e Clang format 2021-04-21 17:24:54 +02:00
pscott
11701b6fa2 Remove debugging printf 2021-04-21 17:19:02 +02:00
pscott
1a1a3198f9 Remove debugggin printf 2021-04-21 17:17:21 +02:00
pscott
704c34a5d5 Rename to PARSING_IS_DONE 2021-04-21 17:15:43 +02:00
pscott
cac2b95136 Remove printf when parsing legacy tx 2021-04-21 17:11:51 +02:00
pscott
fa0dacb447 Remove printf when parsing chainID 2021-04-21 17:10:58 +02:00
pscott
d701f75197 Add comments to u32_from_BE in header file 2021-04-21 17:09:45 +02:00
pscott
dafdc404ac Add strict parameter to u32_from_BE 2021-04-21 17:07:16 +02:00
pscott
81ec019242 Re-enable plugins 2021-04-21 17:04:09 +02:00
pscott
970f0355dd Add support for EIP2718 (enveloppe) and EIP2930 (acess list tx); Display chain ID when different from 1 (ethereum mainnet) 2021-04-21 16:56:17 +02:00
TamtamHero
de0f449204 Bump version 1.6.6 2021-04-16 10:30:27 +02:00
Jean P
53b77be0c2 Merge pull request #132 from LedgerHQ/deversifi_proxy
Deversifi proxy
2021-04-16 10:24:02 +02:00
TamtamHero
41ab56db7a Apply clang-format 2021-04-16 10:05:49 +02:00
pscott
5dd99c3d48 Move TxType parsing in cmd_signTx and add 0x6501 error 2021-04-15 17:59:41 +02:00
pscott
6ccc36fa39 Move txType parsing outside of forloop 2021-04-15 17:08:09 +02:00
pscott
01fd39ea96 Add LEGACY_TX 2021-04-15 16:20:39 +02:00
pscott
99950a396c Add max and min values and restrict bounds 2021-04-15 16:19:12 +02:00
pscott
9876999b8d Enumerate through variants 2021-04-15 16:13:42 +02:00
pscott
9e6610c56a Fix debug messages 2021-04-15 15:42:46 +02:00
pscott
65ac116e91 Restrict txType to be within enum bounds 2021-04-15 15:38:38 +02:00
pscott
9c20c54013 Apply clang format 2021-04-15 15:37:26 +02:00
pscott
3faa172ec2 Add MAX and MIN tx types 2021-04-15 15:36:21 +02:00
pscott
48562ccfc7 Add TransactionType and adapt parser to parse them 2021-04-15 15:25:46 +02:00
BTChip github
b5c1475800 Fix initialization 2021-04-07 12:19:51 +02:00
BTChip github
c7e3bfda08 Add Deversifi proxy support 2021-04-05 14:56:56 +02:00
Jean P
b09ba946d5 Merge pull request #127 from LedgerHQ/fix_warning_1.6
Fix compilation warnings for 1.6.1-2 and NanoX sdk
2021-03-25 12:42:12 +01:00
pscott
75861077a3 Apply clang-format to compound_plugin 2021-03-25 10:44:58 +01:00
pscott
013538e9fe Apply clang-format 2021-03-25 10:43:59 +01:00
pscott
9a798e3662 Fix warnings for nanox sdk 2021-03-24 16:32:08 +01:00
pscott
acdbb36b44 Fix warnings by including headers and casting 2021-03-24 16:09:03 +01:00
pscott
69773b0846 Add Wno- flags to Makefile 2021-03-24 16:08:48 +01:00
BTChip github
d88c832f06 Update starkexv2 documentation 2021-02-21 23:38:44 +01:00
TamtamHero
174de701c0 Bump version 1.6.5 2021-02-12 12:23:42 +01:00
Jean P
cc1315a738 Merge pull request #126 from LedgerHQ/display_nonce
Add setting display nonce
2021-02-12 12:22:17 +01:00
TamtamHero
a96caadc4f Fix swap issue with nonce update, save a few bytes and improve settings switch feedback 2021-02-12 11:53:41 +01:00
pscott
9874ab4116 Set displayBuffer back to 50 bytes 2021-02-08 13:19:00 +01:00
pscott
1acce7aa4c Update ux_approval_tx_flow naming 2021-02-05 18:03:24 +01:00
pscott
4cbcdc0be0 Apply clang-format 2021-02-05 17:58:21 +01:00
pscott
2518efd3dd Add manual ux_flow; display nonce is now a setting 2021-02-05 17:52:46 +01:00
pscott
b2d5b85a2f Add nonce display settings ; nonce is always displayed 2021-02-05 17:36:54 +01:00
Jean P
734b200ba1 Merge pull request #125 from eatdostacos/master
Standardize Changelog Dates (No Functional Change)
2021-01-13 09:52:30 +01:00
eatdostacos
f12e8901ee Standardize Changelog Dates 2021-01-12 17:52:54 -08:00