ThomasV
|
7dd296273f
|
move daemon spawning code into NetworkProxy class
|
11 years ago |
ThomasV
|
0bb16f0836
|
add daemon port to config
|
11 years ago |
ThomasV
|
8395bfe67f
|
disable bip32 option before release
|
11 years ago |
ThomasV
|
c0378a5ba0
|
fix getservers: wait until they are available
|
11 years ago |
ThomasV
|
1b2f75bb84
|
do not display tx amounts in an offline wallet
|
11 years ago |
ThomasV
|
9543d2b5ec
|
catch exception in signrawtransaction, if wallet is not synchronized
|
11 years ago |
ThomasV
|
32cca276fe
|
don't use recent_servers if list from irc is available
|
11 years ago |
Maran
|
f56fbb509f
|
Merge branch 'master' of ssh://github.com/spesmilo/electrum
|
11 years ago |
Maran
|
bae36d658b
|
Remove theme image from setup.py
|
11 years ago |
ThomasV
|
e2c749cdab
|
bip32 uses compressed K
|
11 years ago |
ThomasV
|
f3b728989a
|
update default servers
|
11 years ago |
Maran
|
f87e482d63
|
Changed theme switching, probably fixes #509 as well
|
11 years ago |
Maran
|
bc1deaa6ba
|
Turned background into a resource to prevent path problems
|
11 years ago |
Maran
|
17997f4d8e
|
Implements theme loading without overwriting path
|
11 years ago |
ThomasV
|
b379a14cd2
|
guess seed_version on old wallets
|
11 years ago |
ThomasV
|
17fa611b80
|
revert load theme
|
11 years ago |
ThomasV
|
4e8bb4dac4
|
add tx direction info to default labels
|
11 years ago |
ThomasV
|
d57a026ae5
|
fix #585
|
11 years ago |
ThomasV
|
051853556e
|
change the format returned by history command
|
11 years ago |
ThomasV
|
dab31f0b47
|
fix issue #509
|
11 years ago |
ThomasV
|
92a161fafa
|
more release notes
|
11 years ago |
ThomasV
|
1085d56870
|
more release notes
|
11 years ago |
ThomasV
|
567d2e5ad3
|
address must be in wallet
|
11 years ago |
ThomasV
|
0eca30315c
|
release notes
|
11 years ago |
ThomasV
|
fb8e2fe7eb
|
change decrypt syntax
|
11 years ago |
ThomasV
|
1e6841f45d
|
Merge pull request #611 from wozz/exchange-rate-fix
fix bug for 0 transaction wallet
|
11 years ago |
ThomasV
|
960e7bc3df
|
fix reference to verifier
|
11 years ago |
ThomasV
|
9994bbc56f
|
sort by height
|
11 years ago |
ThomasV
|
0c786be46f
|
remove print statement
|
11 years ago |
ThomasV
|
489413d358
|
move start_daemon code to main script
|
11 years ago |
ThomasV
|
e6bbf22003
|
add server to daemon print statement
|
11 years ago |
ThomasV
|
0a1f6b5c43
|
fix return, debug flags
|
11 years ago |
ThomasV
|
919ec8e837
|
fix: missing import
|
11 years ago |
ThomasV
|
8f025db800
|
add missing Network methods to NetworkProxy
|
11 years ago |
ThomasV
|
b4bed1ccaa
|
remove blockchain object from verifier
|
11 years ago |
ThomasV
|
6e30894af6
|
daemon; initial commit
|
11 years ago |
ThomasV
|
55e4aa2a47
|
minor improvements to scripts
|
11 years ago |
ThomasV
|
f352832879
|
Merge branch 'master' of git://github.com/spesmilo/electrum
|
11 years ago |
ThomasV
|
6ecb977461
|
add password to sign hook
|
11 years ago |
ThomasV
|
5053f97dc2
|
Merge pull request #614 from wozz/print-seed
print statement should be debug only
|
11 years ago |
Michael Wozniak
|
820328781a
|
print statement should be debug only
comment print statement of seed
|
11 years ago |
Michael Wozniak
|
2fc3f408c8
|
Exception caused by tx_list not defined
I wasn't seeing this before, so I assume it could be a race condition if
the "load_wallet" function doesn't finish before the history tab is updated.
|
11 years ago |
Michael Wozniak
|
f434bac45a
|
fix bug for 0 transaction wallet
0 transaction wallet would return an error when getting transaction list
|
11 years ago |
ThomasV
|
7f96001463
|
Merge pull request #609 from wozz/bitven
BitcoinVenezeula Rates
|
11 years ago |
ThomasV
|
3d1a917150
|
Merge pull request #608 from wozz/locktime
display locktime for transaction
|
11 years ago |
ThomasV
|
400f88fcd5
|
Merge pull request #607 from wozz/keyerror
exchange rate bug fix
|
11 years ago |
Michael Wozniak
|
fbbf1970b6
|
BitcoinVenezeula Rates
Rates are taken from CoinDesk, modified for the true blackmarket rates,
not the "government approved" rates.
|
11 years ago |
Michael Wozniak
|
f5fb6ed194
|
display locktime for transaction
display locktime for transactions if it is greater than 0. Majority of
transactions will not display any value because default is 0.
|
11 years ago |
Michael Wozniak
|
05027c512e
|
exchange rate bug fix
|
11 years ago |
ThomasV
|
e55f27cdd7
|
Merge pull request #605 from CodingAnarchy/master
follow up to pull request #604
|
11 years ago |