Commit Graph

805 Commits (5057e022c0750b72e4aeb05f380d7a4edd0552d1)
 

Author SHA1 Message Date
Pavol Rusnak 5057e022c0
trezorlib: move ed25519cosi and ed25519raw from trezor-core
7 years ago
Pavol Rusnak a71c33d123
trezorctl+client: add support for CoSi commit/sign
7 years ago
bithobbes 54df69a407 client.py: matrix recovery info: mention backspace
7 years ago
Jan Pochyla 66ba2c20c0 transport: add TransportException
7 years ago
Jan Pochyla ac0184413d transport_hid: refcount for hid handle
7 years ago
Pavol Rusnak dffa93bee3
fix last commit (newline eof)
7 years ago
Jan Pochyla b60ab51f9b transport_hid: more strict interface detection
7 years ago
Pavol Rusnak 2a3f613242
hid: fix product_ids for v2
7 years ago
Jan Pochyla 52f96b3792 transport_hid: raise on missing debuglink
7 years ago
Jan Pochyla 259a61878b tools: update to new transport api
7 years ago
Jan Pochyla 8202971109 rework lazy connecting in client
7 years ago
Jan Pochyla 051f8e961b protocol: 2/3 compat fixes
7 years ago
Jan Pochyla 3d3c2a29d0 client: add missing close method
7 years ago
Jan Pochyla c805284a86 tests: fix client init
7 years ago
mruddy 02437d166a fix v1 protocol
7 years ago
Pavol Rusnak c20cea6389
setup: add missing files
7 years ago
Saleem Rashid 29a145154f device_tests: Add test_msg_nem_getaddress
7 years ago
Saleem Rashid eb1d66e27f trezorlib: Add nem_get_address
7 years ago
Saleem Rashid 4f5d9c4323 device_tests: Add test_msg_nem_signtx
7 years ago
Saleem Rashid 58b56bead6 trezorctl: Add nem_sign_tx
7 years ago
Saleem Rashid 991d367416 trezorlib: Update Protocol Buffers
7 years ago
Jan Pochyla 888a1edafa fix style
7 years ago
Jan Pochyla bc42eb68d6 transports: refactor, split protocol code
7 years ago
Jochen Hoenicke 7019438a49 Make -n/--address parameter required.
7 years ago
Pavol Rusnak a4a7aa8d85
trezorctl: fix hexlify calls on python3
7 years ago
Jan Pochyla e3c7146a80 tests: add multisig marker
7 years ago
Jochen Hoenicke 5cfa973a78 Fixed white-spaces
7 years ago
Jochen Hoenicke 600bcba69c Updated unit tests for BitcoinCash
7 years ago
Jochen Hoenicke 29f29626fc Added multisig test
7 years ago
Pavol Rusnak ff157264a2
trezorctl: print message name to output
7 years ago
Pavol Rusnak 8a663f7ec3
tests: rename BCC to BCH, Bitcoin Cash to Bcash
7 years ago
Pavol Rusnak 32fa08f38b
tests: remove estimate_tx_size
7 years ago
Pavol Rusnak b6dc73ce9c
tests: fix bytes/str problem in test_msg_ethereum_signtx
7 years ago
Saleem Rashid b469519e26 client: fix matrix recovery, use named enums, use isdigit(), ignore broken E721 test
7 years ago
Pavol Rusnak 81d5170c10
tests: start rewriting device tests to pytest
7 years ago
Pavol Rusnak 8a1d211ee9
tests: fix flake8 errors
7 years ago
Jan Pochyla 6df01fbfa3 TransportV2: adapt to recent changes
7 years ago
Pavol Rusnak 5309baf48e
tests: reduce unhexlify reuse
7 years ago
Pavol Rusnak 11bfacc9b3
tests: bytes are not necessary in unhexlify
7 years ago
Jochen Hoenicke 9917d9ebfc
New unit tests for signing (bitcoin cash)
7 years ago
Pavol Rusnak efe36b3a2f
unit_tests: rewrite from unittest to pytest
7 years ago
Pavol Rusnak 11b686a9f2
tests: add tests for Segwit SignMessage/VerifyMessage
7 years ago
Pavol Rusnak 8133317172
add SignMessage.script_type
7 years ago
Pavol Rusnak de6402e95e
implement set_flags (aka ApplyFlags)
7 years ago
Pavol Rusnak 36985519b5
tests: add test for ethereum sign/verify message
7 years ago
Pavol Rusnak afdd27c551
trezorctl: fix set_homescreen for python3
7 years ago
Pavol Rusnak d865c0ea31
trezorctl: load_device -s now loads SLIP-0014 mnemonic, --skip-checksum renamed to --ignore-checksum
7 years ago
Pavol Rusnak 23ab43d612
ethereum: implement EthereumSignMessage/EthereumVerifyMessage
7 years ago
Pavol Rusnak 20aebed394
trezorctl: seems that click.Choice is not friends with ints
7 years ago
Pavol Rusnak ee5f53d4be
fix ethereum_get_address for python3
7 years ago