Commit Graph

26 Commits

Author SHA1 Message Date
TamtamHero
eac45259da Remove trailing whitespaces 2020-10-07 16:56:40 +02:00
TamtamHero
9d4dfbe1bf Add Swap feature 2020-09-14 14:43:36 +02:00
BTChip github
8d0544bf68 Merge Starkware branch 2020-06-27 13:24:04 +02:00
Olivier Hériveaux
9d4a20c290 Minor code improvement
Using MIN instead of ternary operator for better code in ethUstream.c.
2020-04-14 19:43:20 +02:00
BTChip github
658164ae18 Remove CX_COMPLIANCE_141 2020-01-18 12:46:37 +01:00
Clément Péron
f75adced1d Use correct include headers
Some headers are overkilled, and the order should be

/* LibC */
include <stdxxx.h>

/* Framework */
include <os.h>

/* Local */
include "EthUstream.h"
2019-01-16 11:10:35 +01:00
Clément Péron
649d5ebe26 update header license 2019-01-16 11:10:35 +01:00
Clément Péron
6af656c5ce Add Include macro guards 2019-01-16 11:10:34 +01:00
Clément Péron
056dc0099e Remove trailing spaces
find -name '*.c' -o -name '*.h' -o -name 'Makefile' -print0 | xargs -r0 sed -e 's/[[:blank:]]\+$//' -i
2018-12-19 17:05:59 +01:00
BTChip github
051742a289 Fix checksum altogether 2018-08-06 23:46:37 +02:00
BTChip github
6308202cbb Fix EIP 1191 2018-08-06 23:05:22 +02:00
BTChip github
b9e1e4e42d Add EIP 1191 checksum support (RSK) 2018-08-02 11:16:25 +02:00
BTChip github
adfcb0e6ec Display the data being signed 2018-07-31 19:59:59 +02:00
BTChip github
8260268b02 Supports 32 bits chainId for signature and matching - the returned V will be wrong and has to be recomputed by the client 2018-07-28 17:36:12 +02:00
BTChip github
c276531c83 Update to U2F managed SDK - add forks 2018-07-27 21:02:24 +02:00
BTChip github
a954625362 Fix non decimal display glitch 2017-05-31 21:48:49 +02:00
BTChip
0c094f4fe6 ERC-20 tokens support for a simple set of tokens - display additional transaction details 2017-02-04 13:14:24 +01:00
BTChip
7083e3bc74 Blue compliant debugging 2017-01-22 18:25:42 +01:00
BTChip
54ea8ac82e EIP 155 support. Free up some RAM for U2F buffers 2016-11-25 09:10:04 +01:00
BTChip
533c14adc2 Remove copypasta invalid check for contract data size 2016-10-17 23:36:29 +02:00
BTChip
893c9820e4 Handle to: destination length to detect a null contract address 2016-10-17 23:35:55 +02:00
BTChip
40df08c386 Add multiplication support for fees computations instead of displaying startgas and gasprice 2016-10-17 23:34:07 +02:00
BTChip
34310ef17c Fix display for < 1 ETH values 2016-08-28 23:38:27 +02:00
BTChip
0eb82c6f98 Cleanup, adjust derivation API to API level 5, adjust linker script and NVRAM location, move to internal SHA3 API, fix address checksum 2016-08-12 15:53:40 +02:00
BTChip
04deca3dad Nano S release
Build for Blue SDK 1.2 / Nano S 1.0 release
Nano S UI
2016-07-31 09:36:00 +02:00
BTChip
3e3b9dcc6a Initial import 2016-06-01 21:41:29 +02:00