Pavol Rusnak
44b32aa4a6
bootloader: process upload message WIP
2017-04-27 19:18:57 +02:00
Pavol Rusnak
3250967d62
bootloader: refactor pb_parse_header to protobuf
2017-04-27 15:32:25 +02:00
Pavol Rusnak
92b2deb932
coins: add cointype.segwit
2017-04-26 15:46:08 +02:00
Pavol Rusnak
aafd61ec8b
update trezor-common, add cointype.segwit bool
2017-04-26 15:43:57 +02:00
Pavol Rusnak
2148e5ff8d
proto: add cointype.segwit to types
2017-04-26 15:32:01 +02:00
Pavol Rusnak
b9198eb2b6
coins.json: add segwit bool
2017-04-26 15:30:38 +02:00
Pavol Rusnak
6da2019817
travis: add python-ecdsa
2017-04-25 17:12:04 +02:00
Pavol Rusnak
4cba191997
fix logic in device tests config
2017-04-25 17:04:59 +02:00
Pavol Rusnak
58faa02263
print info on skipping transports
2017-04-25 16:55:59 +02:00
Pavol Rusnak
e9958d115f
travis: add python 3.6 build
2017-04-25 16:50:56 +02:00
Pavol Rusnak
0840117033
update pipe_exists function
2017-04-25 16:47:30 +02:00
Pavol Rusnak
4999056678
make device tests work without hid
2017-04-25 16:37:27 +02:00
Pavol Rusnak
87f20bac29
tests: update tests, try running functional tests in travis
2017-04-25 16:29:02 +02:00
Pavol Rusnak
9587563c77
apps.common: update coins
2017-04-25 15:51:59 +02:00
Pavol Rusnak
9c744a1c3d
fix test_msg_signtx.test_fee_too_high (make fee higher)
2017-04-25 15:50:00 +02:00
Pavol Rusnak
2866e6fe88
ethereum: add EthereumSignTx.prefix
2017-04-24 20:34:13 +02:00
Pavol Rusnak
78da723c06
add EthereumSignTx.prefix
2017-04-24 20:32:07 +02:00
Pavol Rusnak
29ecc3e24b
added dash.run to whitelist
2017-04-24 17:52:35 +02:00
Peter Banik
44b51af1d8
-c <coin> CLI argument ( #110 )
2017-04-24 16:31:18 +02:00
Pavol Rusnak
07693277a4
apps.common: update coins.py + its generator to add new fields
2017-04-24 15:59:30 +02:00
Pavol Rusnak
a3c9f0b77e
trezorhal: add mpy license header to sdcard.{c,h}
2017-04-24 15:50:36 +02:00
Peter Banik
a99e29a05f
Added coin_name argument to get_public_node and trezorctl ( #108 )
2017-04-21 19:23:59 +02:00
Peter Banik
ca1d3e5f39
Added Decred to coin list ( #109 )
2017-04-21 19:14:04 +02:00
Pavol Rusnak
a1d04f8b7b
tests: disable trezor.msg test for now
2017-04-21 18:23:39 +02:00
Pavol Rusnak
d207e8c242
modtrezormsg: add mock for unix build
2017-04-21 18:12:33 +02:00
Pavol Rusnak
998ae134a9
travis: introduce stm32/unix goals
2017-04-21 16:53:40 +02:00
Jan Pochyla
f64330f4eb
main.c: remove usb_init_all from C
2017-04-21 16:25:00 +02:00
Jan Pochyla
8a67ad4672
main: reformat usb init
2017-04-21 16:25:00 +02:00
Jan Pochyla
e49e7ed1d9
modtrezormsg: add usb_deinit, cleanup usb_init
2017-04-21 16:25:00 +02:00
Jan Pochyla
403d5344e2
trezor.msg: support new modtrezormsg API
2017-04-21 16:25:00 +02:00
Jan Pochyla
afaefb7a13
modtrezormsg: fix typo in Msg.init_usb
2017-04-21 16:25:00 +02:00
Jan Pochyla
46f748205d
modtrezormsg: WIP python USB API
2017-04-21 16:25:00 +02:00
Jan Pochyla
03aac60681
trezorhal: disable interfaces on deinit
2017-04-21 16:23:06 +02:00
Pavol Rusnak
b8f15a78ba
travis: enable clang build for unix
2017-04-21 14:38:19 +02:00
Pavol Rusnak
258d3eaddd
GetPublicKey: use Bitcoin as default coin if not provided
...
disable SimpleSignTx and Firmware messages
update submodules
2017-04-21 14:08:09 +02:00
Pavol Rusnak
fa82ba6d3f
fix xpubaddrgen
2017-04-21 13:53:10 +02:00
Pavol Rusnak
cfde8ec233
use pkg-config for build of tests
2017-04-21 13:44:10 +02:00
Peter Banik
aaf45d704e
introduce version attributes to hdnode_serialize_public/private and hdnode_deserialize functions
2017-04-21 13:42:58 +02:00
Peter Banik
dc1939bae9
Fix for subunit tests on Ubuntu > 16.04 ( #88 )
...
https://github.com/libcheck/check/issues/60
2017-04-21 13:12:45 +02:00
Peter Banik
d4cc4a48b8
Added altcoin support to GetPublicKey ( #161 )
2017-04-21 12:51:13 +02:00
Peter Banik
dd1f7a2b0b
Added xpub_magic and xprv_magic to CoinType structure and coin_name to GetPublicKey message structure ( #26 )
2017-04-21 12:47:23 +02:00
Pavol Rusnak
20e8f9c5f6
travis: add gcc/clang build
2017-04-20 20:45:53 +02:00
Pavol Rusnak
300b09badc
Merge branch 'master' into segwit
2017-04-20 18:45:49 +02:00
Tomas Rojas
637d45b196
Configure Bridge only once per process ( #107 )
...
This saves a lot of time on requests retrieving config_signed.bin and
reconfiguring the bridge for every device enumeration or transport
instantiation.
2017-04-20 13:16:15 +02:00
Pavol Rusnak
7bb2c63fc4
build: makefile cleanup - part 2
2017-04-19 23:14:14 +02:00
Pavol Rusnak
ae6be43ba0
build: makefile cleanup - part 1
2017-04-19 22:40:15 +02:00
Pavol Rusnak
f7484fefde
build: brew dropped 32-bit support sdl2, modify macOS stuff to reflect that
2017-04-19 21:39:44 +02:00
Pavol Rusnak
3cb4118850
bump version
2017-04-19 14:20:48 +02:00
Pavol Rusnak
504db8283b
add version and lock_time attributes to sign_tx function
2017-04-19 14:19:26 +02:00
Pavol Rusnak
d131dc7405
fix last commit
2017-04-17 18:56:08 +02:00