You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/core/src/apps/bitcoin
Andrew Kozlik 0e58218f5f
feat(core): Implement Bitcoin payment requests.
2 years ago
..
sign_tx feat(core): Implement Bitcoin payment requests. 2 years ago
__init__.py refactor(core): move app registrations to a single handler function 3 years ago
addresses.py style(core): full pyright-based type-checking 2 years ago
authorization.py style(core): full pyright-based type-checking 2 years ago
authorize_coinjoin.py chore(core): Increase maximum CoinJoin coordinator name length to 36 (2 lines). 2 years ago
common.py style(core): remove old-style annotations (Set, Tuple, Union) 2 years ago
get_address.py chore(core): Add mac field to Address message. 2 years ago
get_ownership_id.py style(core): full pyright-based type-checking 2 years ago
get_ownership_proof.py style(core): full pyright-based type-checking 2 years ago
get_public_key.py style(core): full pyright-based type-checking 2 years ago
keychain.py chore(core): Add mac field to Address message. 2 years ago
multisig.py refactor(core): fix imports and use new protobuf API in apps 3 years ago
ownership.py fix(core): Fix proof of ownership sighash computation. 2 years ago
readers.py refactor(core/bitcoin): Use HashWriter in address derivation. 3 years ago
scripts.py style(core): full pyright-based type-checking 2 years ago
scripts_decred.py style(core): full pyright-based type-checking 2 years ago
sign_message.py style(core): full pyright-based type-checking 2 years ago
verification.py style(core): full pyright-based type-checking 2 years ago
verify_message.py style(core): full pyright-based type-checking 2 years ago
writers.py style(core): full pyright-based type-checking 2 years ago