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 630c06e782
feat(core): Support Taproot scripts.
3 years ago
..
sign_tx feat(core): Recognize Taproot inputs. 3 years ago
__init__.py refactor(core): move app registrations to a single handler function 3 years ago
addresses.py feat(core): Implement GetAddress for taproot. 3 years ago
authorization.py refactor(core): fix imports and use new protobuf API in apps 3 years ago
authorize_coinjoin.py refactor(core): fix imports and use new protobuf API in apps 3 years ago
common.py feat(core): Support Taproot scripts. 3 years ago
get_address.py feat(core): Implement GetAddress for taproot. 3 years ago
get_ownership_id.py refactor(core): fix imports and use new protobuf API in apps 3 years ago
get_ownership_proof.py fix(core/bitcoin): nicer UI for ownership proofs 3 years ago
get_public_key.py feat(core): add support for Taproot descriptors 3 years ago
keychain.py feat(core): introduce PATTERN_BIP86 to keychain 3 years ago
multisig.py refactor(core): fix imports and use new protobuf API in apps 3 years ago
ownership.py refactor(core/bitcoin): Use HashWriter in address derivation. 3 years ago
readers.py refactor(core/bitcoin): Use HashWriter in address derivation. 3 years ago
scripts.py feat(core): Support Taproot scripts. 3 years ago
scripts_decred.py style(all): fix pylint complaints 3 years ago
sign_message.py feat(core): Show address confirmation in SignMessage. 3 years ago
verification.py feat(core): Implement sending to taproot addresses. 3 years ago
verify_message.py feat(core): Show address confirmation in SignMessage. 3 years ago
writers.py style(all): fix pylint complaints 3 years ago