Commit Graph

2404 Commits

Author SHA1 Message Date
ThomasV 6696e9643c fix restore from mpk 2013-09-03 18:35:46 +02:00
thomasv 42a7804393 update todolist 2013-09-03 15:30:12 +02:00
thomasv 20954514b1 do network dialog at the end in installwizard 2013-09-03 14:57:29 +02:00
thomasv 3e14b7dd72 improved install wizard 2013-09-03 14:32:56 +02:00
thomasv 1606bd3106 update lite gui for 1.9 2013-09-03 11:37:19 +02:00
thomasv 9b986f8cb6 restore: try old wallet first 2013-09-03 10:58:07 +02:00
thomasv 3ecd81c94a account names 2013-09-03 10:09:13 +02:00
thomasv a417816e69 disable 'new account' in old wallets 2013-09-03 09:52:55 +02:00
ThomasV 7204dceeac download headers chunks 2013-09-03 07:29:44 +02:00
ThomasV 7c2ac01306 plugin hook for load_wallet 2013-09-02 22:43:58 +02:00
ThomasV 803b292d9d socket: retry on EAGAIN 2013-09-02 21:16:57 +02:00
ThomasV 1650eefdd3 synchronizer: wait for interface 2013-09-02 20:52:14 +02:00
ThomasV a16b0f4630 don't use user_dir in storage 2013-09-02 20:17:04 +02:00
thomasv 2a6e8927dd select the longest blockchain from several servers 2013-09-02 17:49:12 +02:00
thomasv 48efc62b2d simplify directories: electrum_dir 2013-09-02 15:05:33 +02:00
thomasv 8774f1a193 fix: synchronize generated duplicated addresses 2013-09-02 13:41:31 +02:00
thomasv 9d1c31255c Merge branch '1.9' of git://github.com/spesmilo/electrum into 1.9 2013-09-02 11:16:35 +02:00
ThomasV fe538cc310 fix get_private_key for old addresses 2013-09-02 10:41:50 +02:00
ThomasV b22c42c4f4 minor fixes 2013-09-02 09:09:54 +02:00
ThomasV e9b103b283 fix regressions in tx verifier 2013-09-02 08:50:39 +02:00
ThomasV 1ba3008b49 minor fixes 2013-09-01 23:25:28 +02:00
ThomasV 7b4046cf68 fee belongs in wallet storage 2013-09-01 23:09:27 +02:00
ThomasV 7ba686e16f wizard: start wallet threads 2013-09-01 18:58:09 +02:00
ThomasV 046ec58d24 start wallet threads from wallet class 2013-09-01 18:44:19 +02:00
ThomasV d47892b690 separate blockchain verifier from transaction verifier 2013-09-01 18:16:15 +02:00
ThomasV d99a381d83 separation between wallet storage and config 2013-09-01 15:26:52 +02:00
ThomasV b983d12929 restore old accounts from seed 2013-08-31 15:02:20 +02:00
ThomasV f48c6130df fix account selector, console 2013-08-30 22:59:36 +02:00
ThomasV 167d4f1a53 update curses gui for 1.9 2013-08-30 22:37:37 +02:00
ThomasV 734e810161 gui menu and messages 2013-08-30 22:15:49 +02:00
ThomasV 2e29afa12a update buttons and icons in load_wallet() 2013-08-30 21:44:16 +02:00
thomasv cde1d0f6c0 Merge branch '1.9' of git://github.com/spesmilo/electrum into 1.9 2013-08-30 10:26:53 +02:00
ThomasV 1637197419 separate gui init() and load_wallet() 2013-08-30 10:11:10 +02:00
thomasv 853d32b73d Merge branch '1.9' of git://github.com/spesmilo/electrum into 1.9 2013-08-29 17:37:09 +02:00
ThomasV 10c805b3e7 restore bip32 accounts 2013-08-29 16:07:55 +02:00
ThomasV 9d00a072fe create new accounts through wallet.synchronize() 2013-08-29 15:08:03 +02:00
thomasv 238ed35134 Merge branch '1.9' of git://github.com/spesmilo/electrum into 1.9 2013-08-27 13:59:20 +02:00
ThomasV 084ed6776b structural change: wrap wallet instanciation inside the gui class 2013-08-22 12:39:41 +02:00
nelisky 1b0db8414b implementing paytomany (untested)
Just like mktx/payto, this is only submitting the tx created in mksendmanytx
2013-08-18 02:09:25 +02:00
nelisky bf173e1c45 implementing mksendmanytx
A simple argument parsing change from mktx to allow passing multiple recipients
2013-08-18 02:07:59 +02:00
ThomasV fd902de28a delete unneeded test 2013-08-17 23:51:46 +02:00
ThomasV 0cef6c2454 fix bug with signatures 2013-08-17 23:01:16 +02:00
ThomasV 81b84fd5ef fixes for signrawtransaction 2013-08-17 18:40:59 +02:00
ThomasV 6bb8af5822 include master public key in bip32 metadata 2013-08-17 17:08:43 +02:00
ThomasV e995f7abfd save account name as label 2013-08-17 11:46:19 +02:00
ThomasV 2abf1b93cb cleanup 2013-08-17 11:11:21 +02:00
ThomasV 799c6571f5 simplify: public_key_from_private_key 2013-08-17 11:09:19 +02:00
ThomasV 4869d05841 don't pass addresses to tx.sign(), pass keypairs instead 2013-08-17 10:56:23 +02:00
ThomasV 0424d5eb85 update signrawtransaction 2013-08-17 09:53:46 +02:00
ThomasV e91e02f2ce simplify tx.sign() 2013-08-16 22:05:31 +02:00