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 426eae4dfc
fix(core): Ensure correct order when verifying external inputs in Bitcoin signing.
2 years ago
..
sign_tx fix(core): Ensure correct order when verifying external inputs in Bitcoin signing. 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): Rework checking of CoinJoin parameters. 2 years ago
authorize_coinjoin.py chore(core): Rework checking of CoinJoin parameters. 2 years ago
common.py feat(core): Support unverified external inputs. 2 years ago
get_address.py fix(core): do not drop cashaddr prefix for QR code 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 fix(core): Stricter Bitcoin transaction checks. 2 years ago