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 94fa6d2515
feat(core): Guess weight of unverified external inputs.
2 years ago
..
sign_tx feat(core): Guess weight of unverified external inputs. 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 chore(core): Tweak validation of pre-authorized GetOwnershipProof. 2 years ago
authorize_coinjoin.py chore(core): Increase maximum CoinJoin coordinator name length to 36 (2 lines). 2 years ago
common.py feat(core): Support unverified external inputs. 2 years ago
get_address.py feat(core): automatically choose best QR encoding 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 refactor(core): Rename bitcoin_varint to compact_size. 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 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 feat(core): Show "signature is valid" dialog when VerifyMessage succeeds. 2 years ago
writers.py feat(core): Support unverified external inputs. 2 years ago