electrum-nvc.git
10 years agoTurned background into a resource to prevent path problems
Maran [Thu, 13 Mar 2014 10:55:51 +0000]
Turned background into a resource to prevent path problems

10 years agoImplements theme loading without overwriting path
Maran [Thu, 13 Mar 2014 09:55:27 +0000]
Implements theme loading without overwriting path

10 years agoguess seed_version on old wallets
ThomasV [Thu, 13 Mar 2014 09:42:39 +0000]
guess seed_version on old wallets

10 years agorevert load theme
ThomasV [Thu, 13 Mar 2014 07:38:25 +0000]
revert load theme

10 years agoadd tx direction info to default labels
ThomasV [Wed, 12 Mar 2014 09:16:51 +0000]
add tx direction info to default labels

10 years agofix #585
ThomasV [Wed, 12 Mar 2014 09:04:08 +0000]
fix #585

10 years agochange the format returned by history command
ThomasV [Wed, 12 Mar 2014 08:52:17 +0000]
change the format returned by history command

10 years agofix issue #509
ThomasV [Tue, 11 Mar 2014 14:05:54 +0000]
fix issue #509

10 years agomore release notes
ThomasV [Tue, 11 Mar 2014 13:42:13 +0000]
more release notes

10 years agomore release notes
ThomasV [Tue, 11 Mar 2014 13:31:45 +0000]
more release notes

10 years agoaddress must be in wallet
ThomasV [Tue, 11 Mar 2014 13:16:11 +0000]
address must be in wallet

10 years agorelease notes
ThomasV [Tue, 11 Mar 2014 13:12:48 +0000]
release notes

10 years agochange decrypt syntax
ThomasV [Tue, 11 Mar 2014 13:11:45 +0000]
change decrypt syntax

10 years agoMerge pull request #611 from wozz/exchange-rate-fix
ThomasV [Tue, 11 Mar 2014 12:37:45 +0000]
Merge pull request #611 from wozz/exchange-rate-fix

fix bug for 0 transaction wallet

10 years agofix reference to verifier
ThomasV [Tue, 11 Mar 2014 08:38:08 +0000]
fix reference to verifier

10 years agosort by height
ThomasV [Tue, 11 Mar 2014 08:37:39 +0000]
sort by height

10 years agoremove print statement
ThomasV [Tue, 11 Mar 2014 07:37:58 +0000]
remove print statement

10 years agomove start_daemon code to main script
ThomasV [Tue, 11 Mar 2014 07:33:58 +0000]
move start_daemon code to main script

10 years agoadd server to daemon print statement
ThomasV [Tue, 11 Mar 2014 06:18:50 +0000]
add server to daemon print statement

10 years agofix return, debug flags
ThomasV [Tue, 11 Mar 2014 06:12:57 +0000]
fix return, debug flags

10 years agofix: missing import
ThomasV [Tue, 11 Mar 2014 06:04:25 +0000]
fix: missing import

10 years agoadd missing Network methods to NetworkProxy
ThomasV [Mon, 10 Mar 2014 19:58:18 +0000]
add missing Network methods to NetworkProxy

10 years agoremove blockchain object from verifier
ThomasV [Mon, 10 Mar 2014 19:53:05 +0000]
remove blockchain object from verifier

10 years agodaemon; initial commit
ThomasV [Mon, 10 Mar 2014 15:16:27 +0000]
daemon; initial commit

10 years agominor improvements to scripts
ThomasV [Mon, 10 Mar 2014 15:14:45 +0000]
minor improvements to scripts

10 years agoMerge branch 'master' of git://github.com/spesmilo/electrum
ThomasV [Mon, 10 Mar 2014 15:05:57 +0000]
Merge branch 'master' of git://github.com/spesmilo/electrum

10 years agoadd password to sign hook
ThomasV [Mon, 10 Mar 2014 15:05:54 +0000]
add password to sign hook

10 years agoMerge pull request #614 from wozz/print-seed
ThomasV [Mon, 10 Mar 2014 12:16:38 +0000]
Merge pull request #614 from wozz/print-seed

print statement should be debug only

10 years agoprint statement should be debug only
Michael Wozniak [Mon, 10 Mar 2014 03:27:40 +0000]
print statement should be debug only

comment print statement of seed

10 years agoException caused by tx_list not defined
Michael Wozniak [Sat, 8 Mar 2014 04:10:36 +0000]
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.

