Commit Graph

3231 Commits

Author SHA1 Message Date
ThomasV 567d2e5ad3 address must be in wallet 2014-03-11 14:16:11 +01:00
ThomasV 0eca30315c release notes 2014-03-11 14:12:48 +01:00
ThomasV fb8e2fe7eb change decrypt syntax 2014-03-11 14:11:45 +01:00
ThomasV 1e6841f45d Merge pull request #611 from wozz/exchange-rate-fix
fix bug for 0 transaction wallet
2014-03-11 13:37:45 +01:00
ThomasV 960e7bc3df fix reference to verifier 2014-03-11 09:38:08 +01:00
ThomasV 9994bbc56f sort by height 2014-03-11 09:37:39 +01:00
ThomasV 0c786be46f remove print statement 2014-03-11 08:37:58 +01:00
ThomasV 489413d358 move start_daemon code to main script 2014-03-11 08:33:58 +01:00
ThomasV e6bbf22003 add server to daemon print statement 2014-03-11 07:18:50 +01:00
ThomasV 0a1f6b5c43 fix return, debug flags 2014-03-11 07:12:57 +01:00
ThomasV 919ec8e837 fix: missing import 2014-03-11 07:04:25 +01:00
ThomasV 8f025db800 add missing Network methods to NetworkProxy 2014-03-10 20:58:18 +01:00
ThomasV b4bed1ccaa remove blockchain object from verifier 2014-03-10 20:53:05 +01:00
ThomasV 6e30894af6 daemon; initial commit 2014-03-10 16:16:27 +01:00
ThomasV 55e4aa2a47 minor improvements to scripts 2014-03-10 16:14:45 +01:00
ThomasV f352832879 Merge branch 'master' of git://github.com/spesmilo/electrum 2014-03-10 16:05:57 +01:00
ThomasV 6ecb977461 add password to sign hook 2014-03-10 16:05:54 +01:00
ThomasV 5053f97dc2 Merge pull request #614 from wozz/print-seed
print statement should be debug only
2014-03-10 13:16:38 +01:00
Michael Wozniak 820328781a print statement should be debug only
comment print statement of seed
2014-03-09 23:27:40 -04:00
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.
2014-03-07 23:10:36 -05:00
Michael Wozniak f434bac45a fix bug for 0 transaction wallet
0 transaction wallet would return an error when getting transaction list
2014-03-07 22:51:58 -05:00
ThomasV 7f96001463 Merge pull request #609 from wozz/bitven
BitcoinVenezeula Rates
2014-03-06 09:44:53 +01:00
ThomasV 3d1a917150 Merge pull request #608 from wozz/locktime
display locktime for transaction
2014-03-06 09:44:24 +01:00
ThomasV 400f88fcd5 Merge pull request #607 from wozz/keyerror
exchange rate bug fix
2014-03-06 09:43:48 +01:00
Michael Wozniak fbbf1970b6 BitcoinVenezeula Rates
Rates are taken from CoinDesk, modified for the true blackmarket rates,
not the "government approved" rates.
2014-03-05 17:13:34 -05:00
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.
2014-03-05 16:38:34 -05:00
Michael Wozniak 05027c512e exchange rate bug fix 2014-03-05 16:03:56 -05:00
ThomasV e55f27cdd7 Merge pull request #605 from CodingAnarchy/master
follow up to pull request #604
2014-03-05 18:12:22 +01:00
CodingAnarchy 4b22844137 Merge remote-tracking branch 'upstream/master' 2014-03-05 01:53:33 -07:00
CodingAnarchy 7052bfc771 follow up to #604 - gtk gui 2014-03-05 01:51:41 -07:00
ThomasV 48e6dba684 follow-up to #604 2014-03-05 09:35:54 +01:00
ThomasV fb53fc758d Merge pull request #604 from CodingAnarchy/master
change estimated_fee to include 34 bytes per output instead of hard-code...
2014-03-05 09:30:43 +01:00
CodingAnarchy b9bf3a2ee8 change estimated_fee to include 34 bytes per output instead of hard-coded 80 (issue #520) 2014-03-05 01:01:09 -07:00
ThomasV ad6a9084e5 Merge pull request #603 from wozz/exchange-fix-gui-hang
non blocking exchange rate API calls
2014-03-05 08:56:34 +01:00
Michael Wozniak 723b0e430f non blocking exchange rate API calls
clear combo box while waiting
2014-03-05 02:24:20 -05:00
ThomasV 746225c05d Merge pull request #602 from wozz/exchange-bavg
Add new exchange rate options
2014-03-05 06:41:39 +01:00
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
2014-03-04 23:57:32 -05:00
ThomasV 370e2dd7ec increase timeout 2014-03-04 22:49:43 +01:00
ThomasV b0796daee4 more legible output for scripts/peers 2014-03-04 22:31:12 +01:00
ThomasV fa6e9c18b9 code cleanup: main menu 2014-03-04 16:49:31 +01:00
ThomasV cef7bbf294 add get_public_key method to EC_KEY class 2014-03-04 16:33:25 +01:00
ThomasV 12e9f49042 fix: network.height() is a function 2014-03-04 14:32:52 +01:00
ThomasV 271dfeb245 eval arg passed to setconfig, to avoid storing boolean as string 2014-03-03 12:29:10 +01:00
ThomasV da6f292dd5 encrypt/decrypt messages in gui 2014-03-03 10:39:10 +01:00
ThomasV 1face99346 code cleanup 2014-03-03 09:03:05 +01:00
ThomasV 3e014d05c1 move menu separator 2014-03-03 08:57:30 +01:00
ThomasV d0ccb5b2ff Merge pull request #596 from wozz/exchangerate-history
Add history fiat tx value for exchange plugin
2014-03-03 06:59:14 +01:00
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
2014-03-02 22:18:26 -05:00
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.
2014-03-02 21:08:46 -05:00
ThomasV 7247eb73f3 Merge pull request #595 from wozz/coinbase-rate
Add Coinbase exchange rate option
2014-03-02 21:40:07 +01:00