1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-13 11:29:11 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
matejcik
3f35475e7b build: preprocess messages and assets in setup.py
This enforces presence of the trezor-common submodule, copies coins.json to the
package directory (from where we can install it with bdist) and if possible,
regenerates protobuf messages.

That currently doesn't work on Windows, because it's a shell script. Also it
relies on presence of `protoc` protobuf compiler. Therefore the regeneration
step is optional and converted protobuf messages should still be commited to
this repo.

coins.json, OTOH, is gitignored in trezorlib, and must be copied from
trezor-common every time. This works because sdist includes the vendor
directory.
2018-04-10 15:58:34 +02:00
Jonathan Cross
29e4c6a05e Transaction signing example and explanation 2017-12-02 17:36:13 +01:00
slush
8c00cda95a Ignore pydev IDE files 2017-12-02 15:21:37 +01:00
Pavol Rusnak
81d5170c10
tests: start rewriting device tests to pytest 2017-07-28 18:07:20 +02:00
Pavol Rusnak
883ebf0e03
add tox 2016-10-17 14:17:42 +02:00
Pavol Rusnak
17f3942f77 remove images 2015-05-07 18:29:38 +02:00
Pavol Rusnak
06214d52b4 fix unittests using client.get_public_node method 2014-10-22 00:26:07 +02:00
Timothy
0bbc33b7ea Add basic documentation 2014-08-21 17:04:10 +00:00
Pavol Rusnak
6414765316 expand gitignore 2014-07-21 17:54:15 +02:00
Pavol Rusnak
dc54376b15 use filecache module if possible 2014-02-09 04:47:19 +01:00
Pavol Rusnak
733a4e979c adapt config.py to new api 2014-01-20 13:21:49 +01:00
Pavol Rusnak
8cd7c1aa0a add gitignore 2013-03-18 16:44:59 +01:00