10 years agofix bug for 0 transaction wallet
Michael Wozniak [Sat, 8 Mar 2014 03:51:58 +0000]
fix bug for 0 transaction wallet

0 transaction wallet would return an error when getting transaction list

10 years agoMerge pull request #609 from wozz/bitven
ThomasV [Thu, 6 Mar 2014 08:44:53 +0000]
Merge pull request #609 from wozz/bitven

BitcoinVenezeula Rates

10 years agoMerge pull request #608 from wozz/locktime
ThomasV [Thu, 6 Mar 2014 08:44:24 +0000]
Merge pull request #608 from wozz/locktime

display locktime for transaction

10 years agoMerge pull request #607 from wozz/keyerror
ThomasV [Thu, 6 Mar 2014 08:43:48 +0000]
Merge pull request #607 from wozz/keyerror

exchange rate bug fix

10 years agoBitcoinVenezeula Rates
Michael Wozniak [Wed, 5 Mar 2014 22:13:34 +0000]
BitcoinVenezeula Rates

Rates are taken from CoinDesk, modified for the true blackmarket rates,
not the "government approved" rates.

10 years agodisplay locktime for transaction
Michael Wozniak [Wed, 5 Mar 2014 21:04:31 +0000]
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.

10 years agoexchange rate bug fix
Michael Wozniak [Wed, 5 Mar 2014 21:03:56 +0000]
exchange rate bug fix

10 years agoMerge pull request #605 from CodingAnarchy/master
ThomasV [Wed, 5 Mar 2014 17:12:22 +0000]
Merge pull request #605 from CodingAnarchy/master

follow up to pull request #604

10 years agoMerge remote-tracking branch 'upstream/master'
CodingAnarchy [Wed, 5 Mar 2014 08:53:33 +0000]
Merge remote-tracking branch 'upstream/master'

10 years agofollow up to #604 - gtk gui
CodingAnarchy [Wed, 5 Mar 2014 08:51:41 +0000]
follow up to #604 - gtk gui

10 years agofollow-up to #604
ThomasV [Wed, 5 Mar 2014 08:35:54 +0000]
follow-up to #604

10 years agoMerge pull request #604 from CodingAnarchy/master
ThomasV [Wed, 5 Mar 2014 08:30:43 +0000]
Merge pull request #604 from CodingAnarchy/master

change estimated_fee to include 34 bytes per output instead of hard-code...

