Commit Graph

3587 Commits

Author SHA1 Message Date
ThomasV 96070246b7 proper start and stop commands for daemon 2014-07-25 15:42:28 +02:00
ThomasV 374efd970e fix daemon timeout 2014-07-25 15:16:52 +02:00
ThomasV d60dc94e16 daemon status info 2014-07-25 15:12:39 +02:00
ThomasV 2120b1a573 command line: wait until daemon is connected 2014-07-25 13:30:27 +02:00
ThomasV 3e6f903da3 daemon: use Popen with close_fds=True 2014-07-25 11:13:49 +02:00
ThomasV 8196bc5779 adapt network dialog to daemon 2014-07-25 09:11:56 +02:00
ThomasV 09e4efc439 daemon notifications (network.status) 2014-07-24 23:17:06 +02:00
ThomasV 9ee0614edb make daemon usable with the GUI 2014-07-24 16:12:18 +02:00
ThomasV ab41c6f940 Merge pull request #766 from wozz/winkdex
Update exchange rate plugin for Winkdex
2014-07-23 23:53:55 +02:00
Michael Wozniak 9ae30533ca update historical winkdex api 2014-07-22 17:28:37 -04:00
Michael Wozniak a72bc5a44a Update exchange rate plugin for Winkdex
updated exchange rate BTC price for Winkdex API that was officially published
2014-07-22 17:06:23 -04:00
ThomasV 068609b4a6 AmountEdit:get_amount 2014-07-16 15:33:59 +02:00
ThomasV a195ca5c07 fix: check if wallet has master_private_keys 2014-07-14 03:21:51 +02:00
ThomasV 43d2fab9a0 get_seed -> check_password 2014-07-14 02:57:12 +02:00
ThomasV 98acf49b4e fix get_pubkeys call 2014-07-14 02:39:14 +02:00
ThomasV 20c7bef7ac rm dead code 2014-07-14 02:27:51 +02:00
ThomasV b8f64ad46f rm get_address_flags (no longer used) 2014-07-14 02:23:27 +02:00
ThomasV b04256b474 load_transactions 2014-07-14 02:20:24 +02:00
ThomasV 3c7346ee9c load imported_keys outside of load_accounts 2014-07-14 02:15:29 +02:00
ThomasV a471859a3a move master_private_keys and master_public_keys to NewWallet 2014-07-14 02:08:21 +02:00
ThomasV 3d78be8f46 updates for gtk gui 2014-07-14 01:24:29 +02:00
ThomasV 24f40f610f fix: update commands with new transaction constructors 2014-07-14 01:07:54 +02:00
ThomasV 597dd49e8c show txid in invoice details 2014-07-14 00:10:53 +02:00
ThomasV 4193fffc33 fix: store key of invoices for retrieval 2014-07-13 23:56:24 +02:00
ThomasV 6f246fe90e display dates in invoices tab 2014-07-13 23:40:29 +02:00
ThomasV 448d2eb548 wizard restore: abort if wallet is None 2014-07-12 19:41:57 +02:00
ThomasV 81d1e67253 always enable qr scanner plugin 2014-07-12 18:39:28 +02:00
ThomasV 4da85c00e3 missing import 2014-07-12 18:09:31 +02:00
ThomasV c397f84fed simplified dialog for new file name 2014-07-11 19:29:18 +02:00
ThomasV f33cebfb4e Merge pull request #758 from wozz/spacing-fix
fix spacing for indent
2014-07-11 18:53:27 +02:00
Michael Wozniak 295a71173c fix spacing for indent 2014-07-11 10:47:06 -04:00
ThomasV c329a03757 wizard restore hook 2014-07-10 21:49:55 +02:00
ThomasV 6fb85f95bf run_hook: no more than one plugin shall return a result 2014-07-10 17:27:54 +02:00
ThomasV e2717284eb Merge pull request #749 from chrisglass/clean-tests-wallet
Add tests to the wallet.py module.
2014-07-10 02:58:51 +02:00
ThomasV 0207029682 fix: new outputs format and payment requests 2014-07-09 21:21:47 +02:00
ThomasV f9dad74e13 don't use address_is_old in code that can be run offline (again) 2014-07-09 18:38:59 +02:00
ThomasV 042c65939d don't use address_is_old in code that can be run offline 2014-07-09 18:23:33 +02:00
Chris Glass 73ee95ec9a Removed failing test for now
As discussed on IRC, it might be too early to write this test since the
behavior is not entirely defined yet.
2014-07-09 11:04:49 +02:00
Chris Glass a9592459ed Add tests to the wallet.py module.
This increases test coverage a lot.
2014-07-09 11:03:44 +02:00
ThomasV 6ad1c46aa5 fix: add type 'aaddress' in change output 2014-07-08 23:53:20 +02:00
ThomasV 1bb00ff5af store output type explicitly in tuple 2014-07-08 19:38:16 +02:00
ThomasV 38e662e522 fix syntax of redeem_script 2014-07-08 19:27:43 +02:00
ThomasV c0fe5962ad use QPlainTextEdit instead of QTextEdit 2014-07-08 17:00:52 +02:00
ThomasV 769b4002cd fix: get_action 2014-07-07 23:35:01 +02:00
ThomasV 545cd7a413 make seed dialog a bit wider 2014-07-07 20:58:37 +02:00
ThomasV e327418f6e transaction: separate deserialize and update methods 2014-07-07 18:01:43 +02:00
ThomasV 0ce2c870bb fixes for pending accounts 2014-07-07 15:43:02 +02:00
ThomasV 5ce50f4421 get_master_public_key: always return xpub of main account 2014-07-06 23:20:27 +02:00
ThomasV 2e1d24939c rm duplicate method getpubkey 2014-07-06 22:24:09 +02:00
ThomasV b5b5edbee7 add_keypairs: simplification 2014-07-06 22:10:26 +02:00