1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-14 11:39:03 +00:00
Commit Graph

1576 Commits

Author SHA1 Message Date
matejcik
3390422ce3 device: pass u2f counter when running device recovery 2019-01-23 11:34:59 +01:00
matejcik
7d14018f99 tools: make sure that passed Base58 string uses valid alphabet 2019-01-23 11:34:41 +01:00
refi93
f4e1da41b7 change network to protocol magic in cardano 2019-01-21 10:23:55 +01:00
Tomas Susanka
d668954a3b Makefile: typo 2019-01-17 15:20:19 +01:00
Tomas Susanka
d09f4470d2 tests/stellar: use bytes.fromhex instead of binascii.unhexlify 2019-01-17 14:31:07 +01:00
Tomas Susanka
6c659715dc tests: style 2019-01-17 14:26:15 +01:00
Tomas Susanka
e732ee6a75 tests/stellar: add more tests for SetOptionsOp 2019-01-17 14:18:02 +01:00
matejcik
921d881cdf Revert "device_tests: xfail EthereumGetPublicKey on TT (feature is postponed)"
This reverts commit 953e0d1d8c.
2019-01-15 14:50:03 +01:00
matejcik
953e0d1d8c device_tests: xfail EthereumGetPublicKey on TT (feature is postponed) 2019-01-15 14:03:32 +01:00
Tomas Susanka
7288700b86 eth: add get public key 2019-01-15 12:46:20 +01:00
Tomas Susanka
701b603419 tests: uncomment ripple test
Some ripple tests stayed commented out accidentally. Shame on me.
2019-01-09 15:00:44 +01:00
Tomas Susanka
c5b1948b64 vendor: trezor-common update 2019-01-09 14:59:02 +01:00
Alexander Block
d131b70bed Dash: Support spending DIP2 special transaction inputs (#351)
This implements support for spending of TX outputs which are part of a [DIP2](https://github.com/dashpay/dips/blob/master/dip-0002.md) special transaction, especially [DIP4 coinbases](https://github.com/dashpay/dips/blob/master/dip-0004.md#coinbase-special-transaction).

This is for Dash only and thus required the addition of `is_dash` in `tx_api.py`.

Support on the firmware side is not required for this to work as it reuses the logic from Zcash's `extra_data` and `extra_data_len` fields.
2019-01-09 14:43:30 +01:00
matejcik
6fa8ccfeed transport: report proper exception when no device found 2019-01-09 13:51:37 +01:00
Tomas Susanka
897bc14a36 tests: add ripple test case with destination tag 2019-01-08 16:38:45 +01:00
Tomas Susanka
3c89a59a4d vendor: update trezor-common 2019-01-08 16:01:35 +01:00
strmci
402e72e36e device_tests: add input flow function to Ontology tests (#348) 2019-01-07 12:58:42 +01:00
Jochen Hoenicke
0428f5091c Don't require prevtx for coins with BIP-143 fork id (#352)
Coins like Bitcoin Cash and Bitcoin Gold always use BIP-143 signatures
that do not require previous transactions.
2019-01-07 12:57:12 +01:00
matejcik
369b704f6b trezorlib: bump to 0.11.1 2018-12-28 13:00:35 +01:00
matejcik
afe8b3a208 build: safer make clean
taken from cookiecutter-pypackage
2018-12-28 12:57:15 +01:00
matejcik
b3da1e6e25 changelog: update 2018-12-28 12:52:52 +01:00
ghost43
8c644cc03e qt: don't import PyQt5.Qt 2018-12-28 12:48:31 +01:00
Jonathan Cross
6dd261f4c0 Update OPTIONS.rst per v0.11.0 (#350) 2018-12-28 00:18:04 +01:00
Pavol Rusnak
a9f39b94a5
docs: update OPTIONS.rst 2018-12-24 13:27:55 +01:00
brianddk
e9b7ecd97f readme: Windows instal doc (#346) 2018-12-18 13:59:49 +01:00
matejcik
cf9106ff5d client: only normalize passphrase if not entered on device 2018-12-17 14:01:52 +01:00
Pavol Rusnak
831fde9c5c
tests: T1 now caches the PIN after PIN set/change 2018-12-14 15:17:41 +01:00
Pavol Rusnak
4a516e5a89
nix: add typing-extensions to dependencies 2018-12-14 15:17:41 +01:00
Jan Pochyla
0390c1da0a tests: use valid paths in various altcoin tests 2018-12-13 15:49:31 +01:00
matejcik
bfb6a196c0 tests: limit number of reported expected responses
so that our test logs are not spammed, esp. in that one test that has
20k messages
2018-12-13 14:10:44 +01:00
strmci
b0a227866a device_tests: add input flow function to NEM signing test 2018-12-06 17:41:24 +01:00
matejcik
b5ca32a841 changelog: add the missing link
it's the missing link!
2018-12-06 17:19:30 +01:00
matejcik
391ff53084 build: make dist target 2018-12-06 16:40:55 +01:00
matejcik
ed1c6867f2 build: do not compress source dist with XZ
because pypi doesn't support it
2018-12-06 16:40:22 +01:00
matejcik
44a9c95bda changelog: prepare for release & tagging 2018-12-06 16:12:31 +01:00
matejcik
d4bcabc224 trezorlib: set minimum firmware for TT to 2.0.10
even though it's not required now, it will be in ~2 weeks
2018-12-06 16:10:56 +01:00
matejcik
1179bd407b client: fix bug with old firmware that doesn't send the "model" field 2018-12-06 15:07:50 +01:00
matejcik
23feb24573 ui: allow empty passphrase in ClickUI 2018-12-06 15:05:41 +01:00
walkjivefly
a0340c94eb docs: change "_" to "-" in command names 2018-12-05 16:56:12 +01:00
matejcik
4ab8bec901 transport/webusb: change type annotations to strings
otherwise it fails when usb1 is missing, because python's type
annotation system
2018-12-05 16:52:04 +01:00
matejcik
ea16d3c42a client: fix short-circuited ping
(it's using call_raw so it must open its own session)
2018-12-05 16:51:33 +01:00
matejcik
e89e6ca32e build: add script for fetching required release versions 2018-12-04 17:59:30 +01:00
matejcik
7403168438 build: compress source dist with XZ 2018-12-04 17:42:54 +01:00
matejcik
ed83016463 helper-scripts: add helper scripts used in release process 2018-12-04 17:42:54 +01:00
matejcik
d9e5fd2682 client: refuse to work with outdated firmware
required firmware versions are hardcoded and should be updated by a
build script
2018-12-04 17:42:54 +01:00
matejcik
84339ae1ff client: properly sanitize and handle invalid inputs from UI functions 2018-12-04 17:42:54 +01:00
matejcik
3362f66724 client: make sure proto exists in client
because old Electrum imports it

also make sure it doesn't work anymore
2018-12-04 17:42:54 +01:00
matejcik
705ad90331 changelog: minor improvement 2018-12-04 17:42:54 +01:00
Manohar Peswani
b407dd886e updated helloworld.py (#343) 2018-12-03 16:09:52 +01:00
matejcik
b6c44e6985 changelog: update for 0.11.0 2018-11-26 18:42:02 +01:00