Commit Graph

917 Commits (a4cdae39afacc5c24266a4ffcdda9d2830c7f275)
 

Author SHA1 Message Date
slush a4cdae39af Introducing TrezorDevice, removing concept of transports from trezorctl
7 years ago
slush fae11f2996 Use python3 for setup
7 years ago
slush b32b59cc51 Use python3 in README
7 years ago
Pavol Rusnak 1a046b524c
setup: add dependency for libusb1
7 years ago
Pavol Rusnak 646338c414
small nits of last commit
7 years ago
Karel Bilek 759316e96f Add webusb to transports
7 years ago
Pavol Rusnak 7b844f0379
add Sint64 to protobuf
7 years ago
slush 11fd72890c trezorctl: Do not display PASSPHRASE on screen.
7 years ago
slush ab42e93718 trezorctl: Allow entering passphrase by environment variable PASSPHRASE.
7 years ago
Pavol Rusnak 5b3e992521
transport: update to new bridge API
7 years ago
slush 87cd375b35 Fixing string conversion in encrypt_keyvalue/decrypt_keyvalue.
7 years ago
Anton Kolesnyk a8cd90c3ad Add varying url to broadcast tx, depending on the api
7 years ago
Anton Kolesnyk 28c9820b3d Fixes for BlockCypher API and Dogecoin.
7 years ago
Pavol Rusnak c78c548752
protobuf: delete old messages first
7 years ago
Pavol Rusnak 694bc7ac11
protobuf: don't generate storage protobuf
7 years ago
Pavol Rusnak 8f6b2449be
sort imports in pb2py
7 years ago
Pavol Rusnak 78d2c07d34
regenerate pb messages
7 years ago
Pavol Rusnak 47cfa178e4
tests: fix test_msg_ethereum_signtx.py
7 years ago
Tomas Susanka 0c517c1565 tests/device: code style typos
7 years ago
Tomas Susanka 4bbf5880ce tests/device: ethereum sign tx with expected checks
7 years ago
Pavol Rusnak e618402429
trezorctl: firmware_update -e erases firmware (first 32K; rendering it unusable)
7 years ago
Pavol Rusnak 0c5eac2f39
skip None and empty ([]) fields in proto messages
7 years ago
Pavol Rusnak f587135b8d
fix last commit (also skip print statement)
7 years ago
Tomas Susanka 4e01971e4c client: expected field check fix
7 years ago
slush c71f234a8b Added deprecation warning for Python2
7 years ago
Pavol Rusnak 6b31ac9753
fix typo
7 years ago
Anton Kolesnyk 956d5e7149 Add sign_tx support for Dogecoin
7 years ago
mcudev 4962207703
sign_tx: add rbf opt-in enable, add locktime, add tx version
7 years ago
Saleem Rashid 79da872316 trezorctl: Guess script type from BIP-32 in sign_tx
7 years ago
Saleem Rashid 881015ae5f trezorctl: Ask for input script type in sign_tx
7 years ago
Saleem Rashid 35db3c5efb trezorctl: Add ChoiceType to replace click.Choice
7 years ago
Pavol Rusnak 888b6f9171
fix file flags
7 years ago
Martin Skoviera dac97ed5b6 Fixed enums in WordRequestType
7 years ago
Pavol Rusnak d94b68fd30
fix flake8 warning
7 years ago
Pavol Rusnak 70e6d13c23
device tests: simplify, drop unittest dependency
7 years ago
Pavol Rusnak 1881b0e6fd
device tests: re-enable ethereum tests for T2 again
7 years ago
Roman Zeyde 31c4836073 udp: fix __str__ method and allow simple enumeration
7 years ago
Roman Zeyde f8a277dfba transport_bridge: fix messages' module import
7 years ago
Roman Zeyde 8689440d90 client: fix PinMatrixRequestType enum usage
7 years ago
Saleem Rashid b3ef649f64 device_tests: Add test_decred_multisig_change
7 years ago
Saleem Rashid 2df19127fd device_tests: Add test_decred_send_change
7 years ago
Saleem Rashid 0926ab9bc8 device_tests: Clean up test_decred_send
7 years ago
Pavol Rusnak 41b75c5655
device_tests: use skip_t1 and skip_t2 markers
7 years ago
Saleem Rashid 2c00526d23 client: Remove DEFAULT_CURVE
7 years ago
Pavol Rusnak c550e5c703
revert bytes/str change in tools.py
7 years ago
Pavol Rusnak 8a37c28ed6
fix typos in test names
7 years ago
Saleem Rashid f20fd0d8cf trezorctl: Remove broken default in address_n click.prompt
7 years ago
Saleem Rashid 36c479c2c2 trezorctl: Change InputScriptType to OutputScriptType
7 years ago
Saleem Rashid fcad6d0e28 tox: Run trezorlib.tests.unit_tests
7 years ago
Saleem Rashid 2996138341 protobuf: Call _fill_missing in __init__
7 years ago