Commit Graph

43 Commits

Author SHA1 Message Date
pscott
acdbb36b44 Fix warnings by including headers and casting 2021-03-24 16:09:03 +01:00
TamtamHero
4df53f5f56 tmp undoing change breaking swap retro-compatibility 2021-01-05 16:43:00 +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
TamtamHero
17bd07a346 Apply clang-format 2020-12-01 16:20:13 +01:00
BTChip github
d43f7f6698 Cleanup os_mem* functions 2020-11-30 18:22:17 +01:00
BTChip github
9854d12753 Starkex v2 integration 2020-11-30 18:22:16 +01:00
BTChip github
7e53de8897 Add ETH 2 deposit handling 2020-11-17 10:31:15 +01:00
TamtamHero
dd5fc505fa Remove unused code 2020-11-16 17:06:45 +01:00
TamtamHero
4f2cef2e20 Add Compound support as an internal plugin 2020-11-16 17:06:44 +01:00
TamtamHero
6a754b5189 Add ERC20 allowance (approve) support in internal ERC20 plugin 2020-11-16 17:06:44 +01:00
TamtamHero
6dfe93c4dc Fix compilation issue on Nano X + last flow step issue 2020-11-16 17:06:42 +01:00
BTChip github
38da718b00 Plugins support WIP 2020-11-16 17:06:37 +01:00
TamtamHero
1f9ef34845 Use recommanded UX macros from recents SDKs 2020-10-20 15:40:31 +02:00
TamtamHero
62a144b22b Remove Ledger Blue specific code, and other unused discriminants 2020-10-20 15:22:22 +02:00
TamtamHero
eac45259da Remove trailing whitespaces 2020-10-07 16:56:40 +02:00
BTChip github
27c34e271a Add EIP 712 signing v0 2020-10-07 16:48:20 +02:00
François Colas
95168fd5ab Fix bad check of fee_amount_length 2020-09-14 14:43:38 +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
BTChip github
0e3c0f9263 * Add Artis, Dexon, EWC, Thundercore, Volta, Webchain
* Switch to Flow API for Nano S 1.6.0
* Add extra U2F timeout guards for Windows
* Review application flow and parameters checks
* Refactor signature padding
2020-01-18 12:47:53 +01:00
Jean P
565e158d0a Merge pull request #57 from clementperon/tobalaba
Add Tobalaba token support
2019-03-26 14:40:01 +01:00
BTChip github
cd8bdb8f49 Add space to ERC 20 ticker 2019-03-24 21:56:30 +01:00
Clément Péron
955b32ecb2 Add Tobalaba network 2019-03-18 14:08:27 +01:00
TamtamHero
78295bc6d8 Fix Nano S freeze 2019-03-18 14:03:54 +01:00
OTO
102aa4d1b3 - balenos UX integration
- fix for memory placement of N_storage (on balenos)
- fix to avoid ux_step/ux_step_count in balenos

fix makefile against real target id for the nanox

fix target name in main.c

fix balenos icons on dashboard

implement NO_CONSENT to allow for M2M interaction
2019-03-18 13:27:39 +01:00
Nicolas Bacca
8691c0ca68 Merge branch 'master' into externalize-erc20 2019-03-17 10:52:15 +01:00
BTChip github
416a786e73 Review external token reset policy take 2 2019-03-08 17:34:16 +01:00
BTChip github
dc52d78d41 Review external token reset policy 2019-03-08 11:12:50 +01:00
Nguyen Sy Thanh Son
0b9d8acbf6 Update chainConfig.h 2019-02-06 15:06:22 +07:00
Nguyen Sy Thanh Son
403ba1dd27 Add support for TomoChain (TOMO) 2019-02-06 08:03:49 +00:00
BTChip github
b01c37e2ee Externalize ERC 20 support 2019-02-05 14:50:36 +01:00
Clément Péron
1ad2170560 Move more functions to utils 2019-01-16 11:10:36 +01:00
Clément Péron
334372c12f Split utils function from main 2019-01-16 11:10:36 +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
662c902a5c Remove unused NAME3 macro 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
Nicemanss
24433ce7d4 Add support for High Performance Blockchain
homepage: https://hpb.io
block explorer: https://hpbscan.org
network statistics : https://hpbscan.org
git: https://github.com/hpb-project
slip0044 index : 269
chain ID: 269
2019-01-02 23:07:19 +01:00
Clément Péron
7c25f2643a Add cast for var using PIC Macro 2018-12-19 17:06:02 +01:00
Clément Péron
400bece184 move src_genericwallet to src
This will avoid an error with glyph.h which is not found when compiling deps.

Due to INCLUDE_PATH is looking for *.h but the glyph.h doesn't exist at this moment
2018-12-19 17:06:01 +01:00