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
Martin Milata ff5f965c44
Merge branch 'release/21.12'
3 years ago
..
sign_tx fix(core): Ensure user is warned about non-standard paths. 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 chore(core): Convert SIGHASH_* consts to SigHashType enum. 3 years ago
get_address.py feat(core): Implement GetAddress for taproot. 3 years ago
get_ownership_id.py chore(core): Disable Taproot for altcoins. 3 years ago
get_ownership_proof.py chore(core): Disable Taproot for altcoins. 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 feat(core): Support ownership proofs for Taproot addresses. 3 years ago
readers.py refactor(core/bitcoin): Use HashWriter in address derivation. 3 years ago
scripts.py feat(core): Support ownership proofs for Taproot addresses. 3 years ago
scripts_decred.py chore(core): Convert SIGHASH_* consts to SigHashType enum. 3 years ago
sign_message.py feat(core): Show path warning for SignMessage. 3 years ago
verification.py chore(core): Convert SIGHASH_* consts to SigHashType enum. 3 years ago
verify_message.py feat(core): Show address confirmation in SignMessage. 3 years ago
writers.py fix(core): Fix OP_PUSH writing. 3 years ago