Commit graph

4048 commits

Author SHA1 Message Date
wozz
5a312290e2 Target Calculation Update
fix #686
2014-05-08 12:44:36 -04:00
ThomasV
a18d21d946 fix cmd line wallet creation. fixes #684 2014-05-08 15:18:38 +02:00
ThomasV
7dc4102e7d Merge pull request #683 from atweiden/empty-seed-error-msg-fix
empty seed error msg
2014-05-08 09:14:01 +02:00
Andy Weidenbaum
8985f2d73a empty seed error msg 2014-05-07 13:04:42 -07:00
ThomasV
370bdbe855 fix payment ack 2014-05-07 18:59:51 +02:00
ThomasV
a03b85a513 fix: gui_object.payment_request 2014-05-07 18:47:14 +02:00
ThomasV
e8a5070948 fix parse_url 2014-05-07 18:34:00 +02:00
ThomasV
0149ec5921 sanitize payment request code 2014-05-07 18:20:17 +02:00
ThomasV
ec234105a5 send error messages for payment requests 2014-05-07 18:10:14 +02:00
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