Commit Graph

1362 Commits

Author SHA1 Message Date
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
kazcw
ae028e780d select addresses to send from
based on branch by bkkcoins
2013-11-16 10:52:44 +01:00
ThomasV
cff8515e3c on sl error: print exception inside for loop, and do not continue the loop 2013-11-14 09:23:38 +01:00
Emery Hemingway
8f87f7e954 IPv6 support 2013-11-13 14:46:36 -05:00
Michael Wozniak
433a3ba0fe Mac OSX bitcoin: URI updates 2013-11-13 05:59:36 -06:00
ThomasV
0a9ca37099 Merge branch 'master' of git://github.com/spesmilo/electrum 2013-11-12 22:47:55 +01:00
ThomasV
e4052a3852 1.9.4 2013-11-12 22:47:52 +01:00
iceTwy
7699c2922e Add all missing French translation strings
Wikia revision: 4190
2013-11-12 20:10:27 +01:00
ThomasV
7ead6d18f2 fix tx signing with watching only wallets 2013-11-12 11:14:16 +01:00
ThomasV
df76aac2db fix bug with hex_to_int; remove unused function 2013-11-12 10:14:29 +01:00
Bryan Stitt
91061752cf stop using eval 2013-11-11 22:03:20 -08:00
maxplm
2f8b8bdaa7 Update version.py
Updated to pull 4183 from wikia because of 100% completed german translation.
2013-11-11 23:41:19 +01:00
ThomasV
588f8fd110 wallet: call create_accounts in save_seed 2013-11-11 17:41:46 +01:00
ThomasV
ee141f6d37 fix connect on windows 2013-11-11 16:59:36 +01:00
ThomasV
2321cb9bb3 print less debug messages 2013-11-11 16:23:17 +01:00
ThomasV
1f13b2f4f3 network.send method 2013-11-11 16:18:40 +01:00
ThomasV
4eb767492b version 1.9.3 2013-11-11 10:36:43 +01:00
ThomasV
9db6f0c3b7 fix side effect in get_unspent_coins, causing transactions to be rejected 2013-11-11 10:35:28 +01:00
thomasv
eae0c7c3b9 get_private_key: call get_seed first in order to check password 2013-11-10 15:22:22 +01:00
ThomasV
ff647c79fd Merge pull request #374 from nolith/master
allow to connect to one server only
2013-11-10 02:55:33 -08:00
ThomasV
57e7eb2ff9 wallet.py: use get_seed in update_password 2013-11-10 11:51:56 +01:00
Bryan Stitt
225d8b83a3 don't use bare except 2013-11-09 21:23:57 -08:00
Bryan Stitt
f0eb0eccde replace BaseException with Exception 2013-11-09 20:21:02 -08:00
Eagle[TM]
ba9782eec6 Update default server list (disable servers with failed/expired certs) 2013-11-10 01:26:06 +01:00
ThomasV
adcda6153d Merge branch 'master' of git://github.com/spesmilo/electrum 2013-11-09 08:15:51 +01:00
ThomasV
30934b69db call check_seed in get_seed 2013-11-09 08:15:46 +01:00
thomasv
48bd2557b7 fix: store seed version 2013-11-08 12:35:27 +01:00
ThomasV
e4cdc4da0f dust threshold 2013-11-06 23:09:24 +01:00
Alessio Caiazza
423ed77305 allow to connect to one server only
This changeset allow to disable block headers retrieval from multiple
servers.
2013-11-06 18:02:37 +01:00
ThomasV
4f15ea12e4 1.9.2 2013-11-06 06:32:41 +01:00
ThomasV
2cd12f52d4 1.9.1: bug fixes 2013-11-05 23:28:04 +01:00
ThomasV
f340f08a6e fix for portable version: use its own directory 2013-11-05 23:02:51 +01:00
ThomasV
c84cc5bb8b do not return history if offline 2013-11-05 19:18:23 +01:00
ThomasV
b1472ba1a7 fix regression: offline mode 2013-11-05 18:55:53 +01:00
Wallacoloo
cd24eb4feb Fixed indexing a function rather than calling it in WalletStorage.put 2013-11-04 19:36:09 -08:00
ThomasV
6197b8b8dc fix validateaddress 2013-11-04 12:41:43 +01:00
ThomasV
536c898b59 restore from master public key with seed v4 2013-11-03 14:14:35 +01:00
ThomasV
c2f2ec2a8c rm debug message 2013-11-03 11:06:57 +01:00
ThomasV
d8626793bc fix: wait_for_network 2013-11-02 18:10:18 +01:00
ThomasV
6a7e13b63b Merge pull request #354 from rdymac/patch-1
latest wikia version, tested
2013-11-02 05:01:00 -07:00
ThomasV
4714160f17 fix redeemPubKey for imported keys (fixes issue #350) 2013-11-02 13:00:10 +01:00
rdymac
9bf1dac4c2 latest wikia version, tested
latest wikia version with 1.9 strings
2013-11-02 12:40:59 +01:00
ThomasV
67d185d7f0 offline signing with seed_v4 2013-11-01 13:31:13 +01:00
ThomasV
cf38e1e47c fix: offline signing 2013-11-01 13:10:27 +01:00
ThomasV
999bf3d2fd minor fix: restore from hexadecimal seed 2013-11-01 10:34:29 +01:00
thomasv
71429ef4bd no keyid for imported keys 2013-10-31 17:00:20 +01:00
thomasv
4ef6adf3ce exit after seed message 2013-10-31 15:42:52 +01:00
thomasv
83b885c702 fix mnemonic decode 2013-10-31 15:40:10 +01:00
thomasv
5a3b80cfb2 disable bip32 2013-10-31 13:28:52 +01:00
ThomasV
5cb1d6afda seed prefix 01 2013-10-31 09:32:22 +01:00
ThomasV
31aaae8ed2 seed v6 2013-10-26 16:40:05 +02:00
ThomasV
07bdd6c494 move old wallet to subdir 2013-10-24 11:43:55 +02:00
ThomasV
aaaeac3535 create a subdirectory for wallets, under default path 2013-10-24 10:03:48 +02:00
ThomasV
8b1c6fba68 remove -b option for listaddresses (fix issue #343) 2013-10-24 09:45:41 +02:00
AdamISZ
399f901479 import Transaction object for multisig to work 2013-10-21 23:19:30 +03:00
ThomasV
554d8dd3b7 fix typo in help 2013-10-18 12:28:58 +02:00
Eagle[TM]
dca000568f Update default server list 2013-10-17 01:44:21 +02:00
ThomasV
7deec48705 pass chain to get_target (fixes issue #316) 2013-10-16 14:42:52 +02:00
ThomasV
3aa76f1808 fix bug with chunk requestor 2013-10-15 18:23:47 +02:00
ThomasV
9d3c8efdda bug fix: seed_version 2013-10-15 11:00:36 +02:00
thomasv
a9d341ec9c move pending accounts logic into wallet.py 2013-10-12 13:55:48 +02:00
thomasv
5125ee43de fix parameters in mktx_from_account 2013-10-10 10:43:00 +02:00
ThomasV
5133ef7a7a Merge pull request #332 from rdymac/translations-and-fixes
Translations, fixes, line breaks and blank spaces
2013-10-10 01:15:35 -07:00
thomasv
dfb2d12602 fix: height() 2013-10-10 10:01:44 +02:00
rdymac
c558d1b612 latest wikia version need to be checked before release
pump the wikia version to the latest strings added for translation,
this need to be checked again for futher editions before release

+45 new text strings added
2013-10-10 03:56:52 +02:00
ThomasV
116b10cc11 replace blockchain.height with height(), and fix server_lag issue 2013-10-09 10:04:32 +02:00
ThomasV
83e699c314 sanitize server in interface.py (fix bug #309) 2013-10-08 19:52:17 +02:00
ThomasV
367b11681b fix offline signing: redeemPubkey was missing 2013-10-08 19:24:22 +02:00
ThomasV
491aab4afc network.default_server shouldnever be None 2013-10-08 16:52:50 +02:00