Commit Graph

1216 Commits

Author SHA1 Message Date
BTChip github
331fc3f287 Lock ETH to its application path (please complain if it breaks something). Allow ETC to derive on ETH path to recover forked assets 2019-01-22 22:10:20 +01:00
Jean P
d43b530ff1 Merge pull request #50 from clementperon/dev
Minor Clean / Python3 support
2019-01-22 13:15:29 +01:00
Clément Péron
52118aa172 Add check on argument parser 2019-01-17 16:00:12 +01:00
Clément Péron
db533b13b0 Update to Python3 2019-01-17 16:00:12 +01:00
Clément Péron
8c36aed554 AutoPEP8 Python scripts 2019-01-16 11:23:00 +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
Clément Péron
f77d816e48 Move Python scripts to examples dir 2019-01-16 11:10:34 +01:00
Clément Péron
ff4aab03fb update .gitignore to match glyphs path 2019-01-16 11:10:34 +01:00
Clément Péron
1a2ad56cbf make python scripts executable 2019-01-16 11:10:33 +01:00
TamtamHero
043d1f4f6f Add missing reos icon 2019-01-08 16:41:36 +01:00
Jean P
ddaa66bb3a repair missing endif 2019-01-03 15:03:24 +01:00
Jean P
bf72679401 Merge pull request #49 from Nicemanss/master
Add support for High Performance Blockchain
2019-01-03 13:48:37 +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
Peter Grassberger
0cb3ecd9da Fix Readme typo: framwork -> framework 2018-12-23 11:24:46 +01:00
Jean P
b678aa95cf Merge pull request #47 from clementperon/cpe/clean
cpe/clean
2018-12-19 18:08:07 +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
Clément Péron
6d51932970 Add cast for token definitions using PIC macro 2018-12-19 17:06:01 +01:00
Clément Péron
727bef9815 Remove WIDE class 2018-12-19 17:06:00 +01:00
Clément Péron
1686e7033d remove unused label 2018-12-19 17:06:00 +01:00
Clément Péron
f30462f863 fix tokens array size
Compiler warns about "excess elements in array initializer"

Fix this by setting the correct size of the array
2018-12-19 17:06:00 +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
Jean P
eb109e8797 Bump version 1.1.8 2018-12-18 18:40:19 +01:00
Jean P
f7a9ddc70c Merge pull request #44 from EthereumCommonwealth/reosc
Add support for REOSC Ecosystem
2018-12-12 16:56:09 +01:00
Michael Ira Krufky
cbbcb3b04e update REOSC graphic assets 2018-12-12 10:53:24 -05:00
Michael Ira Krufky
5de6da6a0d update REOSC graphic assets 2018-12-12 10:30:46 -05:00
Jean P
ff9b031905 Merge pull request #46 from ortegaalfredo/master
Changed RSK Ticker SBTC->RBTC
2018-12-12 10:27:41 +01:00
Alfredo Ortega
f202bdd343 Changed RSK Ticker SBTC->RBTC 2018-12-11 15:26:12 -03:00
Michael Ira Krufky
16dec940c9 Add support for REOSC Ecosystem
homepage           : https://www.reosc.io
    block explorer     : https://explorer.reosc.io
    network statistics : https://stats.reosc.io
    slip0044 index     : 2894
    chain ID           : 2894
2018-12-10 08:46:32 -05:00
TamtamHero
3fc6df5c07 update token list 2018-12-10 13:37:57 +01:00
TamtamHero
64aed0316a fix ellaism icons 2018-12-03 18:06:51 +01:00
TamtamHero
6fd0de39f5 Merge branch 'master' of github.com:LedgerHQ/ledger-app-eth 2018-11-06 21:43:47 +01:00
TamtamHero
c5f942aea8 add missing Mix icon 2018-11-06 21:43:26 +01:00
Jean P
b9a8dd0da5 add new coins to listvariants 2018-11-06 17:30:03 +01:00
Jean P
cdb93eb073 Bump version 1.1.7 2018-11-06 15:26:22 +01:00
TamtamHero
d2c36603bd update Mix, EtherGem icons and remove EOSC 2018-11-05 15:22:25 +01:00
BTChip github
c524aeb461 Remove EOS Classic 2018-10-26 19:06:46 +02:00
Nicolas Bacca
bbb3e2cc16 Merge pull request #38 from EthereumCommonwealth/mix
Add support for Mix Blockchain (MIX)
2018-10-09 15:28:13 +02:00
Michael Ira Krufky
843b5ff80c Add support for Mix Blockchain
homepage: https://www.mix-blockchain.org
block explorer: https://blocks.mix-blockchain.org
network statistics : https://stats.mix-blockchain.org
slip0044 index : 76
chain ID: 76
2018-10-07 10:14:12 -04:00
BTChip github
6ce175041a Fix contract data parsing 2018-10-03 18:22:38 +02:00
TamtamHero
e00a2ab312 Merge branch 'master' of github.com:LedgerHQ/ledger-app-eth 2018-10-03 10:21:42 +02:00
TamtamHero
f7aaef4903 fix Atheios blue icon 2018-10-03 10:21:29 +02:00
BTChip github
d6bdf9c7e5 Update ERC 20 tokens list 2018-10-02 16:14:07 +02:00
TamtamHero
6a45fa7c55 Merge branch 'master' of github.com:LedgerHQ/ledger-app-eth 2018-10-02 14:56:47 +02:00
TamtamHero
acf23bd5e6 version bump, modified icons for the release of callisto/ether1/ethersocial/gochain/atheios 2018-10-02 14:55:33 +02:00