Commit Graph

3210 Commits

Author SHA1 Message Date
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
wozz 12b3a78036 Merge pull request #662 from wozz/issue-643
No longer require restart for toggle exchange rate
2014-04-22 14:42:32 -04:00
ThomasV c0535634fd fix: do not lower xpub 2014-04-22 15:49:32 +02:00
ThomasV 671b1574b3 more robust get_seed_text 2014-04-22 15:12:36 +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
wozz 5b0d0f4d99 Merge pull request #665 from wozz/exchange-value
Exchange rate update
2014-04-19 09:06:56 -04:00
Michael Wozniak b2a80d8522 Exchange rate update
use exchange rate value instead of string to calculate balance
2014-04-19 09:03:11 -04:00
ThomasV 86917c2ff3 handle coinbase transactions explicitly 2014-04-19 10:32:23 +02:00
ThomasV ace15d3e7e relocate export_history code 2014-04-18 10:04:25 +02:00
ThomasV 3234d56fbe update readme 2014-04-18 09:46:32 +02:00
Michael Wozniak b7ea3c5e10 No longer require restart for toggle exchange rate
Fixes issue #643 and allows fiat button to work without restart

No logic is required because Send tab gets removed and added for every
toggle.
2014-04-17 12:48:16 -04:00
ThomasV df59c8e013 fix #563 2014-04-17 18:41:34 +02:00
ThomasV 8b7c3a201c format inputs so that they fit on one line 2014-04-17 18:08:08 +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
ThomasV deb14f6fe8 Merge pull request #657 from drak/patch-1
Lower minimum tx fee in line with Bitcoin 0.9
2014-04-15 13:12:41 +02:00
ThomasV a332a2a7ee rm aliases 2014-04-15 13:01:33 +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 913ef26dd9 fix: create accounts 2014-04-13 18:41:10 +02: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
ThomasV 9df44b8476 Merge pull request #647 from enriquefynn/master
Accept FreeBSD OS
2014-04-10 17:53:24 +02:00
Fynn cc13dd25b3 Accept FreeBSD OS 2014-04-10 11:37:58 -03:00
ThomasV e0ad81acdd save cold seed 2014-04-09 08:00:49 +02: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 94829db701 don't change default_wallet_path 2014-04-06 22:15:13 +02:00
ThomasV 74209e8a6c remove hardcoded seed 2014-04-06 21:42:29 +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 88d4dab6cb broadcast tx in a separate thread 2014-04-05 16:52:38 +02:00
ThomasV 60bea77d1e Merge pull request #644 from wozz/raise_window
Fix OS X issue: window start in foreground
2014-04-05 11:52:48 +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 2be8c7f7ed add optional default value to text dialog 2014-04-03 15:36:31 +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
Michael Wozniak 3cd4689083 Fix OS X issue: window start in foreground
When run from command line, the window starts behind all other windows.
raise_() will bring the window to the front.
2014-04-02 11:29:07 -04:00