1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-06-29 11:22:34 +00:00
trezor-firmware/core/src/apps/bitcoin
2021-11-10 17:35:57 +01:00
..
sign_tx feat(core/bitcoin): show lock_time as human readable datetime 2021-10-29 11:00:30 +02:00
__init__.py refactor(core): move app registrations to a single handler function 2021-05-06 13:14:21 +02:00
addresses.py feat(core): Implement sending to taproot addresses. 2021-10-18 13:36:05 +02:00
authorization.py refactor(core): fix imports and use new protobuf API in apps 2021-06-08 09:55:19 +02:00
authorize_coinjoin.py refactor(core): fix imports and use new protobuf API in apps 2021-06-08 09:55:19 +02:00
common.py feat(core): Implement sending to taproot addresses. 2021-10-18 13:36:05 +02:00
get_address.py style(all): use f-strings for formatting 2021-10-13 11:53:17 +02:00
get_ownership_id.py refactor(core): fix imports and use new protobuf API in apps 2021-06-08 09:55:19 +02:00
get_ownership_proof.py fix(core/bitcoin): nicer UI for ownership proofs 2021-07-26 14:48:35 +02:00
get_public_key.py feat(core): add support for Taproot descriptors 2021-10-18 13:36:05 +02:00
keychain.py docs(core): replace Purpose48 with BIP-48 2021-08-06 12:50:42 +02:00
multisig.py refactor(core): fix imports and use new protobuf API in apps 2021-06-08 09:55:19 +02:00
ownership.py refactor(core/bitcoin): Use HashWriter in address derivation. 2021-07-22 10:54:49 +02:00
readers.py refactor(core/bitcoin): Use HashWriter in address derivation. 2021-07-22 10:54:49 +02:00
scripts_decred.py style(all): fix pylint complaints 2021-10-27 13:13:15 +02:00
scripts.py style(all): fix pylint complaints 2021-10-27 13:13:15 +02:00
sign_message.py feat(core): Show address confirmation in SignMessage. 2021-11-10 17:35:57 +01:00
verification.py feat(core): Implement sending to taproot addresses. 2021-10-18 13:36:05 +02:00
verify_message.py feat(core): Show address confirmation in SignMessage. 2021-11-10 17:35:57 +01:00
writers.py style(all): fix pylint complaints 2021-10-27 13:13:15 +02:00