Commit Graph

2138 Commits (1513578737421b717e3c98b13c60869524686ab0)
 

Author SHA1 Message Date
matejcik fb318fb69b
tools: update build_protobuf and pb2py to the refactored versions
6 years ago
Pavol Rusnak ffc2bf30b8
src: remove CoinType usage, usage internal CoinInfo instead
6 years ago
Jan Pochyla 7bafad494d
Merge pull request #90 from alepop/add-lisk-support
6 years ago
Jan Pochyla e6dc6eb6d7 app.lisk: enable lisk tests
6 years ago
Jan Pochyla 3a81a4b2f0 app.lisk: remove sign/verify code
6 years ago
Jan Pochyla 523e57ea52 app.lisk: code style
6 years ago
Jan Pochyla 04c652c120 app.lisk: use == for comparing ints, code style
6 years ago
Jan Pochyla c78c6616f6 app.lisk: simplify pubkey computation
6 years ago
Aleksey Popov 83a1df99f4 app.lisk: add require confirm layout for message signing
6 years ago
Aleksey Popov d331ff245f app.lisk: fix lisk_verify_message
6 years ago
Aleksey Popov a0f5bbb734 app.lisk: review improvments
6 years ago
Aleksey Popov ea938b6301 app.lisk: refactor helpers code
6 years ago
Aleksey Popov b6949f6153 app.lisk: Add lisk_sign_tx and layouts
6 years ago
Aleksey Popov 3334163e85 app.lisk: Add lisk_verify_message
6 years ago
Aleksey Popov dc5115055f app.lisk: Add lisk_sign_message
6 years ago
Aleksey Popov a37493a861 app.lisk: Add lisk_get_public_key
6 years ago
Aleksey Popov a2a861a688 app.lisk: Add lisk_get_address and helpers
6 years ago
Aleksey Popov 59e6e49111 protob: Generate new messages
6 years ago
Aleksey Popov 452ad41575 common: update trezor-common submodule
6 years ago
Pavol Rusnak 90975f6b6e
embed/extmod/modtrezorcrypto: add support to variable outlen for Blake2{b,s}
6 years ago
Pavol Rusnak a1204d8d7d
src: cleanup CoinType usage, don't return coins in Features
6 years ago
Pavol Rusnak 577cb361dc
src/trezor/crypto: add cashaddr support
6 years ago
matejcik 003d77b209 testing: configure pytest.ini and update testing documentation
6 years ago
Pavol Rusnak df967821e7
emu.sh: rename OPTLEVEL to PYOPT (to match variable name used in the C source)
6 years ago
Tomas Susanka fc69ddf38f ethereum: note about message sign/verify
6 years ago
Tomas Susanka 376a3cbec5
Merge pull request #200 from trezor/tsusanka/unknown-token-fix
6 years ago
Tomas Susanka 55de110ee9 eth: unknown token changed to (None, None..)
6 years ago
Tomas Susanka 2d0d360944 eth: unknown token transfer is recognized and displayed as unknown
6 years ago
matejcik a8351d1bda docs: testing instructions
6 years ago
matejcik 75fb38f63c docs: make build instructions more compact, reflect use of pipenv
6 years ago
matejcik ac33a0f86e travis: use pipenv to run python-trezor testsuite reproducibly
6 years ago
Tomas Susanka 0d56ca922a ethereum: format amount already has int as an argument
6 years ago
Pavol Rusnak 736b02394f
src/apps: make flake8 happy
6 years ago
Peter van Mourik 6a062ec5ea Wanchain support (#149)
6 years ago
Pavol Rusnak 5e90d5116c
prodtest: add wipe command to erase vendorheader
6 years ago
Jan Pochyla 0f2ed0f07c src/apps/ethereum: use wire.Error
6 years ago
Jan Pochyla db696b23fd src/trezor/wire: add exceptions for all defined FailureTypes
6 years ago
Pavol Rusnak 7df4b251ea
prodtest: update sconscript file
6 years ago
Pavol Rusnak d3844977a8
vendor: update trezor-crypto
6 years ago
Jan Pochyla 074e7c1b9b src/main: simplify, extract USB code into usb.py
6 years ago
Jan Pochyla 3b67cb6bea tests: fix loop.select usage
6 years ago
Jan Pochyla e223173b4e loop: wait -> spawn, select -> wait
6 years ago
Jan Pochyla ebf4d2035e src/trezor/utils: fix warnings in unimport_end
6 years ago
Jan Pochyla 60bec0b4d1 src/trezor/wire: allow passing MessageType classes to register()
6 years ago
Jan Pochyla 2731742d34 src/trezor/messages: allow registration of custom messages
6 years ago
Pavol Rusnak eff139e4fc
style: fix flake8 warning
6 years ago
Pavol Rusnak a6e8a37239
src/apps/common/storage: add autolock_delay_ms variable
6 years ago
Jan Pochyla 04680f4bbf src/trezor/wire: clean up after workflows
6 years ago
Jan Pochyla b38d6870eb src/trezor/utils: replace unimport with explicit fns, remove parent references
6 years ago
Jan Pochyla 9b9183c4f7 src/apps: remove unimport usage
6 years ago