Commit graph

3708 commits

Author SHA1 Message Date
ThomasV
edb5552a31 don't store wallet_type in wizard; refactoring 2014-08-21 18:24:47 +02:00
ThomasV
3a5f64fcc7 account key must be a string (json) 2014-08-21 18:24:47 +02:00
ThomasV
58e1dd2a24 update trezor plugin 2014-08-21 18:24:47 +02:00
ThomasV
a203dab415 version number 2014-08-21 18:24:47 +02:00
ThomasV
61e737c380 wallet types 2014-08-21 18:24:47 +02:00
ThomasV
83b9ecac76 save wallet file as json 2014-08-21 18:24:47 +02:00
ThomasV
f4b390a79f bip44 2014-08-21 18:24:47 +02:00
ThomasV
1d4631d647 bugfix for seed_v7 2014-08-21 18:19:56 +02:00
ThomasV
15f6a6a369 fix xpub in trezor plugin (fingerprint and child number should be big endian) 2014-08-20 21:18:16 +02:00
Maran
2afe4e30f7 Add a GUI messagebox when using a Trezor but can't connect to the device. 2014-08-20 20:10:53 +02:00
Maran
78469f488a Change wording on Trezor pincode request 2014-08-20 20:00:43 +02:00
Eagle[TM]
6b914232e4 Merge branch 'master' of https://github.com/spesmilo/electrum 2014-08-19 14:42:17 +02:00
Eagle[TM]
a7cd8b5e9f Update default server list 2014-08-19 14:41:27 +02:00
ThomasV
f400e69d51 move two methods in subclasses 2014-08-19 13:03:29 +02:00
ThomasV
cebc942ccb separate class for bip32 HD 2014-08-19 12:38:01 +02:00
ThomasV
57e50ee326 handle exceptions raised if trezor is not found 2014-08-19 11:03:24 +02:00
ThomasV
20f93f7df0 set wallet.can_change_password and wallet.has_seed for trezor 2014-08-19 10:36:55 +02:00
ThomasV
11e1e0e923 add support for p2sh addresses to trezor plugin 2014-08-19 00:41:10 +02:00
ThomasV
ae56de3160 rm dead code 2014-08-18 18:23:45 +02:00
ThomasV
35a12b22cf fix daemon timeout 2014-08-18 15:35:29 +02:00
ThomasV
a63eaa3c4e daemon: multiplexing 2014-08-18 15:13:16 +02:00
ThomasV
13a01b11d2 daemon messages 2014-08-18 13:40:08 +02:00
ThomasV
854f49fbed fix number of interfaces being opened 2014-08-17 11:48:46 +02:00
ThomasV
f62299097d add explanation to comment 2014-08-17 11:20:43 +02:00
ThomasV
ea3e830ad1 new ico file 2014-08-17 10:18:56 +02:00
ThomasV
34f835746b update icon 2014-08-17 09:23:53 +02:00
ThomasV
247f4944a6 do not store merkle root before verification succeeded. keep it in requested_merkle for the session 2014-08-15 23:30:55 +02:00
ThomasV
4f56cda0c3 do not stop thread if a tx is not verified 2014-08-15 08:35:00 +02:00
ThomasV
2c36518e46 handle non-answering servers in peers script 2014-08-15 08:09:43 +02:00
ThomasV
2c6608493f move sys.path addition before imp 2014-08-14 12:57:28 +02:00
ThomasV
3a9bb3cd43 interface: print debug message with the correct id 2014-08-13 21:58:01 +02:00
ThomasV
cf03f153d9 fix: get_master_public_key 2014-08-13 16:28:27 +02:00
ThomasV
bf3f67c043 do not expose mnemonic_to_seed 2014-08-13 15:43:54 +02:00
ThomasV
db1e4689a9 logo with transparent background 2014-08-13 14:35:41 +02:00
ThomasV
1023240369 workaround the official distribution of tlslite 2014-08-11 13:22:53 +02:00
ThomasV
bbfd708333 Merge branch 'm0mchil-trezor_plugin' 2014-08-08 19:08:25 +02:00
ThomasV
638565bddb fix get_public_key of trezor plugin 2014-08-08 18:29:08 +02:00
ThomasV
72d499b1a0 Merge branch 'trezor_plugin' of github.com:m0mchil/electrum into m0mchil-trezor_plugin 2014-08-08 14:56:06 +02:00
ThomasV
a6091780d0 change server in peers script 2014-08-08 14:47:55 +02:00
ThomasV
44566054a2 qt: quit on SIGINT 2014-08-06 13:15:53 +02:00
ThomasV
466f325b88 fix peers script 2014-08-06 04:03:16 +02:00
m0mchil
0ef7f5c421 Merge pull request #5 from wozz/trezor_plugin3
Update trezor plugin for message signing
2014-08-05 22:30:08 +03:00
ThomasV
a4d904bfd3 update peers script 2014-08-05 12:44:43 +02:00
ThomasV
291038a586 update peers script 2014-08-05 12:36:26 +02:00
ThomasV
606f1cd3f8 prevent seed collisions 2014-08-05 10:00:15 +02:00
ThomasV
c81810a7c8 fix #776 2014-08-04 16:02:14 +02:00
ThomasV
00aaa1d065 send network status on init, if there is no daemon 2014-08-04 11:38:34 +02:00
ThomasV
ecdb90b0b7 re-use pending_servers to avoid sending unnecessary notifications 2014-08-04 11:29:58 +02:00
Michael Wozniak
0c81010290 Add decrypt function
Not yet supported in Trezor device, so it currently returns an Unknown
Message error
2014-08-03 19:10:20 -04:00
Michael Wozniak
017693fa57 Update trezor plugin for message signing 2014-08-03 17:37:26 -04:00