Commit Graph

75 Commits (2813522b05cef4e0e545a101f8b3559a3183b45b)

Author SHA1 Message Date
matejcik 2813522b05 tools: refresh mem_* debug tools, blackify
5 years ago
matejcik 97171a85f2 tools: simplify helloworld.py
5 years ago
Pavol Rusnak a30586647a
tools: add trezor-otp.py
5 years ago
brianddk 96ce34b276 Fix incompatibilities with v0.11 movement of methods to `misc` library.
5 years ago
Manohar Peswani b407dd886e updated helloworld.py (#343)
6 years ago
matejcik ab461548ce tools: update encfs_aes_getpass, add version check
6 years ago
matejcik c95489513e tools/encfs_aes_getpass: blackify
6 years ago
matejcik 2251b9c16a tools: fix encfs_aes_getpass for new UI
6 years ago
Pavol Rusnak 4a0ca873eb trezorlib+tools: remove usage of binascii
6 years ago
Pavol Rusnak 434f279069
use implicit encoding in encode/decode
6 years ago
matejcik 29f928e4f2 style: bare excepts, left-over bad imports
6 years ago
matejcik 8226742ea3 tools: drop signtest, it doesn't work and is messing with stylecheck
6 years ago
matejcik ef736e837c build: replace local copy of pb2py / build_protobuf with pb2py from trezor-common
6 years ago
Pavol Rusnak 8f46f3d46b
trezorctl: fix grammar in confirm messages
6 years ago
matejcik 8410151810 remove remaining usages of expand_path
6 years ago
matejcik b7c7190573 trezorlib: remove Hash to btc_hash, prepare for moving it away from things
6 years ago
matejcik e0d850df7d protobuf: update generators and messages to be identical with trezor-core
6 years ago
matejcik df8c3da1a2 protobuf: properly implement signed types (fixes #249)
6 years ago
matejcik 688fe06e93 tools: remove forgotten debug statements in encfs_aes_getpass
6 years ago
matejcik 9255507529 tools: update encfs_aes_getpass to work with Py3
6 years ago
matejcik d7fb363ffb build: take an optional argument specifying protobuf output directory
6 years ago
matejcik 40ff849228 flake8: make flake8 better and more strict
6 years ago
matejcik 04326749f4 build: generate protobuf messages in tempdir
6 years ago
matejcik ae0cb0478e build: use trezor-common from submodule
6 years ago
matejcik a4306a00fa tools: add deserialize_tx.py to decode contents of hex-encoded signed BTC transaction.
6 years ago
Saleem Rashid 4ec8b38d4a pb2py: Use logging module instead of print
6 years ago
Saleem Rashid d32cbe3466 pb2py: Use generators instead of lists
6 years ago
matejcik 61a2ab4303 pb2py: keep imports sorted
6 years ago
matejcik e7a01b827b build_protobuf: fix paths for protoc
6 years ago
matejcik 2375a8f516 fix merge conflicts with updated python-trezor
6 years ago
matejcik f75b90d260 Merge branch 'upstream' into refactor-transport-nicediff
6 years ago
matejcik 967d479a19 update tools to use the new transport API
6 years ago
matejcik 55641dd8b5 make flake8 happy (#225)
6 years ago
Pavol Rusnak cb47dbd284
chmod +x tools/mem_flashblock.py
6 years ago
Pavol Rusnak a0c85bed12
tools: add pwd_reader from SLIP-0016
6 years ago
slush 562a19c812 Make examples working for all available transports.
6 years ago
Pavol Rusnak 7b844f0379
add Sint64 to protobuf
6 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
Saleem Rashid bbed79f658 build_protobuf: Refactor
7 years ago
Saleem Rashid ff5999162a pb2py: Add pb2/ to sys.path
7 years ago
Saleem Rashid fd5f232fdd pb2py: Refactor
7 years ago
Saleem Rashid 6e81c91443 pb2py: Clean up argparse usage
7 years ago
slush a27217811b Rework from Google's protobuf to pure-python protobuf implementation
7 years ago
Jochen Hoenicke 6186822f14 Added tool to flash a sector
7 years ago
Pavol Rusnak a5fc76d8c9
don't use generic Exception, but rather specific subclass
7 years ago
Pavol Rusnak 23d75bfc10
trezorctl: sign_tx command based on tx_sign_tool by mruddy
7 years ago
Jan Pochyla 259a61878b tools: update to new transport api
7 years ago