Commit Graph

1659 Commits (ea116d742ade46d10bc6e948078ace4edab5b703)
 

Author SHA1 Message Date
Pavol Rusnak f1a75b36f7
vendor: update micropython to 1.9.3 release
7 years ago
Peter Jensen ae02858ef4 removed unused bgs
7 years ago
Pavol Rusnak d6593e710b
apps.ethereum: implement SignMessage/VerifyMessage
7 years ago
Pavol Rusnak e47aa9f0c4
apps.ethereum: code cleanup
7 years ago
Tomas Susanka 54fcbb68df HashWriter: getvalue -> get_digest
7 years ago
Tomas Susanka 8880d218b3 HashWriter: extra arguments are passed to the hash function
7 years ago
Tomas Susanka 5bf5d477b9 ethereum/signing: hashwriter is used
7 years ago
Tomas Susanka 688b568bd9 ethereum: files rename
7 years ago
Tomas Susanka 19ef1480d8 common: HashWriter move to common
7 years ago
Tomas Susanka 1f677306a1 ethereum/signing: streaming; all tests passing
7 years ago
Tomas Susanka 47b3baa30a ethereum/signing: all test passing, no data stream
7 years ago
Tomas Susanka dc02b322bf ethereum/signing: basic structure, first test passing
7 years ago
Tomas Susanka 8304e86bd7 submodules: trezor common updated
7 years ago
Pavol Rusnak fe0534658f
tests: no need to include ubinascii for unit tests
7 years ago
Pavol Rusnak 333c0a633a
trezor.crypto: adopt crc32 function
7 years ago
Pavol Rusnak a9870b9e0e
tests: update how tests are being run
7 years ago
Pavol Rusnak eff3ce2aa8
unix: use ensure, not (void)
7 years ago
Jan Pochyla 7be96048f8 unix: fix wur in usb
7 years ago
Jan Pochyla 5f63081f37 scons: fix 64-bit build
7 years ago
Pavol Rusnak 95bea97239
travis: remove protobuf dependency
7 years ago
Pavol Rusnak 06149e8487
vendor: remove norcow submodule
7 years ago
Pavol Rusnak 4b54bfbbf2
modtrezorui: change loader size to 120x120
7 years ago
Pavol Rusnak 63e999ab84
trezor.ui: introduced minwidth to display.text functions; more optimizations
7 years ago
Pavol Rusnak 47f5cba439
flash/sdcard: introduce wur, simplify code
7 years ago
Pavol Rusnak 5e93cca0a9
WIP
7 years ago
Jochen Hoenicke beef9ecfb5 Moved flash_unlock to norcow_update
7 years ago
Pavol Rusnak 6aae87437f
modtrezorui: draw bars under letters
7 years ago
Pavol Rusnak 11a3ff055c
boardloader/bootloader: typo
7 years ago
Pavol Rusnak 4584861385
trezor.ui: introduce ui.SIZE
7 years ago
Pavol Rusnak 965bf84cdb
tests: cleanup flake8 warnings
7 years ago
Pavol Rusnak ea404b53ee
tests: simplify hashlib tests, fix trezor.config test
7 years ago
Pavol Rusnak 79a3f84c3c
modtrezorui: invert FONT macro inclusion logic
7 years ago
Pavol Rusnak 80707f195b
modtrezorui: small cleanup
7 years ago
Pavol Rusnak edb80eda61
src: fix typo
7 years ago
Pavol Rusnak 5192387060
src: move show_pin_timeout to trezor.pin
7 years ago
Pavol Rusnak 7504366a02
bootloader: simplify vtrust code
7 years ago
Jochen Hoenicke c0cd252c83 Store pin as integer
7 years ago
Pavol Rusnak 125ab8471c
trezorhal: store image fingerprint in the image_header structure
7 years ago
Pavol Rusnak 66eef86107
tools: more verbose gen_font script
7 years ago
Pavol Rusnak be302480fd
modtrezorcrypto: cleanup random
7 years ago
Pavol Rusnak 1a32e46e5d
bootloader: cleanup ui code
7 years ago
Pavol Rusnak 5e476b856e
unix: implement sdcard, add unit test
7 years ago
Pavol Rusnak 48ef409fdb
modtrezorio: remove mocks
7 years ago
Pavol Rusnak bc6d9b47a3
storage: use one char for value ids
7 years ago
Pavol Rusnak b4933f969e
bootloader: don't downgrade firmware below fix_version in the current firmware
7 years ago
Pavol Rusnak 965aa73b63
trezorhal: introduce fix_version in image header (version of last critical bugfix)
7 years ago
Pavol Rusnak d1df2c45fa
apps.common: update show_pin_timeout layout
7 years ago
Pavol Rusnak e8f70ed4af
pin: implement graphics pin timeout
7 years ago
Pavol Rusnak 05b8199ef3
Merge pull request #88 from jhoenicke/pinfail
7 years ago
Jochen Hoenicke 87f7054e46 Added callback for PIN timeout
7 years ago