mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-12 10:39:00 +00:00
76c6e9cd9d
WIP - change trezor{1,2} to their internal names, add support for model R WIP - add EOS and NEM features Capability only for TT WIP - not include EOS and NEM into TR WIP - choose between device models when generating coininfo WIP - regenerate coininfo.py WIP - skip NEM, EOS, Dash, BGold and Decred device tests for TR WIP - fix python support WIP - fix unit tests WIP - import bitcoin-like code only when needed WIP - remove ignored coins for TR in fixtures.json WIP - make all the external references to models UPPERCASE WIP - do the model separation in mako script also for tokens and networks WIP - hot-fixing non-supporting RELEASES_URL for new model names WIP - support.py releases CLI command takes a list of -r key-value pairs DEVICE=VERSION WIP - run `python support.py release` WIP - use utils.MODEL_IS_T2B1 to ignore NEM and EOS WIP - change all the docs and commands to have UPPERCASE model names [no changelog]
16 lines
426 B
Mako
16 lines
426 B
Mako
// This file is automatically generated from nem_mosaics.h.mako
|
|
// DO NOT EDIT
|
|
|
|
#ifndef __NEM_MOSAICS_H__
|
|
#define __NEM_MOSAICS_H__
|
|
|
|
#include "messages-nem.pb.h"
|
|
|
|
<% nem_list = list(supported_on("T1B1", nem)) %>\
|
|
#define NEM_MOSAIC_DEFINITIONS_COUNT (${len(nem_list)})
|
|
|
|
extern const NEMMosaicDefinition NEM_MOSAIC_DEFINITIONS[NEM_MOSAIC_DEFINITIONS_COUNT];
|
|
extern const NEMMosaicDefinition *NEM_MOSAIC_DEFINITION_XEM;
|
|
|
|
#endif
|
|
|