Commit Graph

415 Commits (f1711f078268632f751b8a27912fd24889c6c4c2)

Author SHA1 Message Date
matejcik 5005a61eaf fix(python): update trezorctl multisig feature to new API
4 years ago
matejcik f11a634671 docs(python): update changelog
4 years ago
matejcik 38b7c75176 feat(python): drop Python 3.5 compatibility (fixes #810)
4 years ago
matejcik a36ccd7e6f feat!(python): drop Mapping protocol support from MessageType
4 years ago
matejcik 8c460dcbf3 feat(python): improve error message when prev_txes are not provided
4 years ago
matejcik 2327cab436 feat(python): update build_tx.py to new API
4 years ago
matejcik 3d6d1a56ac feat(python): implement API compatibility with trezorlib 0.12
4 years ago
Andrew Kozlik 9e5d5bd5f9 feat: Add support for experimental field flag in protobuf.
4 years ago
Andrew Kozlik b636e959f5 chore(python): Support TXORIGINPUT and TXORIGOUTPUT in trezorlib.
4 years ago
Andrew Kozlik ad6a0bc2a2 chore(common): Add new request types TXORIGINPUT and TXORIGOUTPUT.
4 years ago
Andrew Kozlik 443e0c101e chore(common): Add orig_hash and orig_index fields to TxInput and TxOutput.
4 years ago
Martin Milata 0376670404 feat(common): expose 'unstable' option in generated code
4 years ago
Martin Milata 3b138b4f98 feat(python): add experimental_features setting
4 years ago
Martin Milata 314cd260eb feat(common): add experimental_features setting
4 years ago
Pavol Rusnak 4fdb62c2e2 chore(python): replace pipenv with poetry
4 years ago
Martin Milata b2c4bbdaa2 feat(common): add auto_lock_delay and display_rotation to Features
4 years ago
matejcik e4785d47e0 style: apply black 20.8b1
4 years ago
matejcik 6dda240f5c test(python): add flake8-requirements
4 years ago
matejcik feb24e4282 ci(python): disable Python 3.5 in CI for now (see #810)
4 years ago
matejcik 0eed360037 chore: make tx type names shorter
4 years ago
matejcik 01b66a5858 fix(python): always fill TransactionType.lock_time
4 years ago
matejcik 9ee7eee1eb chore!(python): bump trezorlib version because of breaking API change
4 years ago
matejcik 08d896f2f9 chore(tests): update to kwargs usage and new btc.sign_tx API
4 years ago
matejcik b41021a5fb chore(python): fix kwargs usage
4 years ago
matejcik 5ddf1dfafb feat!(python): modify btc.sign_tx api to accept kwargs
4 years ago
matejcik ef4022fbf5 auto: regenerate protobuf classes
4 years ago
matejcik 90ee5f3d38 feat!: implement protobuf required fields and default values
4 years ago
Martin Milata 76a1760764 python: support SafetyChecks.PromptTemporarily
4 years ago
Martin Milata 7d37b2c90f common: add PromptTemporarily to SafetyChecks enum
4 years ago
Martin Milata 9f066e877d common: add SafetyCheckLevel to Features
4 years ago
Martin Milata 975f9b335e
build-docker: fix fingerprint calculation for model T production builds (#1261)
4 years ago
mcudev c63c727df0 [python] build_tx tool: fix amount inaccuracy by parsing with Decimal
4 years ago
Andrew Kozlik 5d745d5d04 common/protob: Add commitment_data to TxInputType.
4 years ago
matejcik ffe3b5487d python: ignore failures of EndSession call, so that end_session() does not raise
4 years ago
matejcik e0583dd5cb all: use a specific error code for "invalid session"
4 years ago
matejcik e96a9e8d39 python/trezorctl: make use of EndSession
4 years ago
matejcik 4f92d2b14d python: call EndSession when requested
4 years ago
matejcik 4200692930 python: release 0.12.2
4 years ago
matejcik 17736e8fba python/trezorctl: fix output of 'btc get-address' help text
4 years ago
matejcik d19f00b26c python/trezorctl: fix minor bugs in 'set homescreen'
4 years ago
matejcik 993d3b6e3f python: update changelog
4 years ago
matejcik fb1deb6156 python/trezorctl: improve 'set homescreen' command
4 years ago
matejcik a14634c389 python: make PIL optional in the toif module, add size check
4 years ago
matejcik eddaeb1280 python: add Pillow as an optional requirement (fixes #1224)
4 years ago
matejcik 032a65e1cf python: export toif as public module
4 years ago
Martin Milata 43b7ccefc7 python/trezorctl: remove --skip-vendor-header from firmware-update
4 years ago
Martin Milata 29861e076b python: fix cli --file handling
4 years ago
Ferdinando M. Ametrano b3d483dd6b
python: silenced unused variables (#1202)
4 years ago
Martin Milata 1fc6c80b5d
build-docker.sh: print fw fingerprints after build (#1209)
4 years ago
Martin Milata 6319fcfe4a python: fix trezorctl lisk sign-message address parsing
4 years ago