1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-09 16:18:10 +00:00
Commit Graph

8829 Commits

Author SHA1 Message Date
Pavol Rusnak
6a3210c4ce
unix: fix build 2017-05-09 16:22:07 +02:00
Jan Pochyla
4bb7ad1727 main: reorg usb init 2017-05-09 16:13:40 +02:00
Jan Pochyla
fb398d07cb touch: change iface num to 255 2017-05-09 16:13:40 +02:00
Jan Pochyla
50c100bf34 mphalport: set vcp iface num at runtime 2017-05-09 16:13:40 +02:00
Jan Pochyla
64f2d6d9fb trezorhal: vcp comments 2017-05-09 16:13:40 +02:00
Pavol Rusnak
5b56c805ab
tests: fix run_tests_python_trezor.sh 2017-05-09 12:36:08 +02:00
Pavol Rusnak
31a09a9f75
fix Docker build of libopencm3 2017-05-09 01:42:23 +02:00
Pavol Rusnak
16c7284e98
apps.common: introduce cache module instead of caching in global variables 2017-05-09 01:10:45 +02:00
Pavol Rusnak
5ffc2a1d7f
tests: split xprv loading into separate test 2017-05-08 22:15:24 +02:00
Pavol Rusnak
5e410a3b59
apps.wallet: implement GetEntropy 2017-05-08 22:11:58 +02:00
Pavol Rusnak
530954acdc
update test_msg_getentropy.py 2017-05-08 22:10:47 +02:00
Pavol Rusnak
11154c1ab5
tests: mute both emulator and test in run_tests_python_trezor which were bloating the log extensively 2017-05-08 18:11:03 +02:00
Pavol Rusnak
e6d93c5933
wallet: fix GetPublicKey msg, regenerate protobuf 2017-05-08 18:04:05 +02:00
Pavol Rusnak
f6195d8aec
update CMakeLists.txt as well 2017-05-08 17:53:48 +02:00
Pavol Rusnak
9e42a45b10
crypto: update trezor-crypto, fix crypto.bip32 test 2017-05-08 17:48:22 +02:00
Pavol Rusnak
5faee8149f
update trezor-crypto 2017-05-08 17:16:20 +02:00
Pavol Rusnak
ea227fd805
update readme for sources 2017-05-08 17:15:54 +02:00
Pavol Rusnak
2ae032adbb
update AES code from Github 2017-05-08 17:08:48 +02:00
Pavol Rusnak
ca3423efc3
move aes stuff to aes/ subdirectory 2017-05-08 16:46:53 +02:00
Pavol Rusnak
671dad42df
whitespace in bip32.[ch], formatting in readme 2017-05-08 15:27:20 +02:00
Pavol Rusnak
6f092f323b
add new txcache files 2017-05-07 00:47:23 +02:00
Pavol Rusnak
dbe95dc3cc
add setuptools requirement to travis.yml 2017-05-07 00:46:47 +02:00
Pavol Rusnak
91ffca595b
rework multisig tests to specify external outputs via address, not multisig structure 2017-05-06 19:58:21 +02:00
Pavol Rusnak
261b8d5e41
multisig: allow mismatched change addresses, show them as non-change 2017-05-06 19:52:49 +02:00
Pavol Rusnak
4343d0eaeb
show progressbar layout in GetAddress 2017-05-05 15:45:58 +02:00
Pavol Rusnak
e31e55e505
simplify bip32 change logic 2017-05-05 15:12:47 +02:00
Pavol Rusnak
b1995bb8d1
remove segwit warning, don't enable segwit on coins that don't have segwit=true in definition 2017-05-04 18:54:54 +02:00
Pavol Rusnak
4183b6cbbc
update logic for change addresses (address_n length 1 is allowed now) 2017-05-04 18:16:45 +02:00
Pavol Rusnak
5fc76709b3
revert part of last commit 2017-05-04 18:10:17 +02:00
Pavol Rusnak
cb14b98213
ethereum: add new chain_ids 2017-05-04 15:12:24 +02:00
Karel Bilek
777056a3a0 Moving emscripten into a separate job 2017-05-04 14:49:33 +02:00
Karel Bilek
8b47323c05 Changing this to self in emscripten post 2017-05-04 14:49:33 +02:00
Karel Bílek
a8a40b32d7 Higher fees for litecoin
Litecoin has 2 orders higher minimal fees and dust limit than bitcoin
2017-05-03 21:04:38 +02:00
Jochen Hoenicke
f9cd5da505
Segwit: Fixed Unittests and new tests.
- Wrong BIP-32 path in change address leads to ButtonRequest.
- Add tests for change address with segwit and correct bip32 path.
2017-05-03 19:16:47 +02:00
Jochen Hoenicke
1bee5f4de7
Segwit: Unit tests for getaddress 2017-05-03 19:16:46 +02:00
Jochen Hoenicke
0b4d56842e
Segwit: Added unit tests for multisig 2017-05-03 19:16:46 +02:00
Pavol Rusnak
38970cbd68
transaction: fix compile_output for OP_RETURN 2017-05-03 18:57:47 +02:00
Pavol Rusnak
2363db721a
fix stderr.write to use bytes 2017-05-03 17:50:37 +02:00
Pavol Rusnak
b7c043df66
apps.wallet: fix sign_identity for ed25519 curves 2017-05-03 17:36:27 +02:00
Pavol Rusnak
91222b4687
tests/config: fix usb hid logic 2017-05-03 17:35:49 +02:00
Pavol Rusnak
5860207e68
Revert "test_msg_signidentity: ed25519 pubkey starts with 1 not 0"
This reverts commit 30b13dba58.
2017-05-03 17:27:02 +02:00
Pavol Rusnak
8e017526ab
Merge branch 'master' into segwit 2017-05-03 17:16:30 +02:00
Pavol Rusnak
f345de1a4f
bootloader: protobuf - add pb_add_bytes 2017-05-02 19:49:56 +02:00
Pavol Rusnak
6fd52dd36e
trezorhal: use attribute format for printf functions 2017-05-02 17:35:39 +02:00
Pavol Rusnak
11917920e7
trezorhal: use display_printf also in stm32_it.c 2017-05-02 16:33:41 +02:00
Pavol Rusnak
13f03d3880
Revert "ethereum: add EthereumSignTx.prefix"
This reverts commit 2866e6fe88.
2017-04-30 03:26:57 +02:00
Pavol Rusnak
fe6e62c11f
Revert "add EthereumSignTx.prefix"
This reverts commit 78da723c06.
2017-04-30 03:24:54 +02:00
Pavol Rusnak
367fe8952c
modtrezorui: introduce display_printf, use where possible 2017-04-28 19:55:05 +02:00
Pavol Rusnak
19cd626fc9
modtrezorui: introduce RGB16 and COLOR_x macros, use them where possible 2017-04-28 17:51:49 +02:00
Pavol Rusnak
97f95f44c0
bootloader: disable usage of mono/normal fonts 2017-04-28 15:54:54 +02:00