ThomasV
de94eaadeb
fix issue occuring with set_server
11 years ago
ecdsa
ae654b30b9
fix: pending_servers
11 years ago
ecdsa
8140d6c78e
fix typo
11 years ago
ecdsa
d140383d03
exit wait_until_connected() when all servers have been tried
11 years ago
ThomasV
4446cf44c7
don't set network.interface to None when disconnetced
11 years ago
thomasv
942d009661
network.pending_servers, to avoid connecting the same server multiple times
11 years ago
thomasv
c7694a87e7
cleanup code in network.py
11 years ago
ThomasV
8090098d90
version 1.9.6. also, reset seed_version in version.py
11 years ago
ecdsa
8b4410d86a
detect if electrum is offline during wallet creation
11 years ago
thomasv
f045490597
During wallet creation, do not write seed on disk before it is encrypted
11 years ago
ThomasV
60b6fd399d
exit gracefully if host cannot be resolved. Fixes #488
11 years ago
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.
11 years ago
thomasv
1004fbd8f8
fix offline signing with key>5
11 years ago
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.
11 years ago
flatfly
4d085f111c
fix for getversion
i had pasted the wrong definition, sorry
11 years ago
flatfly
6751d23c79
added getversion command
11 years ago
Zomnut
712ef8c93b
Fix for resetting options to default on program start when in portable mode.
11 years ago
rdymac
4cdbcf0c1b
Changed - to _ as mentioned in #458
Changed - to _ as mentioned in #458
11 years ago
ThomasV
9b22372c43
remove prioritize altogether.
11 years ago
ThomasV
00cbb93e96
version 195
11 years ago
thomasv
664e1f6801
remove translation_id
11 years ago
rdymac
bdb471da33
pt-PT Portuguese
pt-PT Portuguese
11 years ago
thgh
e3475b1f91
Move to Crowdin platform
11 years ago
ThomasV
6dc9bfbe07
fix default value in storage.get
11 years ago
Juho Östman
27b08a8ea2
Allow password to have non-ASCII characters
11 years ago
Coin-Escrow
e80e4cf6f7
more strings, see issue 434
11 years ago
Coin-Escrow
6b07d1a1cb
Full Italian translation
11 years ago
kazcw
3628f6430e
clean up sending address input
in particular fee calculation was off for send-from
11 years ago
kazcw
ae028e780d
select addresses to send from
based on branch by bkkcoins
11 years ago
ThomasV
cff8515e3c
on sl error: print exception inside for loop, and do not continue the loop
11 years ago
Emery Hemingway
8f87f7e954
IPv6 support
11 years ago
Michael Wozniak
433a3ba0fe
Mac OSX bitcoin: URI updates
11 years ago
ThomasV
e4052a3852
1.9.4
11 years ago
iceTwy
7699c2922e
Add all missing French translation strings
Wikia revision: 4190
11 years ago
ThomasV
7ead6d18f2
fix tx signing with watching only wallets
11 years ago
ThomasV
df76aac2db
fix bug with hex_to_int; remove unused function
11 years ago
Bryan Stitt
91061752cf
stop using eval
11 years ago
maxplm
2f8b8bdaa7
Update version.py
Updated to pull 4183 from wikia because of 100% completed german translation.
11 years ago
ThomasV
588f8fd110
wallet: call create_accounts in save_seed
11 years ago
ThomasV
ee141f6d37
fix connect on windows
11 years ago
ThomasV
2321cb9bb3
print less debug messages
11 years ago
ThomasV
1f13b2f4f3
network.send method
11 years ago
ThomasV
4eb767492b
version 1.9.3
11 years ago
ThomasV
9db6f0c3b7
fix side effect in get_unspent_coins, causing transactions to be rejected
11 years ago
thomasv
eae0c7c3b9
get_private_key: call get_seed first in order to check password
11 years ago
ThomasV
57e7eb2ff9
wallet.py: use get_seed in update_password
11 years ago
Bryan Stitt
225d8b83a3
don't use bare except
11 years ago
Bryan Stitt
f0eb0eccde
replace BaseException with Exception
11 years ago
Eagle[TM]
ba9782eec6
Update default server list (disable servers with failed/expired certs)
11 years ago
ThomasV
30934b69db
call check_seed in get_seed
11 years ago