10 years agochange estimated_fee to include 34 bytes per output instead of hard-coded 80 (issue...
CodingAnarchy [Wed, 5 Mar 2014 08:01:09 +0000]
change estimated_fee to include 34 bytes per output instead of hard-coded 80 (issue #520)

10 years agoMerge pull request #603 from wozz/exchange-fix-gui-hang
ThomasV [Wed, 5 Mar 2014 07:56:34 +0000]
Merge pull request #603 from wozz/exchange-fix-gui-hang

non blocking exchange rate API calls

10 years agonon blocking exchange rate API calls
Michael Wozniak [Wed, 5 Mar 2014 07:24:20 +0000]
non blocking exchange rate API calls

clear combo box while waiting

10 years agoMerge pull request #602 from wozz/exchange-bavg
ThomasV [Wed, 5 Mar 2014 05:41:39 +0000]
Merge pull request #602 from wozz/exchange-bavg

Add new exchange rate options

10 years agoAdd new exchange rate options
Michael Wozniak [Tue, 4 Mar 2014 14:27:39 +0000]
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

10 years agoincrease timeout
ThomasV [Tue, 4 Mar 2014 21:49:43 +0000]
increase timeout

10 years agomore legible output for scripts/peers
ThomasV [Tue, 4 Mar 2014 21:31:12 +0000]
more legible output for scripts/peers

10 years agocode cleanup: main menu
ThomasV [Tue, 4 Mar 2014 15:49:31 +0000]
code cleanup: main menu

10 years agoadd get_public_key method to EC_KEY class
ThomasV [Tue, 4 Mar 2014 15:33:25 +0000]
add get_public_key method to EC_KEY class

10 years agofix: network.height() is a function
ThomasV [Tue, 4 Mar 2014 13:32:52 +0000]
fix: network.height() is a function

10 years agoeval arg passed to setconfig, to avoid storing boolean as string
ThomasV [Mon, 3 Mar 2014 11:29:10 +0000]
eval arg passed to setconfig, to avoid storing boolean as string

10 years agoencrypt/decrypt messages in gui
ThomasV [Mon, 3 Mar 2014 09:39:10 +0000]
encrypt/decrypt messages in gui

10 years agocode cleanup
ThomasV [Mon, 3 Mar 2014 08:03:05 +0000]
code cleanup

10 years agomove menu separator
ThomasV [Mon, 3 Mar 2014 07:57:30 +0000]
move menu separator

10 years agoMerge pull request #596 from wozz/exchangerate-history
ThomasV [Mon, 3 Mar 2014 05:59:14 +0000]
Merge pull request #596 from wozz/exchangerate-history

Add history fiat tx value for exchange plugin

10 years agoupdate for new transactions with exchange plugin
Michael Wozniak [Mon, 3 Mar 2014 03:18:26 +0000]
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

10 years agoAdd history fiat tx value for exchange plugin
Michael Wozniak [Mon, 3 Mar 2014 02:08:46 +0000]
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.

10 years agoMerge pull request #595 from wozz/coinbase-rate
ThomasV [Sun, 2 Mar 2014 20:40:07 +0000]
Merge pull request #595 from wozz/coinbase-rate

Add Coinbase exchange rate option

10 years agoAdd Coinbase exchange rate option
Michael Wozniak [Sun, 2 Mar 2014 20:34:38 +0000]
Add Coinbase exchange rate option

Add Coinbase exchange rate option in exchange rate plugin

10 years agoMerge pull request #594 from wozz/exchange-settings
ThomasV [Sun, 2 Mar 2014 20:12:47 +0000]
Merge pull request #594 from wozz/exchange-settings

add ok button for currencies

10 years agoadd ok button for currencies
Michael Wozniak [Sun, 2 Mar 2014 20:07:09 +0000]
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

10 years agocleanup
ThomasV [Sun, 2 Mar 2014 19:36:54 +0000]
cleanup

10 years agoMerge branch 'verify-message' of github.com:wozz/electrum into wozz-verify-message
ThomasV [Sun, 2 Mar 2014 19:26:42 +0000]
Merge branch 'verify-message' of github.com:wozz/electrum into wozz-verify-message

10 years agochange remove tabs for verify/sign
Michael Wozniak [Sun, 2 Mar 2014 19:20:21 +0000]
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

10 years agoMerge pull request #592 from wozz/exchange-settings
ThomasV [Sun, 2 Mar 2014 18:49:05 +0000]
Merge pull request #592 from wozz/exchange-settings

Set default exchange to Blockchain.info

10 years agofix createrawtransaction (issue #574)
ThomasV [Sun, 2 Mar 2014 18:24:44 +0000]
fix createrawtransaction (issue #574)

10 years agoimprove help messages for options
ThomasV [Sun, 2 Mar 2014 18:23:54 +0000]
improve help messages for options

10 years agoAdd tools menu function for Verify message
Michael Wozniak [Sun, 2 Mar 2014 18:08:11 +0000]
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

10 years agoSet default exchange to Blockchain.info
Michael Wozniak [Sun, 2 Mar 2014 17:37:14 +0000]
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.

10 years agoMerge pull request #588 from wozz/for-upstream
ThomasV [Sun, 2 Mar 2014 17:21:03 +0000]
Merge pull request #588 from wozz/for-upstream

Add CoinDesk BPI for exchange rate

10 years agoshow txids in the list of transaction inputs
ThomasV [Sun, 2 Mar 2014 17:11:56 +0000]
show txids in the list of transaction inputs

10 years agoMerge pull request #591 from dabura667/Blockchainlink
ThomasV [Sun, 2 Mar 2014 17:02:21 +0000]
Merge pull request #591 from dabura667/Blockchainlink

Add link in history to view the tx on blockchain.info

10 years agofix bug in chunk validation
ThomasV [Sun, 2 Mar 2014 16:43:46 +0000]
fix bug in chunk validation

10 years agoAdd link in history to view the tx on blockchain
dabura667 [Sun, 2 Mar 2014 12:19:49 +0000]
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.

10 years agorename command: getutxoaddress
ThomasV [Sun, 2 Mar 2014 10:02:45 +0000]
rename command: getutxoaddress

10 years agoadd timeout to daemon, update getaddressbalance
ThomasV [Sun, 2 Mar 2014 09:31:34 +0000]
add timeout to daemon, update getaddressbalance

10 years agoMerge pull request #590 from wozz/priv-qr-code
ThomasV [Sun, 2 Mar 2014 05:28:56 +0000]
Merge pull request #590 from wozz/priv-qr-code

Add QR Display for Private Key export

10 years agoAdd QR Display for Private Key export
Michael Wozniak [Sun, 2 Mar 2014 01:37:01 +0000]
Add QR Display for Private Key export

10 years agoAdd CoinDesk BPI for exchange rate
Michael Wozniak [Sat, 1 Mar 2014 05:51:21 +0000]
Add CoinDesk BPI for exchange rate

Add CoinDesk BPI for exchange rate options. Choose between blockchain
and coindesk on the plugin settings page.

10 years agoMerge pull request #564 from eternal-sorrow/master
ThomasV [Fri, 28 Feb 2014 15:30:31 +0000]
Merge pull request #564 from eternal-sorrow/master

Rewrite gtk gui with gtk3/pygobgect - thanks a lot

10 years agorestore from master public key (qt and command line)
ThomasV [Fri, 28 Feb 2014 14:43:06 +0000]
restore from master public key (qt and command line)

10 years agostart network daemon automatically when needed
ThomasV [Fri, 28 Feb 2014 13:33:56 +0000]
start network daemon automatically when needed

10 years agoMerge pull request #582 from dabura667/csvaddresserr
ThomasV [Thu, 27 Feb 2014 13:12:08 +0000]
Merge pull request #582 from dabura667/csvaddresserr

CSV: Show erroneous addresses in warning window.

10 years agoMerge pull request #584 from dabura667/historyUTF8
ThomasV [Thu, 27 Feb 2014 13:07:34 +0000]
Merge pull request #584 from dabura667/historyUTF8

Changed CSV History export to UTF-8 labels

10 years agoMerge branch '2.0'
ThomasV [Thu, 27 Feb 2014 09:41:22 +0000]
Merge branch '2.0'

10 years agorebrand this branch as 1.9.8
ThomasV [Thu, 27 Feb 2014 09:21:41 +0000]
rebrand this branch as 1.9.8

10 years agostrip whitespaces from seed
ThomasV [Wed, 26 Feb 2014 15:24:37 +0000]
strip whitespaces from seed

10 years agofix: do not create old_wallet if seed is empty because user typed gibberish
ThomasV [Wed, 26 Feb 2014 15:21:38 +0000]
fix: do not create old_wallet if seed is empty because user typed gibberish

10 years agoChanged CSV History export to UTF-8 labels
dabura667 [Wed, 26 Feb 2014 13:21:51 +0000]
Changed CSV History export to UTF-8 labels

Japanese characters were causing history to be aborted halfway through
export, so by changing the label to UTF-8 I was able to export the CSV
properly.

10 years agoIs_valid assert wasn't displaying anything.
dabura667 [Mon, 24 Feb 2014 17:49:51 +0000]
Is_valid assert wasn't displaying anything.

Fixed it with a message.

10 years agoCSV: Show erroneous addresses in warning window.
dabura667 [Mon, 24 Feb 2014 12:22:13 +0000]
CSV: Show erroneous addresses in warning window.

This will show all erroneous addresses given in a CSV import to the user
before returning out of the function.

10 years agostrip whitespaces from seed
ThomasV [Tue, 11 Feb 2014 14:27:28 +0000]
strip whitespaces from seed

10 years agoMerge pull request #566 from grnbrg/master
ThomasV [Tue, 11 Feb 2014 14:01:10 +0000]
Merge pull request #566 from grnbrg/master

urlparse puts arguements in uri.query, not uri.path.

10 years agoversion 1.9.8
ThomasV [Tue, 11 Feb 2014 13:54:46 +0000]
version 1.9.8

10 years agofix: do not create wallet if seed is empty because user typed gibberish
ThomasV [Tue, 11 Feb 2014 13:44:52 +0000]
fix: do not create wallet if seed is empty because user typed gibberish

10 years agopeer script
ThomasV [Tue, 11 Feb 2014 13:08:48 +0000]
peer script

10 years agoparse_servers
ThomasV [Tue, 11 Feb 2014 08:48:02 +0000]
parse_servers

10 years agoMerge pull request #568 from CodingAnarchy/master
ThomasV [Mon, 10 Feb 2014 12:09:56 +0000]
Merge pull request #568 from CodingAnarchy/master

update estimated_fee to round up and use proper base of 1000 as calculat...