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