Commit graph

3338 commits

Author SHA1 Message Date
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
ThomasV
f522d6c36d sort pubkeys in multisig scripts 2014-04-02 14:04:39 +02:00
ThomasV
53b872acdf gui fix: send tx dialog 2014-04-02 13:18:00 +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
Michael Wozniak
5288f6a933 Add @wozz GPG Public Key
pub  4096R/62C24FC7 2013-03-19 Michael Wozniak <mw@koh.ms>
      Key fingerprint = 3897 E067 2E32 A421 74B7  A840 038C 09F4 62C2 4FC7
sub  4096R/4B7BB803 2013-03-19 [expires: 2017-03-19]
2014-04-01 08:49:28 -04:00
ThomasV
9567af0219 fix CKD in p2sh accounts 2014-04-01 12:34:03 +02:00
ThomasV
e082550f80 Merge branch 'master' of git://github.com/spesmilo/electrum 2014-04-01 11:25:29 +02:00
ThomasV
5a43b633d6 update bip32 accounts and wallet 2014-04-01 11:25:12 +02:00
ThomasV
a92aae3306 Merge pull request #639 from toomyem/spesmilo
Added Bitcurex and Bitmarket exchanges
2014-04-01 11:18:14 +02:00
ThomasV
e12ac7f9a1 Merge pull request #641 from wozz/640
Update create current unix time
2014-04-01 11:17:48 +02:00
Michael Wozniak
b099930174 Update create current unix time
update method to create current unix time to be windows compatible

fix issue #640
2014-03-31 21:52:31 -04:00
Tomasz Machalski
0b8fc21db7 Added Bitcurex and Bitmarket exchanges 2014-03-31 21:02:21 +02:00
ThomasV
ffc72e65df Merge branch 'master' of git://github.com/spesmilo/electrum 2014-03-31 17:18:26 +02:00
ThomasV
607e79cc43 Merge pull request #638 from wozz/exchange-hist-ven
Exchange Rate History - Add APIs
2014-03-31 17:18: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
Michael Wozniak
a3b88ca3dc Exchange Rate History - Add APIs
Add API for Winkdex and BitcoinVenezuela
2014-03-30 20:39:37 -04:00
ThomasV
33b94cd60e add error field in tx, because exceptions cannot be passed by plugins 2014-03-28 17:37:31 +01:00
ThomasV
4f6ac1d613 Merge pull request #631 from jisqyv/jischanges
Updates for merchant.py
2014-03-28 17:19:48 +01:00