Commit Graph

3365 Commits

Author SHA1 Message Date
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
Michael Wozniak c582194bdc Add Coinbase exchange rate option
Add Coinbase exchange rate option in exchange rate plugin
2014-03-02 15:34:38 -05:00
ThomasV be98ea55f9 Merge pull request #594 from wozz/exchange-settings
add ok button for currencies
2014-03-02 21:12:47 +01:00
Michael Wozniak 501996c145 add ok button for currencies
also update the currency list when changing exchanges.  defaults to
first in list if current selected currency is not available on the other
exchange
2014-03-02 15:07:09 -05:00
ThomasV daf15a10bf cleanup 2014-03-02 20:36:54 +01:00
ThomasV 37cf6925cf Merge branch 'verify-message' of github.com:wozz/electrum into wozz-verify-message 2014-03-02 20:26:42 +01:00
Michael Wozniak b16035c5de change remove tabs for verify/sign
verify message is in the drop down menus and sign is in the receive tab
drop down for each address
2014-03-02 14:20:21 -05:00
ThomasV d160851496 Merge pull request #592 from wozz/exchange-settings
Set default exchange to Blockchain.info
2014-03-02 19:49:05 +01:00
ThomasV 9d5f39c235 fix createrawtransaction (issue #574) 2014-03-02 19:24:44 +01:00
ThomasV 2070672ac7 improve help messages for options 2014-03-02 19:23:54 +01:00
Michael Wozniak e86734fccb Add tools menu function for Verify message
add separate menu option to verify message because verifying a message
does not need to be tied to a specific address
2014-03-02 13:08:11 -05:00
Michael Wozniak fd6c6f209a Set default exchange to Blockchain.info
set default exchange to Blockchain.info, which will force the config to
be updated if the exchange is changed.
2014-03-02 12:37:14 -05:00
ThomasV 746cf6f7f3 Merge pull request #588 from wozz/for-upstream
Add CoinDesk BPI for exchange rate
2014-03-02 18:21:03 +01:00
ThomasV 4a97aa1d1e show txids in the list of transaction inputs 2014-03-02 18:11:56 +01:00
ThomasV b6d541ef8e Merge pull request #591 from dabura667/Blockchainlink
Add link in history to view the tx on blockchain.info
2014-03-02 18:02:21 +01:00
ThomasV 9bebc05149 fix bug in chunk validation 2014-03-02 17:43:46 +01:00
dabura667 0ad491b727 Add link in history to view the tx on blockchain
Mostly a convenience thing. webbrowser should work with Mac OS, but I
have no environment to check with.
Win and Linux both open the url fine in the default browser.
2014-03-02 21:19:49 +09:00