Commit Graph

3289 Commits

Author SHA1 Message Date
ThomasV 89849c7d52 update parse_url in gtk gui 2014-05-07 17:35:38 +02:00
ThomasV a6d1eef549 payment requests: add style sheet for readonly fields 2014-05-07 16:15:22 +02:00
ThomasV 87fa402c34 support for payment requests in the gui 2014-05-07 15:26:38 +02:00
ThomasV 2642b7e126 can_import 2014-05-07 11:53:32 +02:00
ThomasV 78a748149c Merge pull request #677 from wozz/paymnt-update
update to certificate check for Subject Alt Names
2014-05-05 18:14:19 +02:00
Michael Wozniak 96e1ea42a8 update to certificate check for Subject Alt Names 2014-05-05 12:09:48 -04:00
ThomasV f004dff9ef adding initial bip70 script (wozz) 2014-05-05 17:31:39 +02:00
ThomasV 7f67b36a19 fix: num_accounts should return only confirmed bip32 accounts 2014-05-05 12:17:25 +02:00
ThomasV fa4c2b96d7 p2sh wallets cannot create accounts 2014-05-05 12:03:01 +02:00
ThomasV ac93b86ebc export as json or csv 2014-05-05 11:31:04 +02:00
ThomasV 97a6f91451 fix: is_address, is_private_key: check that text is not empty 2014-05-05 10:03:31 +02:00
ThomasV 8ca7964dac address_field in sweep dialog 2014-05-05 09:58:29 +02:00
ThomasV 7335a9936e make do_export_privkey non-gui 2014-05-05 09:24:29 +02:00
ThomasV 35200557e4 sleep inside for loop, so that gui remains responsive 2014-05-05 09:20:19 +02:00
ThomasV 8534ec603f dumpprivkey -> getprivatekeys 2014-05-05 09:13:10 +02:00
ThomasV 563a7d99b9 rename command dumpprivkey as getprivatekeys 2014-05-05 09:11:36 +02:00
ThomasV 90f5133983 utf8 encode seed (old wallets) 2014-05-05 01:19:04 +02:00
ThomasV 640d6641aa fix #444 2014-05-04 21:58:02 +02:00
ThomasV c76da17262 utf8 encoding for seed encryption 2014-05-04 20:31:05 +02:00
ThomasV 430c7aa92e fix: get_seed 2014-05-04 19:52:47 +02:00
ThomasV c9fc6275ab move private key methods from wallet to accounts 2014-05-04 19:43:15 +02:00
ThomasV 9b8ad42a66 id of imported account 2014-05-04 14:13:34 +02:00
ThomasV 339dd46d98 return imported addresses as sorted 2014-05-04 13:54:53 +02:00
ThomasV e9968e4a39 imported_keys and accounts 2014-05-04 13:46:37 +02:00
ThomasV 4a33cf256b remove dead code: get_imported_balance 2014-05-04 12:54:35 +02:00
ThomasV 09a2254739 fix #676 2014-05-04 10:22:35 +02:00
ThomasV 0536f256cf fix: imported_account 2014-05-02 12:41:37 +02:00
ThomasV 2a938ad516 fix: pending accounts 2014-05-02 11:19:02 +02:00
ThomasV fdf8697e58 handle pending and imported accounts using account child classes 2014-05-02 11:10:12 +02:00
ThomasV b7a60f02e0 fix type of io_dir 2014-05-01 19:19:57 +02:00
ThomasV 95df9cd103 fix bugs on wallet creation 2014-05-01 18:58:24 +02:00
ThomasV 46c0dda3b9 sweep privkeys in gui 2014-05-01 17:35:01 +02:00
ThomasV b21cfc2746 export_privkeys_dialog 2014-05-01 16:33:56 +02:00
ThomasV 8f19f9bf28 do_export_privkeys: replace wallet.seed with is_watching_only 2014-05-01 15:04:12 +02:00
ThomasV 0a0186bc5d parameter for wizard.run 2014-05-01 14:55:29 +02:00
ThomasV 3faeb7eab6 define check_password for imported wallets 2014-05-01 13:08:12 +02:00
ThomasV ace127ee43 fix password dialog, for imported wallets 2014-05-01 12:42:06 +02:00
ThomasV 95fce65e12 disable wallet menus when they do not apply 2014-05-01 12:19:24 +02:00
ThomasV 84052bcdb2 fix bug with has_seed 2014-04-30 15:44:46 +02:00
ThomasV dc22ba4d5e print warning in stderr, not stdout 2014-04-30 15:27:50 +02:00
ThomasV 9c37ed68f4 wallet.has_seed 2014-04-30 11:40:53 +02:00
ThomasV 56e8ad3397 cleanup wallet classes 2014-04-30 11:18:13 +02:00
ThomasV 17216da392 can_create_account 2014-04-30 10:40:47 +02:00
ThomasV 7e0711f6ec move synchronizer class in its own file. abstract wallet class. 2014-04-30 10:32:40 +02:00
ThomasV 42a5454bd8 update for gtk gui. fixes #673 2014-04-30 09:31:20 +02:00
ThomasV bb88c891dc move set_url to __init__. fixes #672 2014-04-30 07:59:59 +02:00
ThomasV 9196e9feea messages for enter_seed 2014-04-29 21:19:42 +02:00
ThomasV 582fb76e9e new class: Imported_Wallet 2014-04-29 21:04:16 +02:00
ThomasV 3ae48a1819 seed_dialog: setTabChangesFocus 2014-04-29 19:39:01 +02:00
ThomasV 029f33a47c minor fix for restore dialog 2014-04-29 19:33:42 +02:00