Commit Graph

676 Commits (13533d91562fab5220f09d2d11d2f6c1ff645261)
 

Author SHA1 Message Date
Pavol Rusnak 13533d9156
makefile: fix build_stmhal_debug target
8 years ago
Pavol Rusnak 728db8b04c
extmod: remove unused includes
8 years ago
Pavol Rusnak 7c89f61f55
trezor.config: check for errors from norcow
8 years ago
Pavol Rusnak a66d0b2e40
trezor.config: fix config_mock syntax
8 years ago
Pavol Rusnak 6575b8059e
trezor.config: use mock implementation on stmhal again
8 years ago
Pavol Rusnak c6ea71901d
trezor.config: use norcow
8 years ago
Jan Pochyla 08484d8806 travis: add another hook
8 years ago
Pavol Rusnak 41cd3d71d5
trezor.utils.halt: print error message passed as argument
8 years ago
Pavol Rusnak 533aebdf6d
trezor.utils: add halt function
8 years ago
Pavol Rusnak f615e5f97f
trezor.crypto: more type annotations
8 years ago
Pavol Rusnak 88e46ca66f
trezor.crypto.rlp: add type annotations
8 years ago
Pavol Rusnak ddd46f6f53
trezor.crypto: add RLP
8 years ago
Pavol Rusnak e120faa227
apps.ethereum: implement EthereumGetAddress
8 years ago
Pavol Rusnak 6e79da8df1
apps.wallet: add CipherKeyValue
8 years ago
Pavol Rusnak 8618248504
apps.wallet: add partial support for SignIdentity (secp256k1 curve only)
8 years ago
Pavol Rusnak 084f1205f1
apps.wallet: cleanup sign/verify message
8 years ago
Pavol Rusnak 5be6a82682
emu: add -r option to restart (and reload sources) when sources are changed
8 years ago
Pavol Rusnak 93ad93ff94
emu: extract options to (ignored) emu.config
8 years ago
Pavol Rusnak ecac1d79f2
apps.wallet: refactor message digest method into shared module
8 years ago
Pavol Rusnak 620ed74aa7
apps.wallet: implement VerifyMessage
8 years ago
Pavol Rusnak 388e2dc305
apps.wallet: implement SignMessage
8 years ago
Pavol Rusnak f367d91cb7
vendor: update micropython
8 years ago
Jan Pochyla 87dbf8442e apps.management: explain LoadDevice.node
8 years ago
Jan Pochyla 7378d763f0 apps.debug: support DebugLinkState.matrix
8 years ago
Jan Pochyla 722cc2d63b apps.common: add client-side pin input method
8 years ago
Jan Pochyla d00a6723c0 apps.common.signtx: code style
8 years ago
Jan Pochyla c1aa7010ed apps.wallet: fix GetPublicKey.address_n
8 years ago
Jan Pochyla 384bde3efc apps.wallet: support GetAddress.coin_name
8 years ago
Pavol Rusnak 315440fc18
apps.common: refactor address_type functions
8 years ago
Pavol Rusnak cfdd517bf4
apps.common.signtx: fix outputs for multibyte address prefixes
8 years ago
Pavol Rusnak ea12087de7
apps.common: add op_return to signtx
8 years ago
Pavol Rusnak 357a081b53
apps.wallet: add FeeOverThreshold handling
8 years ago
Jan Pochyla 02d615ff06 wire: convert to bytearray every time
8 years ago
Pavol Rusnak 90c4480bf6
apps.fido_u2f: add yubico u2f demo to known apps
8 years ago
Pavol Rusnak e6d38b8b71
apps.wallet: handle EstimateTxSize message
8 years ago
Pavol Rusnak e10e20d550
apps.common.signtx: fix p2sh output
8 years ago
Pavol Rusnak ceb4ed8c59
apps.common.signtx: rework check_address_type function
8 years ago
Jan Pochyla e556aea42b wire: fix when the footer is too short
8 years ago
Jan Pochyla ecd8bd3b2a wallet: remove unimport for now
8 years ago
Jan Pochyla 72be5cf2f2 signtx: fix typo
8 years ago
Pavol Rusnak 8d496d456b
apps.common.signtx: add paytoscripthash support, fix multibyte
8 years ago
Jan Pochyla 3373ecf128 apps.debug: implement DebugLinkDecision
8 years ago
Jan Pochyla 39b3ecb224 confirm: allow to resolve the dialogs from outside
8 years ago
Jan Pochyla 5d7c2ac4e2 loop: make it possible to re-use Future instances
8 years ago
Jan Pochyla abb6f284ca wallet: use hold to confirm the tx summary
8 years ago
Jan Pochyla a798a07220 signtx: confirm output before hashing
8 years ago
Jan Pochyla 90d9687678 apps.homescreen: cleanup
8 years ago
Jan Pochyla b89666fb87 apps.debug: cleanup
8 years ago
Jan Pochyla ed8973e86d signtx: unify input script derivation
8 years ago
Jan Pochyla 5889d0c932 loop: use ticks_add, ticks_diff
8 years ago