1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-17 05:19:36 +00:00
Commit Graph

7498 Commits

Author SHA1 Message Date
andrew
a19446fabd
Fix use_passphrase setting in storage.py. 2019-02-15 12:39:17 +01:00
andrew
4246d7f6cd
Update trezor-storage submodule (do not automatically lock the storage after wipe). 2019-02-15 12:39:16 +01:00
andrew
e3ab0dfbcb
Reformat Python files using black, isort and flake8. 2019-02-15 12:39:16 +01:00
andrew
bddb72d76a
Include trezor-storage before micropython. 2019-02-15 12:39:16 +01:00
andrew
1c0946f562
Fix typo in include. 2019-02-15 12:39:16 +01:00
andrew
d41072b0ce
Update origin for trezor-storage submodule. 2019-02-15 12:39:16 +01:00
andrew
fa7b496a9a
Revert changes to seed recovery dialog, to avoid tests failing. These changes were moved to the branch andrewkozlik/pin-messages. 2019-02-15 12:39:16 +01:00
andrew
97a4cdb68e
Use only unique device ID as salt to storage_init(). Update storage submodule. 2019-02-15 12:39:16 +01:00
andrew
8be3896038
Convert U2F counter from private to public to take advantage of the more efficient implementation. 2019-02-15 12:39:16 +01:00
andrew
fa339bbe06
Add config.delete(key) method. 2019-02-15 12:39:15 +01:00
andrew
4a194e48c6
Update trezor-storage submodule. 2019-02-15 12:39:15 +01:00
andrew
5f94b6a6d2
Add CPUID, flash size and unique device ID as salt to storage_init(). 2019-02-15 12:39:15 +01:00
andrew
4cea4d2a4a
Implement efficient counter in storage.py. 2019-02-15 12:39:15 +01:00
andrew
7f7a8a2ca6
Store boolean values as '0x00' and '0x01' instead of '' and '0x01'. 2019-02-15 12:39:15 +01:00
andrew
11ba0b424e
Improve messages in the seed recovery dialog to better match the terminology used in Trezor wallet. 2019-02-15 12:39:15 +01:00
andrew
efe8a7f065
Improve messages in the Enable PIN dialog and Change PIN dialog. 2019-02-15 12:39:15 +01:00
andrew
3517018f30
Display the number of PIN entry attempts remaining. 2019-02-15 12:39:15 +01:00
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. 2019-02-15 12:39:14 +01:00
Pavol Rusnak
0617fe540f
embed/firmware: next version will be 2.1.0 2019-02-15 02:00:46 +01:00
Pavol Rusnak
ae9cdec0d8
src/apps/wallet/sign_tx: add default values for branch_id (zcash) 2019-02-15 01:51:23 +01:00
Pavol Rusnak
4bc37c6b82
signing: add default values for branch_id (zcash) 2019-02-15 01:44:10 +01:00
Pavol Rusnak
dbb4512484
tests: set xfail to komodo device test for now 2019-02-15 01:42:41 +01:00
Pavol Rusnak
4f252c6820
tests: update KMD device test 2019-02-15 00:23:37 +01:00
Pavol Rusnak
d59e8caca8
defs: disable komodo backend, they don't have /api endpoint 2019-02-14 23:36:53 +01:00
Pavol Rusnak
b80a5ef497
defs: add new tokens and coins 2019-02-14 23:25:24 +01:00
Pavol Rusnak
04b2981dd5
defs: add backend for KMD 2019-02-14 23:14:45 +01:00
ca333
f874a76702
tests: add tests for KMD 2019-02-14 23:02:23 +01:00
Andrew Kozlik
1e89f7923d tests: Don't lock storage after setup if the mnemonic needs to be checked. 2019-02-14 21:07:30 +01:00
Andrew Kozlik
9a1e14d974 tests: Check PIN properly in test_msg_changepin. 2019-02-14 19:16:43 +01:00
Andrew Kozlik
94cb1a4dbe Before checking the PIN sleep for 2^ctr - 1 seconds instead of 2^(ctr-1) seconds. 2019-02-14 16:52:35 +01:00
Szymon Lesisz
fa4a6dde35 changes in connect support (#278) 2019-02-13 17:23:06 +01:00
Tomas Susanka
e81f89288f
Merge pull request #442 from ph4r05/ph4r05/xmr-get-txkey
xmr: get_tx_keys, live_refresh
2019-02-13 13:50:30 +01:00
Dusan Klinec
ab9ab25355
xmr: get_tx_keys, live_refresh 2019-02-13 13:28:42 +01:00
James
11d049968f defs/coins: add Primecoin (#276) 2019-02-12 17:48:26 +01:00
JonSalazar
9d075ef66f defs/coins: add stakenet (#273) 2019-02-12 17:47:40 +01:00
Pavol Rusnak
4dc8110b31
embed/trezorhal: add touch_sensitivity function 2019-02-12 14:40:38 +01:00
Andrew Kozlik
13b256ab2c Shorten error messages to better display on Trezor 1 screen. 2019-02-12 13:43:42 +01:00
Andrew Kozlik
ce90a12b53 Treat missing EDEK as a fault. 2019-02-12 13:31:19 +01:00
Pavol Rusnak
aa64119b96
tools/cointool: add check for segwit fields 2019-02-12 10:56:54 +01:00
Pavol Rusnak
ba562876bd
defs/coins: fix typo 2019-02-11 18:01:02 +01:00
Andrew Kozlik
f05a2ff9cc Fix aliasing issue in storage_set_counter(). 2019-02-11 17:46:46 +01:00
random.zebra
ae2b349468 defs/coins: Add PIVX (#277) 2019-02-11 12:54:57 +01:00
Pavol Rusnak
26f9b5ba81
flash: unify lock/unlock sequences 2019-02-10 13:22:08 +01:00
Pavol Rusnak
c609d10c3f
util: readprotobufint uses const argument 2019-02-10 13:22:08 +01:00
Pavol Rusnak
7288d056a1
util: readprotobufint uses const argument 2019-02-10 13:17:25 +01:00
Pavol Rusnak
0ab3eee37d
bootloader: make code smaller by changing the send_msg logic 2019-02-10 13:08:20 +01:00
andrew
5c2765740d Add efficient counter implementation. 2019-02-08 20:24:55 +01:00
andrew
18fa999974 Support entries which are writable even when the storage is locked. Needed for U2F counter on Trezor 1. 2019-02-08 17:50:27 +01:00
James
f9bac5ea30 defs: Add ZClassic (#271) 2019-02-08 11:58:38 +01:00
Pavol Rusnak
610722e913
defs: regenerate coins_details.json 2019-02-07 17:00:44 +01:00