Commit Graph

1489 Commits

Author SHA1 Message Date
ThomasV 0ba73dfc95 restore get_master_public_key function. fixes #668 2014-04-29 12:26:58 +02:00
ThomasV 5d68ce4f22 wizard: option to create multisig wallet manually 2014-04-29 11:45:39 +02:00
ThomasV 70a638a7c3 more robust install wizard 2014-04-28 17:30:48 +02:00
ThomasV c295c79754 fix signrawtransaction 2014-04-27 14:26:15 +02:00
ThomasV 5a02836933 fix input_info for signrawtransaction 2014-04-26 18:44:45 +02:00
ThomasV 0c100c1480 add_cold_seed 2014-04-25 17:51:41 +02:00
ThomasV e552930d34 sweep command (does not broadcast) 2014-04-25 17:23:26 +02:00
ThomasV 217900bbfa watching_only wallets have a single account 2014-04-25 11:48:13 +02:00
ThomasV 1662a9e9c5 fix: get_master_public_key 2014-04-25 10:39:07 +02:00
ThomasV a1daba6afe get_master_public_keys 2014-04-25 10:16:07 +02:00
ThomasV a3dd9f700c no accounts in multisig wallets 2014-04-24 14:29:08 +02:00
ThomasV 7bef756813 simplify getseed: do not return hex 2014-04-23 16:14:31 +02:00
ThomasV 26c65dd65f lower default fee. fixes #403 2014-04-23 16:10:01 +02:00
ThomasV 5d9b9492e1 abstract and improve seed and key methods 2014-04-21 22:09:15 +02:00
ThomasV 41f9da1559 fix #655 2014-04-20 10:42:13 +02:00
ThomasV 6c96b38abf installwizard: multisig wallets 2014-04-19 20:23:27 +02:00
ThomasV 86917c2ff3 handle coinbase transactions explicitly 2014-04-19 10:32:23 +02:00
ThomasV df59c8e013 fix #563 2014-04-17 18:41:34 +02:00
ThomasV 80a988e337 slightly better notifications. at least, it fixes #652 2014-04-17 17:38:21 +02:00
ThomasV 696766c370 json-friendly debug messages. fix #659 2014-04-17 17:20:07 +02:00
ThomasV 3e1a87397d Merge branch 'master' of git://github.com/spesmilo/electrum 2014-04-17 17:05:45 +02:00
ThomasV 8a7a6f347b fix #661 2014-04-17 17:05:36 +02:00
Drak d082ed3cb5 Lower minimum tx fee in line with Bitcoin 0.9
Since Bitcoin Core 0.9 the minimum relay tx fee was lowered to `0.00001`.
2014-04-14 21:20:42 +01:00
ThomasV cba7a5d68d fix signatures returned by get_address_from_input_script. fixes #653 2014-04-13 14:57:42 +02:00
wozz 4a79769af4 Merge pull request #650 from wozz/URI-bug
Bitcoin URL Handling

closes #649
2014-04-12 14:15:08 -04:00
ThomasV d30d7b2188 fix #651 2014-04-12 19:53:52 +02:00
Michael Wozniak 8874242fa7 Bitcoin URL Handling
Update Bitcoin URL handling to reject URLs with duplicate keys

