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
CodingAnarchy
4b22844137
Merge remote-tracking branch 'upstream/master'
11 years ago
CodingAnarchy
7052bfc771
follow up to #604 - gtk gui
11 years ago
ThomasV
48e6dba684
follow-up to #604
11 years ago
ThomasV
fb53fc758d
Merge pull request #604 from CodingAnarchy/master
change estimated_fee to include 34 bytes per output instead of hard-code...
11 years ago
CodingAnarchy
b9bf3a2ee8
change estimated_fee to include 34 bytes per output instead of hard-coded 80 (issue #520 )
11 years ago
ThomasV
ad6a9084e5
Merge pull request #603 from wozz/exchange-fix-gui-hang
non blocking exchange rate API calls
11 years ago
Michael Wozniak
723b0e430f
non blocking exchange rate API calls
clear combo box while waiting
11 years ago
ThomasV
746225c05d
Merge pull request #602 from wozz/exchange-bavg
Add new exchange rate options
11 years ago
Michael Wozniak
0c59b4148d
Add new exchange rate options
BitcoinAverage added as new exchange rate option.
Add BitPay as new exchange rate API
Winkdex added as option for exchange rate - USD only
Cleanup exchange rate plugin
cavirtex exchange rate added
BTCChina - exchange rate
11 years ago
ThomasV
370e2dd7ec
increase timeout
11 years ago
ThomasV
b0796daee4
more legible output for scripts/peers
11 years ago
ThomasV
fa6e9c18b9
code cleanup: main menu
11 years ago
ThomasV
cef7bbf294
add get_public_key method to EC_KEY class
11 years ago
ThomasV
12e9f49042
fix: network.height() is a function
11 years ago
ThomasV
271dfeb245
eval arg passed to setconfig, to avoid storing boolean as string
11 years ago
ThomasV
da6f292dd5
encrypt/decrypt messages in gui
11 years ago
ThomasV
1face99346
code cleanup
11 years ago
ThomasV
3e014d05c1
move menu separator
11 years ago
ThomasV
d0ccb5b2ff
Merge pull request #596 from wozz/exchangerate-history
Add history fiat tx value for exchange plugin
11 years ago
Michael Wozniak
3a078f507c
update for new transactions with exchange plugin
new transactions aren't already loaded to the wallet when the update is
run. this catches the exception and gets the transaction value
11 years ago
Michael Wozniak
f9a52684e3
Add history fiat tx value for exchange plugin
Added coindesk BPI rate calculation for transaction values in history.
Coindesk currently only provides this functionality for USD, so it is
only available when the Coindesk and USD combination has been
selected.
11 years ago