1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-05 05:58:23 +00:00
trezor-firmware/core/src/apps/bitcoin
2021-05-06 13:14:21 +02:00
..
sign_tx fix(core/bitcoin): fix CoinJoin authorization with new cache 2021-05-06 13:14:21 +02:00
__init__.py refactor(core): move app registrations to a single handler function 2021-05-06 13:14:21 +02:00
addresses.py style(core): use more recent type annotation syntax 2021-04-01 11:12:30 +02:00
authorization.py fix(core/bitcoin): fix CoinJoin authorization with new cache 2021-05-06 13:14:21 +02:00
authorize_coinjoin.py fix(core/bitcoin): fix CoinJoin authorization with new cache 2021-05-06 13:14:21 +02:00
common.py style(core): use more recent type annotation syntax 2021-04-01 11:12:30 +02:00
get_address.py style(core): use more recent type annotation syntax 2021-04-01 11:12:30 +02:00
get_ownership_id.py feat(core/bitcoin): use path schemas 2020-11-05 14:30:11 +01:00
get_ownership_proof.py style(core): use more recent type annotation syntax 2021-04-01 11:12:30 +02:00
get_public_key.py refactor(core/ui): raise exception on dialog cancel by default 2021-03-30 22:34:01 +02:00
keychain.py fix(core/bitcoin): fix CoinJoin authorization with new cache 2021-05-06 13:14:21 +02:00
multisig.py style(core): use more recent type annotation syntax 2021-04-01 11:12:30 +02:00
ownership.py refactor(core): move empty_bytearray to trezor.utils 2021-05-06 13:14:21 +02:00
readers.py core: use utils.BufferReader instead of apps.common.BytearrayReader 2020-07-24 14:09:31 +02:00
scripts_decred.py refactor(core): move empty_bytearray to trezor.utils 2021-05-06 13:14:21 +02:00
scripts.py refactor(core): move empty_bytearray to trezor.utils 2021-05-06 13:14:21 +02:00
sign_message.py refactor(core/ui): raise exception on dialog cancel by default 2021-03-30 22:34:01 +02:00
verification.py style(core): use more recent type annotation syntax 2021-04-01 11:12:30 +02:00
verify_message.py refactor(core/ui): raise exception on dialog cancel by default 2021-03-30 22:34:01 +02:00
writers.py refactor(core): move empty_bytearray to trezor.utils 2021-05-06 13:14:21 +02:00