Commit Graph

294 Commits

Author SHA1 Message Date
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
TamtamHero
8c852bda37 Update CHANGELOG.md 2021-01-12 11:34:09 +01:00
TamtamHero
6999a6555f Bump version 1.6.4 2021-01-12 11:28:02 +01:00
TamtamHero
ed0926fcef Update broken warning icon 2021-01-11 13:51:09 +01:00
TamtamHero
5f43cb7a59 fix helper python script that was signing garbage 2021-01-11 12:43:27 +01:00
TamtamHero
4df53f5f56 tmp undoing change breaking swap retro-compatibility 2021-01-05 16:43:00 +01:00
BTChip github
4629d6633c Fix contract details debugging with plugins 2021-01-05 15:31:26 +01:00
TamtamHero
572ae1d57f Bump version 1.6.3 2020-12-10 12:17:11 +01:00
Jean P
a168aafd58 Merge pull request #119 from LedgerHQ/upgrade_swap
Upgrade swap code to better standards
2020-12-10 12:06:12 +01:00
TamtamHero
1fd89554a3 Specify python version in Makefile 2020-12-10 11:52:08 +01:00
TamtamHero
809da3ce33 Fix sizeof on address instead of value 2020-12-08 13:06:24 +01:00
TamtamHero
79d74991e5 cleanup argument parsing when used as a library + ensure os_lib_end gets called 2020-12-08 13:01:49 +01:00
TamtamHero
a865be3d5f remove useless calls to strlen 2020-12-08 13:01:39 +01:00
TamtamHero
412d764f49 make swap handle functions return a value 2020-12-08 12:43:58 +01:00
Jean P
2b2a3dade3 Merge pull request #117 from LedgerHQ/format-and-basic-CI
Add clang-format and basic CI
2020-12-03 15:24:14 +01:00
TamtamHero
8e57f1d699 Add a minimal github action pipeline 2020-12-01 16:44:51 +01:00
TamtamHero
17bd07a346 Apply clang-format 2020-12-01 16:20:13 +01:00
TamtamHero
1421a74be5 Add clang-format config 2020-12-01 16:19:54 +01:00
TamtamHero
b6731d030b Conditionnaly comment Starkware some missing logic for altcoins 2020-11-30 18:45:54 +01:00
TamtamHero
2391036407 Bump version 1.6.2 2020-11-30 18:37:20 +01:00
Jean P
ef5ac7688f Merge pull request #115 from LedgerHQ/starkexv2_rebased
StarkExV2
2020-11-30 18:24:02 +01:00
BTChip github
1a311684a2 Replace memset by expilcit_bzero for critical data 2020-11-30 18:22:21 +01:00
BTChip github
251f565664 Update contract information for DeversiFi contracts 2020-11-30 18:22:20 +01:00
BTChip github
3313cb8949 Fix Deposit ETH amount display 2020-11-30 18:22:19 +01:00
BTChip github
d321306497 Fix Typo 2020-11-30 18:22:19 +01:00
BTChip github
c61f522ee0 Fix conditional ETH2 for Ropsten 2020-11-30 18:22:18 +01:00
BTChip github
7f0bad329b Merge :gerard: review feedbacks 2020-11-30 18:22:18 +01:00
BTChip github
d43f7f6698 Cleanup os_mem* functions 2020-11-30 18:22:17 +01:00
BTChip github
374580431d Add missing Starkex v2 configuration flag 2020-11-30 18:22:16 +01:00
BTChip github
9854d12753 Starkex v2 integration 2020-11-30 18:22:16 +01:00
TamtamHero
61424e7907 Fix wrong size in memmove 2020-11-30 15:44:11 +01:00
Jean P
10dae53f13 Bump version 1.6.1 2020-11-22 13:49:18 +01:00
Jean P
6ab057ddd4 Merge pull request #113 from LedgerHQ/starkware_fix_160
Fix signature hash corruption
2020-11-22 13:48:46 +01:00
BTChip github
b7a792626d Fix signature hash corruption 2020-11-21 21:46:02 +01:00
TamtamHero
8b2a433c11 Bump version 1.6.0 2020-11-17 10:33:38 +01:00
Jean P
e4ae9d4c9b Merge pull request #112 from LedgerHQ/eth2_deposit
Eth2 deposit
2020-11-17 10:32:58 +01:00
BTChip github
235b4b1863 Fix Withdrawal key derivation path 2020-11-17 10:31:15 +01:00
BTChip github
da43b51fbc Reenable feature, add curve to path checking mechanism 2020-11-17 10:31:15 +01:00
BTChip github
7e53de8897 Add ETH 2 deposit handling 2020-11-17 10:31:15 +01:00
TamtamHero
832294334f Fix altcoins compilation issue 2020-11-16 17:59:33 +01:00
Jean P
e3b43b9437 Merge pull request #110 from LedgerHQ/compound
Add plugins and Compound support
2020-11-16 17:44:12 +01:00