1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-11 10:29:01 +00:00
trezor-firmware/firmware
Jochen Hoenicke b5fa8a266a New CoinInfo separated from protobuf structures
Having CoinType using the protobuf structures has several disadvantages.
- We always need to change trezor-common if we need a new field (like
  bech32 prefix)
- Every time Trezor initializes it sends all this information out and
  nobody cares.
- The protobuf structures add storage overhead due to their fixed size.

I also removed most of the `has_` fields except for forkid:
- `has_segwit` was merged with segwit
- `has_coin_shortcut` can be replaced by test for NULL if necessary.

The fields were reordered for better padding.
2017-11-05 19:23:34 +01:00
..
protob nem2: Handle Importance Transfer transactions 2017-10-07 22:07:56 +01:00
u2f add set -e to shell scripts 2016-07-03 13:54:32 +02:00
.gitignore nem_mosaics: Remove generated files 2017-10-09 17:47:56 +01:00
ChangeLog changelog: add 1.5.2 2017-08-16 13:59:40 +02:00
coins-gen.py New CoinInfo separated from protobuf structures 2017-11-05 19:23:34 +01:00
coins.c New CoinInfo separated from protobuf structures 2017-11-05 19:23:34 +01:00
coins.h New CoinInfo separated from protobuf structures 2017-11-05 19:23:34 +01:00
coins.json Have coins.h and coins.c generated at build time (#220) 2017-09-30 11:09:11 +02:00
crypto.c New CoinInfo separated from protobuf structures 2017-11-05 19:23:34 +01:00
crypto.h New CoinInfo separated from protobuf structures 2017-11-05 19:23:34 +01:00
debug.c add project website (trezor.io) to license header 2017-11-05 17:47:23 +01:00
debug.h add project website (trezor.io) to license header 2017-11-05 17:47:23 +01:00
ethereum_tokens-gen.py coins: include testnet coins just in debug builds 2017-08-13 21:15:34 +02:00
ethereum_tokens.c coins: include testnet coins just in debug builds 2017-08-13 21:15:34 +02:00
ethereum_tokens.h add project website (trezor.io) to license header 2017-11-05 17:47:23 +01:00
ethereum.c add project website (trezor.io) to license header 2017-11-05 17:47:23 +01:00
ethereum.h add project website (trezor.io) to license header 2017-11-05 17:47:23 +01:00
fastflash.c add project website (trezor.io) to license header 2017-11-05 17:47:23 +01:00
fastflash.h add project website (trezor.io) to license header 2017-11-05 17:47:23 +01:00
fsm.c New CoinInfo separated from protobuf structures 2017-11-05 19:23:34 +01:00
fsm.h add project website (trezor.io) to license header 2017-11-05 17:47:23 +01:00
gettext.h add project website (trezor.io) to license header 2017-11-05 17:47:23 +01:00
layout2.c New CoinInfo separated from protobuf structures 2017-11-05 19:23:34 +01:00
layout2.h New CoinInfo separated from protobuf structures 2017-11-05 19:23:34 +01:00
Makefile Makefile.include: Generate dependency files before build (#225) 2017-10-10 20:54:21 +02:00
messages.c add project website (trezor.io) to license header 2017-11-05 17:47:23 +01:00
messages.h add project website (trezor.io) to license header 2017-11-05 17:47:23 +01:00
nem2.c add project website (trezor.io) to license header 2017-11-05 17:47:23 +01:00
nem2.h add project website (trezor.io) to license header 2017-11-05 17:47:23 +01:00
nem_mosaics.json nem_mosaics: Add PacNEM 2017-10-01 13:24:13 +01:00
nem_mosaics.py nem_mosaics: Refactor and use Python 2 2017-10-09 18:06:02 +01:00
pinmatrix.c add project website (trezor.io) to license header 2017-11-05 17:47:23 +01:00
pinmatrix.h add project website (trezor.io) to license header 2017-11-05 17:47:23 +01:00
protect.c add project website (trezor.io) to license header 2017-11-05 17:47:23 +01:00
protect.h add project website (trezor.io) to license header 2017-11-05 17:47:23 +01:00
recovery-table.h add project website (trezor.io) to license header 2017-11-05 17:47:23 +01:00
recovery.c add project website (trezor.io) to license header 2017-11-05 17:47:23 +01:00
recovery.h add project website (trezor.io) to license header 2017-11-05 17:47:23 +01:00
reset.c add project website (trezor.io) to license header 2017-11-05 17:47:23 +01:00
reset.h add project website (trezor.io) to license header 2017-11-05 17:47:23 +01:00
signing.c New CoinInfo separated from protobuf structures 2017-11-05 19:23:34 +01:00
signing.h New CoinInfo separated from protobuf structures 2017-11-05 19:23:34 +01:00
storage.c add project website (trezor.io) to license header 2017-11-05 17:47:23 +01:00
storage.h add project website (trezor.io) to license header 2017-11-05 17:47:23 +01:00
transaction.c New CoinInfo separated from protobuf structures 2017-11-05 19:23:34 +01:00
transaction.h New CoinInfo separated from protobuf structures 2017-11-05 19:23:34 +01:00
trezor.c add project website (trezor.io) to license header 2017-11-05 17:47:23 +01:00
trezor.h add project website (trezor.io) to license header 2017-11-05 17:47:23 +01:00
u2f_knownapps.h add project website (trezor.io) to license header 2017-11-05 17:47:23 +01:00
u2f.c add project website (trezor.io) to license header 2017-11-05 17:47:23 +01:00
u2f.h add project website (trezor.io) to license header 2017-11-05 17:47:23 +01:00
usb.c add project website (trezor.io) to license header 2017-11-05 17:47:23 +01:00
usb.h add project website (trezor.io) to license header 2017-11-05 17:47:23 +01:00