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 02d196cd8b
feat(core): Show account when external output has a path.
2 years ago
..
sign_tx feat(core): Show account when external output has a path. 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 feat(core): Implement SLIP-0025 CoinJoin accounts. 2 years ago
authorize_coinjoin.py refactor(core): Split off bitcoin/paths.py from bitcoin/keychain.py. 2 years ago
common.py feat(core): Support unverified external inputs. 2 years ago
get_address.py refactor(core): Split off bitcoin/paths.py from bitcoin/keychain.py. 2 years ago
get_ownership_id.py refactor(core): Split off bitcoin/paths.py from bitcoin/keychain.py. 2 years ago
get_ownership_proof.py refactor(core): Split off bitcoin/paths.py from bitcoin/keychain.py. 2 years ago
get_public_key.py feat(core): Implement SLIP-0025 CoinJoin accounts. 2 years ago
keychain.py refactor(core): Split off bitcoin/paths.py from bitcoin/keychain.py. 2 years ago
multisig.py refactor(core): fix imports and use new protobuf API in apps 3 years ago
ownership.py refactor(core): Rename bitcoin_varint to compact_size. 2 years ago
paths.py feat(core): Confirm source account in SignTx. 2 years ago
readers.py refactor(core): Rename bitcoin_varint to compact_size. 2 years ago
scripts.py refactor(core): Rename bitcoin_varint to compact_size. 2 years ago
scripts_decred.py refactor(core): Rename bitcoin_varint to compact_size. 2 years ago
sign_message.py refactor(core): Split off bitcoin/paths.py from bitcoin/keychain.py. 2 years ago
verification.py style(core): full pyright-based type-checking 2 years ago
verify_message.py feat(core): Show "signature is valid" dialog when VerifyMessage succeeds. 2 years ago
writers.py fix(core): Stricter Bitcoin transaction checks. 2 years ago