Commit graph

1700 commits

Author SHA1 Message Date
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
ThomasV
70bace9b1e use separata class for old wallets; decide with WalletFactory 2014-02-03 06:26:03 +01:00
ThomasV
c90bc6aa26 bip39 2014-02-01 11:23:29 +01:00
ThomasV
98ae202d80 fixes for master keys 2014-01-31 15:28:32 +01:00
ThomasV
b6be8e6a31 new command: getunspentaddress 2014-01-30 15:16:49 +01:00
ThomasV
ae43837a7b use standard format for private key passed to decrypt 2014-01-30 14:57:32 +01:00
ThomasV
631c967df9 new commands: encrypt and decrypt messages 2014-01-30 14:43:46 +01:00
ThomasV
ae3cb372c8 add ECDSA asymmetric encryption 2014-01-30 11:42:55 +01:00
ThomasV
9218175301 enable bip32 2014-01-29 17:12:08 +01:00
ThomasV
1c35e15de7 get_proof command 2014-01-29 16:48:24 +01:00
ThomasV
268a099f87 sync_get 2014-01-29 16:48:00 +01:00
ThomasV
d15c4f1046 store merkle roots and utxo roots 2014-01-27 10:37:39 +01:00
ThomasV
7c6bc72cb4 daemon 2014-01-27 10:37:39 +01:00
ThomasV
d4fbe85d7d json rpc daemon 2014-01-27 10:37:39 +01:00
dmcdad
292ab39553 Update interface.py
Fix timeout problem under Python 2.7.1 where a socket.error 60 is thrown instead of socket.timeout exception.
2014-01-15 08:49:26 -06:00
ThomasV
969c4c2194 fix for getrawtransaction 2014-01-13 21:27:31 +01:00
ThomasV
7963f22a80 parse_url: parse exponents 2014-01-08 14:08:53 +01:00
ThomasV
e9862e0b71 version 1.9.7 2014-01-08 13:11:03 +01:00
ThomasV
2103fb6254 Merge pull request #526 from ortutay/buybackplugin
Coinbase BuyBack plugin
2014-01-07 22:32:51 -08:00
ortutay
4edfc6d82e Coinbase BuyBack plugin 2014-01-05 00:19:23 -08:00
ThomasV
fed86e92e2 Merge pull request #504 from wyager/master
Unnecessary definition
2014-01-05 00:11:15 -08:00
bitcoindaddy
637ad52907 Add OpenBSD support to util.py
Recognize OpenBSD platform
2014-01-04 18:57:12 -05:00
William Yager
4e1d6da805 Cleaned up/commented BIP 0032 key derivation. 2014-01-04 15:24:38 -06:00
ThomasV
36a6deaee7 renamed server. fixes issue #508 2013-12-25 16:26:15 +01:00
Michael Pearce
0a896a6616 Update commands.py
Fixed command example for getaddressbalance.
2013-12-23 18:18:27 -08:00
ThomasV
f4f418e9ec return message ids with send_http too 2013-12-21 19:27:49 +01:00
ThomasV
48a739f714 fix gerversion 2013-12-21 18:32:57 +01:00
ThomasV
5f8775cd3a fix sendrawtransaction 2013-12-21 18:29:09 +01:00
ThomasV
e18573dda0 test is_mine in add_keypairs_from_wallet 2013-12-21 17:57:42 +01:00
ThomasV
de94eaadeb fix issue occuring with set_server 2013-12-17 18:20:54 +01:00
ecdsa
ae654b30b9 fix: pending_servers 2013-12-16 20:07:35 +01:00
ecdsa
8140d6c78e fix typo 2013-12-16 20:04:59 +01:00
ecdsa
d140383d03 exit wait_until_connected() when all servers have been tried 2013-12-16 19:59:35 +01:00
ThomasV
4446cf44c7 don't set network.interface to None when disconnetced 2013-12-16 19:18:57 +01:00
thomasv
942d009661 network.pending_servers, to avoid connecting the same server multiple times 2013-12-16 18:17:44 +01:00
thomasv
c7694a87e7 cleanup code in network.py 2013-12-16 17:37:32 +01:00
ThomasV
8090098d90 version 1.9.6. also, reset seed_version in version.py 2013-12-14 13:21:17 +01:00
ecdsa
8b4410d86a detect if electrum is offline during wallet creation 2013-12-14 10:20:40 +01:00
thomasv
f045490597 During wallet creation, do not write seed on disk before it is encrypted 2013-12-13 17:30:34 +01:00
ThomasV
60b6fd399d exit gracefully if host cannot be resolved. Fixes #488 2013-12-13 09:22:39 +01:00