issue: #649
2014-04-12 12:19:42 -04:00
Fynn cc13dd25b3 Accept FreeBSD OS 2014-04-10 11:37:58 -03:00
ThomasV 1751c3ac7f fix: public instead of private 2014-04-09 07:36:33 +02:00
ThomasV f550b452be transaction: add_signature(), is_complete() methods 2014-04-07 11:03:12 +02:00
ThomasV 102bc204d5 hooks and workflow for 2of3 wallets 2014-04-06 21:38:53 +02:00
ThomasV f4b1621910 rename do_send as send. fixes #645 2014-04-05 18:35:15 +02:00
ThomasV c24482c21a check seed in gui. fixes #622 2014-04-05 10:34:51 +02:00
ThomasV 38a59c0b37 re-enable seed tests. get_public_keys method 2014-04-05 10:08:54 +02:00
ThomasV 02c3bc131e fix and simplify tx serialization 2014-04-03 21:23:35 +02:00
ThomasV 8e644a4dc8 sort signatures for multisig 2014-04-03 20:48:31 +02:00
ThomasV 66e1e2707d get_pubkey_from_x 2014-04-03 16:11:28 +02:00
ThomasV a194edbefb account:simplification 2014-04-03 14:32:03 +02:00
ThomasV 4fb5296a92 account:simplification 2014-04-03 14:30:00 +02:00
ThomasV 9c34f9a1da fix: getpubkey 2014-04-03 14:17:42 +02:00
ThomasV f68ecb3e26 multisig accounts: sort pubkeys 2014-04-03 14:15:02 +02:00
ThomasV f522d6c36d sort pubkeys in multisig scripts 2014-04-02 14:04:39 +02:00
ThomasV df540cb241 move get_keyID to accounts 2014-04-01 23:53:07 +02:00
ThomasV 5c31263848 fix load_accounts 2014-04-01 19:10:59 +02:00
ThomasV 05fcdce018 fix redeem scripts 2014-04-01 19:10:35 +02:00
ThomasV 9fccf9c287 helper functions for bip32 derivations 2014-04-01 19:10:13 +02:00
ThomasV 9567af0219 fix CKD in p2sh accounts 2014-04-01 12:34:03 +02:00
ThomasV 5a43b633d6 update bip32 accounts and wallet 2014-04-01 11:25:12 +02:00
ThomasV 9663600d5d update bip32 derivations, using xpriv and xpub serialization format 2014-03-31 12:16:15 +02:00
ThomasV 91ba04c4d7 update bip32 derivations, using xpriv and xpub serialization format 2014-03-31 12:12:29 +02:00
ThomasV 328432f5f4 update bip32 derivations, using xpriv and xpub serialization format 2014-03-31 12:00:57 +02:00
ThomasV 7cc04f383b Merge pull request #617 from flatfly/patch-3
Remove unused import
2014-03-16 20:18:22 +01:00
ThomasV f92b483942 disable encrypt/decrypt 2014-03-16 16:35:12 +01:00
flatfly 2a28fa07e3 Update daemon.py 2014-03-16 15:04:40 +01:00
Eagle[TM] e81385fc05 update server list 2014-03-16 12:18:38 +01:00
ThomasV 9230482870 set default verbosity to false, because of daemon 2014-03-16 12:13:52 +01:00
ThomasV 7dd296273f move daemon spawning code into NetworkProxy class 2014-03-16 12:00:08 +01:00
ThomasV 0bb16f0836 add daemon port to config 2014-03-16 06:28:16 +01:00
ThomasV c0378a5ba0 fix getservers: wait until they are available 2014-03-15 11:04:11 +01:00
ThomasV 9543d2b5ec catch exception in signrawtransaction, if wallet is not synchronized 2014-03-15 09:59:00 +01:00
ThomasV 32cca276fe don't use recent_servers if list from irc is available 2014-03-13 19:23:26 +01:00
ThomasV e2c749cdab bip32 uses compressed K 2014-03-13 16:56:53 +01:00
ThomasV f3b728989a update default servers 2014-03-13 14:07:36 +01:00
ThomasV b379a14cd2 guess seed_version on old wallets 2014-03-13 10:42:39 +01:00
ThomasV 4e8bb4dac4 add tx direction info to default labels 2014-03-12 10:16:51 +01:00
ThomasV 051853556e change the format returned by history command 2014-03-12 09:52:17 +01:00
ThomasV fb8e2fe7eb change decrypt syntax 2014-03-11 14:11:45 +01:00
ThomasV 960e7bc3df fix reference to verifier 2014-03-11 09:38:08 +01:00
ThomasV 489413d358 move start_daemon code to main script 2014-03-11 08:33:58 +01:00
ThomasV 0a1f6b5c43 fix return, debug flags 2014-03-11 07:12:57 +01:00
ThomasV 919ec8e837 fix: missing import 2014-03-11 07:04:25 +01:00
ThomasV 8f025db800 add missing Network methods to NetworkProxy 2014-03-10 20:58:18 +01:00
ThomasV b4bed1ccaa remove blockchain object from verifier 2014-03-10 20:53:05 +01:00
ThomasV 6e30894af6 daemon; initial commit 2014-03-10 16:16:27 +01:00
ThomasV f352832879 Merge branch 'master' of git://github.com/spesmilo/electrum 2014-03-10 16:05:57 +01:00
ThomasV 6ecb977461 add password to sign hook 2014-03-10 16:05:54 +01:00
Michael Wozniak 820328781a print statement should be debug only
comment print statement of seed
2014-03-09 23:27:40 -04:00
Michael Wozniak f5fb6ed194 display locktime for transaction
display locktime for transactions if it is greater than 0.  Majority of
transactions will not display any value because default is 0.
2014-03-05 16:38:34 -05:00
CodingAnarchy b9bf3a2ee8 change estimated_fee to include 34 bytes per output instead of hard-coded 80 (issue #520) 2014-03-05 01:01:09 -07:00
ThomasV cef7bbf294 add get_public_key method to EC_KEY class 2014-03-04 16:33:25 +01:00
ThomasV 12e9f49042 fix: network.height() is a function 2014-03-04 14:32:52 +01:00
ThomasV da6f292dd5 encrypt/decrypt messages in gui 2014-03-03 10:39:10 +01:00
ThomasV 9d5f39c235 fix createrawtransaction (issue #574) 2014-03-02 19:24:44 +01:00
ThomasV 9bebc05149 fix bug in chunk validation 2014-03-02 17:43:46 +01:00
ThomasV f37b23b2a7 rename command: getutxoaddress 2014-03-02 11:02:45 +01:00
ThomasV a5629539e4 add timeout to daemon, update getaddressbalance 2014-03-02 10:31:34 +01:00
ThomasV e955ee69a8 restore from master public key (qt and command line) 2014-02-28 15:43:06 +01:00
ThomasV e34c14ee78 Merge pull request #582 from dabura667/csvaddresserr
CSV: Show erroneous addresses in warning window.
2014-02-27 14:12:08 +01:00
ThomasV 7267579fe0 Merge branch '2.0' 2014-02-27 10:41:22 +01:00
ThomasV 638526712b rebrand this branch as 1.9.8 2014-02-27 10:21:41 +01:00
ThomasV 79309c9625 strip whitespaces from seed 2014-02-26 16:24:37 +01:00
ThomasV 22408c1316 fix: do not create old_wallet if seed is empty because user typed gibberish 2014-02-26 16:21:38 +01:00
dabura667 c49a97ef14 Is_valid assert wasn't displaying anything.
Fixed it with a message.
2014-02-25 02:51:14 +09:00
ThomasV bb859c244b strip whitespaces from seed 2014-02-11 15:27:28 +01:00
ThomasV 0fc37dc400 version 1.9.8 2014-02-11 14:54:46 +01:00
ThomasV cf8c4aa491 fix: do not create wallet if seed is empty because user typed gibberish 2014-02-11 14:44:52 +01:00
ThomasV 3c4fa06c10 parse_servers 2014-02-11 09:48:02 +01:00
CodingAnarchy cbb99e6585 update estimated_fee to round up and use proper base of 1000 as calculation per issue #527 2014-02-10 01:24:47 -07:00
ThomasV fc9d2b6ee9 remove redundant function 2014-02-03 13:50:01 +01:00
ThomasV 4693727659 1of1 is default account type 2014-02-03 10:01:21 +01:00