1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-15 09:50:57 +00:00
Go to file
Dusan Klinec f75a93ceca
xmr: add version fields to check for protocol compatibility
- safe check in case hard fork number increases without Trezor being patched to that version. Same for monero software version - if major version update is detected, T may warn to do only in own risk without updating Trezor firmware compatible with new versions
2019-03-07 11:33:21 +01:00
defs coins_details: regenerate 2019-03-06 14:07:08 +01:00
keys add keys in txt format 2017-05-12 22:43:50 +02:00
protob xmr: add version fields to check for protocol compatibility 2019-03-07 11:33:21 +01:00
tools tools/cointool: add check for segwit fields 2019-02-12 10:56:54 +01:00
udev udev: add more info about udev rules path 2018-10-17 14:28:20 +02:00
.gitignore fix gitignore 2018-10-19 18:07:24 +02:00
.gitmodules defs: add ethereum/tokens submodules 2018-05-22 19:33:21 +02:00
.travis.yml tools/support.py: set --ignore-tokens as default when running the checks 2018-11-12 12:08:33 +01:00
COPYING added license (LGPL-3.0+) 2017-06-26 11:37:20 +02:00
README.md add travis check for coins.json 2017-11-14 02:18:28 +01:00
shell.nix nix: add protobuf to shell.nix 2019-02-04 16:48:54 +01:00

trezor-common

Build Status Gitter

Common files shared among TREZOR repositories.

This repo is meant to be included as submodule to others using:

git submodule add https://github.com/trezor/trezor-common.git trezor-common