Commit Graph

7185 Commits (3e74ed927bbfbafb668687d8dca0dcdfd48cf885)
 

Author SHA1 Message Date
andrew 7f7a8a2ca6
Store boolean values as '0x00' and '0x01' instead of '' and '0x01'.
5 years ago
andrew 11ba0b424e
Improve messages in the seed recovery dialog to better match the terminology used in Trezor wallet.
5 years ago
andrew efe8a7f065
Improve messages in the Enable PIN dialog and Change PIN dialog.
5 years ago
andrew 3517018f30
Display the number of PIN entry attempts remaining.
5 years ago
andrew 9f75d342a4
Add trezor-storage submodule. Update modtrezorconfig to work with the new storage_get() interface. Update tests to expect None instead of bytes(), when the value is not found in the storage.
5 years ago
Pavol Rusnak 0617fe540f
embed/firmware: next version will be 2.1.0
5 years ago
Pavol Rusnak ae9cdec0d8
src/apps/wallet/sign_tx: add default values for branch_id (zcash)
5 years ago
Pavol Rusnak 4bc37c6b82
signing: add default values for branch_id (zcash)
5 years ago
Pavol Rusnak dbb4512484
tests: set xfail to komodo device test for now
5 years ago
Pavol Rusnak 4f252c6820
tests: update KMD device test
5 years ago
Pavol Rusnak d59e8caca8
defs: disable komodo backend, they don't have /api endpoint
5 years ago
Pavol Rusnak b80a5ef497
defs: add new tokens and coins
5 years ago
Pavol Rusnak 04b2981dd5
defs: add backend for KMD
5 years ago
ca333 f874a76702
tests: add tests for KMD
5 years ago
Andrew Kozlik 1e89f7923d tests: Don't lock storage after setup if the mnemonic needs to be checked.
5 years ago
Andrew Kozlik 9a1e14d974 tests: Check PIN properly in test_msg_changepin.
5 years ago
Andrew Kozlik 94cb1a4dbe Before checking the PIN sleep for 2^ctr - 1 seconds instead of 2^(ctr-1) seconds.
5 years ago
Szymon Lesisz fa4a6dde35 changes in connect support (#278)
5 years ago
Tomas Susanka e81f89288f
Merge pull request #442 from ph4r05/ph4r05/xmr-get-txkey
5 years ago
Dusan Klinec ab9ab25355
xmr: get_tx_keys, live_refresh
5 years ago
James 11d049968f defs/coins: add Primecoin (#276)
5 years ago
JonSalazar 9d075ef66f defs/coins: add stakenet (#273)
5 years ago
Pavol Rusnak 4dc8110b31
embed/trezorhal: add touch_sensitivity function
5 years ago
Andrew Kozlik 13b256ab2c Shorten error messages to better display on Trezor 1 screen.
5 years ago
Andrew Kozlik ce90a12b53 Treat missing EDEK as a fault.
5 years ago
Pavol Rusnak aa64119b96
tools/cointool: add check for segwit fields
5 years ago
Pavol Rusnak ba562876bd
defs/coins: fix typo
5 years ago
Andrew Kozlik f05a2ff9cc Fix aliasing issue in storage_set_counter().
5 years ago
random.zebra ae2b349468 defs/coins: Add PIVX (#277)
5 years ago
Pavol Rusnak 26f9b5ba81
flash: unify lock/unlock sequences
5 years ago
Pavol Rusnak c609d10c3f
util: readprotobufint uses const argument
5 years ago
Pavol Rusnak 7288d056a1
util: readprotobufint uses const argument
5 years ago
Pavol Rusnak 0ab3eee37d
bootloader: make code smaller by changing the send_msg logic
5 years ago
andrew 5c2765740d Add efficient counter implementation.
5 years ago
andrew 18fa999974 Support entries which are writable even when the storage is locked. Needed for U2F counter on Trezor 1.
5 years ago
James f9bac5ea30 defs: Add ZClassic (#271)
5 years ago
Pavol Rusnak 610722e913
defs: regenerate coins_details.json
5 years ago
Pavol Rusnak ad6d3a1cbd
defs/wallets: add Actilectrum
5 years ago
andrew 0497802014 Display more information when handle_fault() is invoked to help diagnose bugs. We might want to remove this in the next release.
5 years ago
mattt21 21c5404299 defs: update NIX (#268)
5 years ago
andrew 4429888b93 Use error_shutdown() to display 'Too many wrong PIN attempts. Storage has been wiped.'
5 years ago
andrew 2862d679ac Do not require storage to be unlocked prior to calling storage_change_pin(). The function checks the old PIN anyway.
5 years ago
andrew 47cd563c81 Interrupt the PIN wait dialog if the PIN_UI_WAIT_CALLBACK function returns sectrue.
5 years ago
ca333 9d887f0388 kmd update addr length (#269)
5 years ago
matejcik 6fb0c34fab coins_details: round market cap numbers for tokens
5 years ago
matejcik 6a7a08f83f coins_details: clean out some overrides, regenerate data
5 years ago
matejcik ac0061740f tokens: update from upstream, refresh support data
5 years ago
matejcik 1ecd56f33b coins_details: fetch CMC metadata, match tokens by contract address
5 years ago
matejcik 8f5026e71e defs: fix MonetaryUnit label
5 years ago
Jan Pochyla ce972a7a32 fix code style
5 years ago