Commit Graph

29 Commits (8be668915047adbc836a00900245e21a14758e2a)

Author SHA1 Message Date
Andrew Kozlik 8be6689150 chore(common): Rework AuthorizeCoinJoin message parameters.
2 years ago
Ferdinando Ametrano 3c0cb4d763 feat(python): extend sign_message to also sign bytes, not only string
2 years ago
Andrew Kozlik f6154b311e chore(trezorlib): Support payment requests and GetNonce command.
2 years ago
Andrew Kozlik d0c3a6a2fa chore(core): Add mac field to Address message.
2 years ago
matejcik 8b2e2112bc style(python/btc): better specification of type of prev_txes
2 years ago
matejcik 38fca4a83d chore(python): regenerate GNU copyright headers
2 years ago
Andrew Chow 23a09fc047 feat(python): Raise ValueError for non-existant tx hashes
2 years ago
grdddj 1a0b590914 feat(python): add full type information
3 years ago
Andrew Kozlik 9a7990d087 feat(tests): Add no_script_type device tests for SignMessage.
3 years ago
amadejpapez 85ba7c12ba style(all): use f-strings for formatting
3 years ago
Pavol Rusnak 6689b9c22f common/protob: add GetAddress.ignore_xpub_magic field
3 years ago
Pavol Rusnak 88889472eb feat(python): add btc get-descriptor command
3 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 3d6d1a56ac feat(python): implement API compatibility with trezorlib 0.12
4 years ago
Andrew Kozlik b636e959f5 chore(python): Support TXORIGINPUT and TXORIGOUTPUT in trezorlib.
4 years ago
matejcik e4785d47e0 style: apply black 20.8b1
4 years ago
matejcik 01b66a5858 fix(python): always fill TransactionType.lock_time
4 years ago
matejcik 5ddf1dfafb feat!(python): modify btc.sign_tx api to accept kwargs
4 years ago
matejcik efcaf7bda6 python/btc: improve missing signature detection
4 years ago
Andrew Kozlik 85cf79169c python: Support preauthorized operations in trezorlib.
4 years ago
Andrew Kozlik 84c1324290 python: Add authorize_coinjoin() to trezorlib.
4 years ago
Andrew Kozlik a973c3bc6e python: Add get_ownership_id() and get_ownership_proof() to trezorlib.
4 years ago
Andrew Kozlik 6c523d09e0 tests/sign_tx: Don't expect signatures to be returned for external inputs.
4 years ago
matejcik f52c087cb6 python/trezorctl: implement common client and exception handling (fixes #226)
4 years ago
matejcik b440ca1ec5 python: drop deprecated name CallException
4 years ago
matejcik 5a526888cf python: move json_to_tx to btc.from_json, add test cases
4 years ago
matejcik 37ea0773ea python: do not preload prev_txes, drop dependency on coins.json
4 years ago
matejcik 67b879ac07 python: restructure package
5 years ago