1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-18 21:48:13 +00:00
Commit Graph

11558 Commits

Author SHA1 Message Date
Pavol Rusnak
0a2e1b66c9 update pb 2014-03-14 21:10:02 +01:00
Pavol Rusnak
bfcc001fd2 add bl hash 2014-03-14 15:02:29 +01:00
Pavol Rusnak
560e2a7038 rebuild pb 2014-03-13 15:01:50 +01:00
Pavol Rusnak
2b2d92b924 add revision to Features 2014-03-13 13:48:44 +01:00
Pavol Rusnak
e827517591 add mnemonic_check function 2014-03-12 20:45:51 +01:00
Pavol Rusnak
393c298c35 add progress_callback to mnemonic/pbkdf2 functions 2014-03-11 20:14:06 +01:00
Pavol Rusnak
27070e84a9 support binary messages in sign/verify message 2014-03-11 18:06:38 +01:00
slush0
e410acad0a Tool for digitally signing the config for Trezor browser plugin 2014-03-10 19:24:33 +01:00
Pavol Rusnak
d18ad92fc1 use PinMatrixRequestType instead of arbitrary string 2014-03-10 18:09:21 +01:00
slush0
21f3481c61 Removed button presses for LoadDevice/ResetDevice/RecoveryDevice 2014-03-07 22:50:35 +01:00
slush0
d2a787821b Fixed reset device 2014-03-07 22:39:49 +01:00
Pavol Rusnak
25631221c5 fix test_word_fail in test_msg_recoverydevice 2014-03-07 22:38:16 +01:00
slush0
e0efe950c0 Fixed typos 2014-03-07 21:57:51 +01:00
slush0
40f8c56eb4 Updated tests to do 2014-03-07 21:57:50 +01:00
slush0
bf7fb7928b Numbered mnemonic 2014-03-07 21:57:50 +01:00
slush0
099cdd2578 Fixed load_device_by_xprv 2014-03-07 21:57:50 +01:00
Pavol Rusnak
da6ce3acb8 add test for failed word in recovery device 2014-03-07 21:51:01 +01:00
Pavol Rusnak
10c42633fc add function to retrieve mnemonic wordlist 2014-03-07 20:11:50 +01:00
Pavol Rusnak
4fc8868589 rename word variables in DebugLinkState message 2014-03-07 17:38:38 +01:00
Pavol Rusnak
29dfac6691 rename word variables in DebugLinkState message 2014-03-07 17:36:49 +01:00
Pavol Rusnak
14007cc613 add test_verify_bitcoind to test_msg_verifymessage 2014-03-06 22:02:07 +01:00
Pavol Rusnak
2f498f63e2 don't request confirmation of change addresses 2014-03-06 20:54:50 +01:00
Pavol Rusnak
1e148a7b7b really query for internal entropy before sending external one
use strength to compute number of words
2014-03-05 16:16:45 +01:00
Pavol Rusnak
3cd07c4dea get public_node doesn't use coin param anymore 2014-03-03 15:56:32 +01:00
Pavol Rusnak
006812a0b3 add one more test to test_msg_changepin 2014-03-03 00:29:17 +01:00
Pavol Rusnak
ffa289967c adapt to new pb, small fixes 2014-03-01 12:08:43 +01:00
Pavol Rusnak
f39b54601b add ButtonRequest_SignTx 2014-03-01 12:07:45 +01:00
Pavol Rusnak
4ba03a6c70 use string again where appropriate 2014-03-01 11:17:06 +01:00
Pavol Rusnak
50d1537f43 disable layout retrieval in debuglink for now 2014-02-26 14:03:11 +01:00
slush0
4b9cc6cb78 Added debug printing to debuglink communication 2014-02-25 19:31:31 +01:00
Pavol Rusnak
31454ffda6 add button/pin/passphrase protection to ping call in cmd.py 2014-02-22 17:39:54 +01:00
slush0
8e97281f29 Unit tests of recovery device, apply settings 2014-02-22 02:15:21 +01:00
slush0
89d17297ce Compiled pb 2014-02-22 00:36:06 +01:00
Pavol Rusnak
b5ceb14f8d extract ecdsa_get_pubkeyhash 2014-02-21 23:33:14 +01:00
Pavol Rusnak
d5e1ff8be8 remove version_byte and address from bip32 2014-02-21 22:51:49 +01:00
slush0
6a5ef6b823 Removed 'address' from HDNodeType 2014-02-21 22:42:41 +01:00
slush0
ff31a7bebc Compiled pb 2014-02-21 22:42:14 +01:00
slush0
2708ccd8ba Test of change pin failure 2014-02-21 22:22:19 +01:00
slush0
39348895f9 Fixed unittest for get_subnode CKD 2014-02-21 22:19:55 +01:00
slush0
e19c8881c0 Removed 'version' from HDNodeType & fixed unit tests 2014-02-21 22:16:13 +01:00
slush0
60e23c38d3 Compiled pb 2014-02-21 22:16:13 +01:00
slush0
4b69996244 Implemented DebugLink->word request 2014-02-21 22:16:13 +01:00
slush0
7755fa0a78 Removed 'version' from HDNodeType
GetPublicKey - removed coin_type
2014-02-21 22:14:41 +01:00
Pavol Rusnak
4ca5b9e5e2 fix get_public_node call in test_msg_getaddress 2014-02-21 21:31:13 +01:00
Pavol Rusnak
8c47b572df new test to compare private and public branch of bip32 2014-02-21 20:30:22 +01:00
Pavol Rusnak
18dea22213 get rid of bip32 versions, it's a mess :( 2014-02-21 19:41:33 +01:00
Pavol Rusnak
f2cb352ac3 don't pprint FirmwareUpload message 2014-02-21 19:13:14 +01:00
Pavol Rusnak
729fac2077 add coin param to get_public_node call; new test for getpublickey message 2014-02-21 18:57:21 +01:00
slush0
640d290129 Implements 'with' + set_expected_responses 2014-02-21 07:28:56 +01:00
slush0
eae7d98b8a set_expected_responses enforces using 'with' statement 2014-02-21 07:28:10 +01:00