Commit Graph

1330 Commits

Author SHA1 Message Date
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
ThomasV 3467bd0101 Merge pull request #499 from shunyata/bugfix/synchronizer-attribute-is-uninitialized
wallet.synchronizer should exist at construction.
2013-12-12 15:23:20 -08:00
shunyata de1a0f5690 wallet.synchronizer should exist at construction.
The `self.synchronizer` attribute is accessed before it ever exists when using
`electrum importprivkey` on the command line. This change sets it to None,
which is a valid state, in the wallet's constructor.
2013-12-12 17:36:17 -05:00
thomasv 1004fbd8f8 fix offline signing with key>5 2013-12-11 11:45:32 +01:00
Jud Stephenson 03a6791bcb Set initial 'running' attribute in Network class
This was causing a AttributeError when network.is_running() was called before the network was started.
2013-12-08 17:08:06 -05:00
flatfly 4d085f111c fix for getversion
i had pasted the wrong definition, sorry
2013-12-01 14:38:27 +01:00
flatfly 6751d23c79 added getversion command 2013-12-01 09:42:22 +01:00
Zomnut 712ef8c93b Fix for resetting options to default on program start when in portable mode. 2013-11-29 09:50:54 -05:00
rdymac 4cdbcf0c1b Changed - to _ as mentioned in #458
Changed - to _ as mentioned in #458
2013-11-25 14:17:44 +01:00
ThomasV 9b22372c43 remove prioritize altogether. 2013-11-22 16:55:43 +01:00
ThomasV 00cbb93e96 version 195 2013-11-22 15:53:50 +01:00
thomasv 664e1f6801 remove translation_id 2013-11-22 13:45:40 +01:00
rdymac bdb471da33 pt-PT Portuguese
pt-PT Portuguese
2013-11-22 13:45:03 +01:00
ThomasV 3616116118 Merge pull request #449 from thgh/move-to-crowdin
Move to Crowdin platform
2013-11-22 03:03:59 -08:00
thgh e3475b1f91 Move to Crowdin platform 2013-11-21 19:44:45 +01:00
ThomasV d66b46e9f6 Merge pull request #435 from Coin-Escrow/master
more strings, see issue 434
2013-11-19 22:46:02 -08:00
ThomasV 6dc9bfbe07 fix default value in storage.get 2013-11-20 07:37:14 +01:00
Juho Östman 27b08a8ea2 Allow password to have non-ASCII characters 2013-11-18 23:31:45 +02:00
Coin-Escrow e80e4cf6f7 more strings, see issue 434 2013-11-17 11:42:10 +01:00
Coin-Escrow 6b07d1a1cb Full Italian translation 2013-11-16 18:44:59 +01:00
kazcw 3628f6430e clean up sending address input
in particular fee calculation was off for send-from
2013-11-16 10:52:44 +01:00