Commit Graph

336 Commits (20b612f8c1a763e9876c9c06eb8a8a14c0ef665a)

Author SHA1 Message Date
Jan Pochyla 36784bf0f5 protobuf: refactoring, remove default values and required fields
8 years ago
Pavol Rusnak df5e770dec
trezor.crypto: refactor base58; allow custom digest function
8 years ago
Pavol Rusnak 965a6e653a
apps.common.coins: throw exceptions when coin is not found instead of returning None
8 years ago
Pavol Rusnak 6e658ff2f1
trezor.messages: regenerate classes
8 years ago
Jan Pochyla 507d9bdf68 wire: add tests for v1 codec
8 years ago
Pavol Rusnak 7404a76aeb
modtrezorcrypto: add test_sign_verify_random to curve unit tests
8 years ago
Pavol Rusnak 9c921c073f
modtrezorcrypto: add generate_secret methods to curves
8 years ago
Pavol Rusnak 3c5c685b8c
add curve25519.publickey and unittest for randomized multiply
8 years ago
Pavol Rusnak 7f5fa78f35
modtrezorcrypto: add ECDH for nist256p1, secp256k1, curve25519 (multiply method)
8 years ago
Jan Pochyla 4216e6f544 tests: remove old wire_codec test example
8 years ago
Jan Pochyla d0b29d4caa wire: add tests, fix missing 0-padding
8 years ago
Pavol Rusnak e62e8dbe6f
tools: move coins-gen tool to /tools
8 years ago
Pavol Rusnak 1420ad591b
apps: add apps.common.coins (+generator)
8 years ago
Jan Pochyla 688d293b01 wire: use memoryview() asap in the parsing process
8 years ago
Jan Pochyla 67ac47f087 apps.homescreen: respond with ~correct data, handle GetFeatures
8 years ago
Jan Pochyla ad2955aaab ui: code style, make header icon optional
8 years ago
Jan Pochyla b60206d588 app.management: fix missing icon
8 years ago
Jan Pochyla 74b2170e3f ui.swipe: make constants private
8 years ago
Jan Pochyla 4e290cc6df ui.loader: add is_active method
8 years ago
Jan Pochyla d94dd32816 ui.text: code style, add color support
8 years ago
Jan Pochyla 7a518e9fa4 seed: add passphrase UI
8 years ago
Jan Pochyla c5dfcb53d1 apps.wallet: add GetAddress
8 years ago
Pavol Rusnak 3067bfa003
modtrezorui: add yoffset parameter to display.loader
8 years ago
Jan Pochyla a44e16a9ca rework high-level storage
8 years ago
Jan Pochyla 53f6347838 protobuf: optimize memory, minor api changes
8 years ago
Jan Pochyla 385eab91f1 modtrezorcrypto: add bip32 tests
8 years ago
Jan Pochyla 0a5e43723f utils: export TrezorUtils.memcpy
8 years ago
Pavol Rusnak a9131f26e7
debug: fix variable name
8 years ago
Pavol Rusnak 882efbf21b
modtrezormsg: use interfaces index internally, usage_page externally
8 years ago
Pavol Rusnak a423d4602f
modtrezormsg: store assigned used pages internally, add get_interfaces method
8 years ago
Pavol Rusnak 3f44dfedb5
modtrezormsg: use usage_page to identify interfaces
8 years ago
Pavol Rusnak d9546d45b9
ui: proper size for loader
8 years ago
Pavol Rusnak ad6c274e07
modtrezorui: loader icon is now 64x64; reorganize icons
8 years ago
slush0 51de3a3d9c Setting initial brightness to ui.BACKLIGHT_NORMAL
8 years ago
slush0 ac726746b9 Changed dimming constants (tested on hw)
8 years ago
slush0 cf38b58a73 Reworked homescreen (no blinking, only diming)
8 years ago
Pavol Rusnak 3e8b025cbd
use mp_obj_new_str_of_type where it makes sense instead of mp_obj_new_str_from_vstr
8 years ago
chren 78efd4f2e0 minor color changes in pin dialog
8 years ago
chren cb2399197f fixed wipe device header
8 years ago
chren 5a20a48745 added ui header and icons
8 years ago
Jan Pochyla abd20741f6 add seed module, GetPublicKey now works
8 years ago
Jan Pochyla d0bb7edbfa storage: change api to protobuf
8 years ago
Jan Pochyla 6b94511472 LoadDevice: validate mnemonic, import xprv
8 years ago
Jan Pochyla 492e71f147 workflow: less verbose naming
8 years ago
Jan Pochyla 6d5514ac4a make logging less verbose
8 years ago
Jan Pochyla c019741c33 wire: fix write_message, pbuf dumps is sync now
8 years ago
Jan Pochyla 4b0da8677a wire: fix read_message for v1 protocol
8 years ago
Jan Pochyla c3ee7dd709 loop: refresh display after every step
8 years ago
Jan Pochyla cc22d59eca ui: clear the screen before common layouts
8 years ago
Jan Pochyla b2299c118a protobuf: fix repeated fields
8 years ago