Commit Graph

2138 Commits (1513578737421b717e3c98b13c60869524686ab0)
 

Author SHA1 Message Date
Jan Pochyla 1513578737 app.lisk: fix code style
6 years ago
Aleksey Popov de552b19f5
app.lisk: update LiskVerifyMessage message
6 years ago
Aleksey Popov c0f71d3d03
vendor: update trezor-common
6 years ago
Aleksey Popov caffef2e0a
app.lisk: restore sign and verify functions with correct message digest (with prefix)
6 years ago
Jan Pochyla faccce5bd1 src/apps/homescreen: handle Cancel
6 years ago
Pavol Rusnak a5952d16db
src/apps/wallet/sign_tx: more changes for zcash overwinter
6 years ago
Pavol Rusnak a3af8faf23
boardloader/bootloader: use static const for sector arrays; erase storage if firmware is broken
6 years ago
Pavol Rusnak 290643782a
src/apps/debug: use big if __debug__ block
6 years ago
Pavol Rusnak 9e16eb4122
docs: fix markdown issues
6 years ago
Pavol Rusnak fb4b2aa608
unix: drop the 32bit build
6 years ago
Pavol Rusnak b22f0aad86
src/apps: some import refactoring
6 years ago
Pavol Rusnak cfa73b276e
src/apps/wallet: more work on zcash overwinter
6 years ago
Pavol Rusnak 7f36185ab3
tests: fix segwit tests using preimage_hash
6 years ago
Pavol Rusnak dfd02821af
src/apps/wallet: add support for zcash overwinter
6 years ago
Pavol Rusnak 4d1b2f0ca5
vendor: update trezor-common
6 years ago
Pavol Rusnak d6717b59cc
vendor: update trezor-common; add version_group_id flag (for zcash overwintered tx)
6 years ago
Pavol Rusnak 68669dd8e4
firmware: disable WebUSB landing page (#174)
6 years ago
Pavol Rusnak bc2f371886
src/apps/wallet: use hex value in asserts in sign_tx.writers
6 years ago
Pavol Rusnak 6d21723330
src/apps/wallet: add asserts to sign_tx.writers
6 years ago
Pavol Rusnak f6be3899eb
src/apps/common: fix cache.get_state calls
6 years ago
Karel Bílek 56e15625d6 readme: Add scons to build dependency (#211)
6 years ago
Pavol Rusnak 321bc2787f
src/apps/wallet: implement cashaddr in verify message
6 years ago
Pavol Rusnak 9fa4ac2c13
docs: add emulator page
6 years ago
Pavol Rusnak bfcabb7175
docs: update upload instructions
6 years ago
Pavol Rusnak 6433862a11
coins: update how coins are being generated from trezor-common
6 years ago
matejcik 038e76071c tools: update keyctl and friends to use new cosi functions
6 years ago
matejcik 0de0e1f3fb pipenv: update locks and requirements
6 years ago
Jan Pochyla cabb334448 apps/homescreen: handle Initialize.skip_passphrase
6 years ago
Pavol Rusnak df17be0287
src/apps/wallet: import CoinInfo from correct module
6 years ago
Pavol Rusnak 307f7baecf
fix flake8 issues
6 years ago
Pavol Rusnak d1800e0256
src/apps/common: refactor coins.py into coins.py and coininfo.py
6 years ago
Tomas Susanka bb57000449
src/trezor/crypto: add trezor.crypto.base32
6 years ago
Pavol Rusnak 4de376acd6
src/apps/ethereum: implement SignMessage/VerifyMessage
6 years ago
Tomas Susanka 37f6525c15 isinstance is used instead of __qualname__
6 years ago
Jan Pochyla b026287aed
Merge pull request #201 from trezor/get_uint
6 years ago
Jan Pochyla bf7729ab9f embed/extmod: use trezor_obj_get_uint{8} where it makes sense
6 years ago
Jan Pochyla 648ec675f4 embed/extmod: add trezor_obj_get_uint8
6 years ago
Jan Pochyla 39c1c85abb embed/extmod: use trezor_obj_get_uint for uint32_t
6 years ago
Jan Pochyla 71b4e9978c embed/extmod: add trezor_obj helpers for int and uint
6 years ago
Pavol Rusnak 0cd3e411f4
src/apps/wallet/sign_tx: implement cashaddr
6 years ago
Pavol Rusnak f2f3d39cf1
fix style
6 years ago
matejcik 88ea30b746
protobuf: support signed ints properly (fixes #189)
6 years ago
Pavol Rusnak af7a66697b
src/apps/common: fix typo in coins.py
6 years ago
Pavol Rusnak 5885cb867e
src/trezor/messages: regenerate messages
6 years ago
matejcik 7b06a802bb
tests: drop nonexistent fields from TxOutputBinType
6 years ago
matejcik c6ac4f2200
protobuf: drop kwargs from constructors
6 years ago
matejcik b502169bae
protobuf: drop const() markers as they are currently useless
6 years ago
matejcik 2c70ac3a2f
protobuf: only import list when needed
6 years ago
matejcik 389f1418ed
protobuf: drop Optional markers (relying on implicit optional)
6 years ago
matejcik efa0f60493
protobuf: use trezor-common submodule to generate messages
6 years ago