1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-05 04:50:57 +00:00
trezor-firmware/core/src/apps/bitcoin
2022-07-28 17:14:05 +02:00
..
sign_tx fix(core): Ensure correct order when verifying external inputs in Bitcoin signing. 2022-07-28 17:14:05 +02:00
__init__.py refactor(core): move app registrations to a single handler function 2021-05-06 13:14:21 +02:00
addresses.py style(core): full pyright-based type-checking 2022-01-07 21:41:17 +01:00
authorization.py chore(core): Rework checking of CoinJoin parameters. 2022-03-17 15:46:01 +01:00
authorize_coinjoin.py chore(core): Rework checking of CoinJoin parameters. 2022-03-17 15:46:01 +01:00
common.py feat(core): Support unverified external inputs. 2022-03-17 09:44:03 +01:00
get_address.py fix(core): do not drop cashaddr prefix for QR code 2022-03-18 11:59:04 +01:00
get_ownership_id.py style(core): full pyright-based type-checking 2022-01-07 21:41:17 +01:00
get_ownership_proof.py style(core): full pyright-based type-checking 2022-01-07 21:41:17 +01:00
get_public_key.py style(core): full pyright-based type-checking 2022-01-07 21:41:17 +01:00
keychain.py chore(core): Add mac field to Address message. 2022-01-31 18:00:22 +01: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): Rename bitcoin_varint to compact_size. 2022-01-31 18:00:22 +01:00
readers.py refactor(core): Rename bitcoin_varint to compact_size. 2022-01-31 18:00:22 +01:00
scripts_decred.py refactor(core): Rename bitcoin_varint to compact_size. 2022-01-31 18:00:22 +01:00
scripts.py refactor(core): Rename bitcoin_varint to compact_size. 2022-01-31 18:00:22 +01:00
sign_message.py style(core): full pyright-based type-checking 2022-01-07 21:41:17 +01:00
verification.py style(core): full pyright-based type-checking 2022-01-07 21:41:17 +01:00
verify_message.py feat(core): Show "signature is valid" dialog when VerifyMessage succeeds. 2022-02-11 15:36:00 +01:00
writers.py fix(core): Stricter Bitcoin transaction checks. 2022-05-03 22:14:40 +02:00