Commit Graph

2373 Commits

Author SHA1 Message Date
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 1637197419 separate gui init() and load_wallet() 2013-08-30 10:11:10 +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 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
ThomasV 70445da940 wallet.num_accounts and account_id method 2013-08-16 13:26:48 +02:00
ThomasV 177c43acbe fix is_complete in tx.sign() 2013-08-16 12:52:39 +02:00
ThomasV c019428b02 fix for non-p2sh addresses 2013-08-16 12:27:26 +02:00
ThomasV 419c778fa3 fix tx signing 2013-08-16 12:17:29 +02:00
ThomasV 7dc69bbc56 create_accounts for 2of3 2013-08-15 17:23:55 +02:00
ThomasV c9a473c225 2of3 accounts 2013-08-15 15:27:03 +02:00
thomasv 215f64e64d Merge branch 'master' into 1.9 2013-08-13 11:09:36 +02:00
ThomasV 7e28671027 Merge pull request #268 from maxme/fileopen-event
Add a Qt eventFilter to listen for QFileOpenEvent
2013-08-13 02:01:46 -07:00
Maxime Biais b2ebd35925 Add a Qt eventFilter to listen for QFileOpenEvent
fix #209
2013-08-11 15:11:27 +02:00
ThomasV 43bac658da fix labels plugin init() 2013-08-08 05:47:24 +02:00
ThomasV 56fe629385 Merge branch 'bip32' of git://github.com/spesmilo/electrum into bip32 2013-08-07 23:00:39 +02:00
ThomasV e6208e2747 fix create_new_account 2013-08-07 22:59:07 +02:00
ThomasV 1ff2f1b308 hex encode the output of account.get_pubkey() 2013-08-07 22:59:07 +02:00
ThomasV b08f1a2a7b plugins: do not overload __init__, use init() instead 2013-08-07 22:59:07 +02:00
ThomasV 58538ba825 encryption of bip32 master private keys 2013-08-07 22:59:07 +02:00
ThomasV a3de537d9b make wallet.get_private_keys more general 2013-08-07 22:59:07 +02:00
thomasv 6274cccb9f get_new_address -> get_address 2013-08-07 22:54:21 +02:00
thomasv 630bf5d5f7 add account module 2013-08-07 22:54:21 +02:00
ThomasV 19553a056d bip32 2013-08-07 22:54:21 +02:00
ThomasV 4d02b9b7b4 fix create_new_account 2013-08-07 21:53:05 +02:00
ThomasV bc6e2e18f1 hex encode the output of account.get_pubkey() 2013-08-07 20:04:43 +02:00
ThomasV 164c746f51 Merge pull request #264 from maxme/get-balance-script
New script: get_balance <bitcoin_address>
2013-08-06 14:32:04 -07:00
Maxime Biais 6075f8ece5 pep8 2013-08-06 16:06:57 +02:00
Maxime Biais c51c93b0ff new script: get_balance <bitcoin_address> 2013-08-06 16:03:03 +02:00
Eagle[TM] 78f5f372c4 Release notes for 1.8.1 2013-08-05 22:21:16 +02:00
ThomasV 111611a08b plugins: do not overload __init__, use init() instead 2013-08-05 17:15:01 +02:00
ThomasV d9a926b0ff encryption of bip32 master private keys 2013-08-05 13:53:50 +02:00
ThomasV 77df84e509 make wallet.get_private_keys more general 2013-08-05 12:08:54 +02:00
ThomasV 9afc57cd3d Merge branch 'bip32' of git://github.com/spesmilo/electrum into bip32 2013-08-04 23:05:16 +02:00