1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-14 03:49:25 +00:00
Go to file
matejcik 9342b52c6b cointool: replace 'coins_json' with 'dump'
`cointool.py coins_json` generated an old-style `coins.json` file with
entries on bitcoin-like coins. This is no longe really doing what we
need.

Instead, the new command `dump` will output _all available data_ in the
same format as Python sees it. Much more useful for other kinds of
consumers.
2018-09-04 15:30:48 +02:00
defs support: undo mis-added bitcoin-likes for 1.6.3 2018-08-30 18:59:29 +02:00
keys
protob protobuf: unknown derivation path message 2018-09-04 13:52:03 +02:00
tools cointool: replace 'coins_json' with 'dump' 2018-09-04 15:30:48 +02:00
udev bump dockerfile for udev build 2018-02-26 16:19:33 +01:00
.gitignore ignore .vscode project dir 2018-08-07 13:03:51 +02:00
.gitmodules defs: add ethereum/tokens submodules 2018-05-22 19:33:21 +02:00
.travis.yml travis: run new checks 2018-08-23 18:34:07 +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