* 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
This commit is contained in:
BTChip github
2020-01-18 12:47:53 +01:00
parent 658164ae18
commit 0e3c0f9263
44 changed files with 363 additions and 88 deletions

View File

@@ -45,7 +45,14 @@ typedef enum chain_kind_e {
CHAIN_KIND_REOSC,
CHAIN_KIND_HPB,
CHAIN_KIND_TOMOCHAIN,
CHAIN_KIND_TOBALABA
CHAIN_KIND_TOBALABA,
CHAIN_KIND_DEXON,
CHAIN_KIND_VOLTA,
CHAIN_KIND_EWC,
CHAIN_KIND_ARTIS_SIGMA1,
CHAIN_KIND_ARTIS_TAU1,
CHAIN_KIND_WEBCHAIN,
CHAIN_KIND_THUNDERCORE
} chain_kind_t;
typedef struct chain_config_s {