1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-16 11:28:14 +00:00
Go to file
Dušan Klinec 1ef050fb15 xmr: protob protocol improvements (#192)
- uses protobuff messages only for the transaction construction data - forward compatible. Not stable on Monero side, serialization format of the cryptonote serialization could be changed in the future (new fields), CN serialization does not support versioning, thus it is not forward compatible.
- MoneroTransactionDestinationEntry, MoneroTransactionSourceEntry have to be defined in the root level as they are used in various protocol messages
2018-08-15 11:39:06 +02:00
defs eth: Add Pirl support (#193) 2018-08-15 11:29:29 +02:00
keys add keys in txt format 2017-05-12 22:43:50 +02:00
protob xmr: protob protocol improvements (#192) 2018-08-15 11:39:06 +02:00
tools defs: fix coindef.py 2018-07-30 12:09:27 +02:00
udev bump dockerfile for udev build 2018-02-26 16:19:33 +01:00
.gitignore Ignore temporary files in tools/ 2018-06-21 13:55:17 +02:00
.gitmodules defs: add ethereum/tokens submodules 2018-05-22 19:33:21 +02:00
.travis.yml defs: update trezor.io backends 2018-06-25 12:17:52 +02: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

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