electrum-nvc.git
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...

10 years agoupdate estimated_fee to round up and use proper base of 1000 as calculation per issue...
CodingAnarchy [Mon, 10 Feb 2014 08:24:47 +0000]
update estimated_fee to round up and use proper base of 1000 as calculation per issue #527

10 years agourlparse puts arguements in uri.query, not uri.path.
grnbrg [Wed, 5 Feb 2014 17:45:45 +0000]
urlparse puts arguements in uri.query, not uri.path.

10 years agoremove redundant function
ThomasV [Mon, 3 Feb 2014 12:50:01 +0000]
remove redundant function

10 years ago1of1 is default account type
ThomasV [Mon, 3 Feb 2014 09:01:21 +0000]
1of1 is default account type

10 years agouse separata class for old wallets; decide with WalletFactory
ThomasV [Mon, 3 Feb 2014 05:26:03 +0000]
use separata class for old wallets; decide with WalletFactory

10 years agogui: load tx from blockchain
ThomasV [Mon, 3 Feb 2014 04:38:48 +0000]
gui: load tx from blockchain

10 years ago[gtk gui] initially rewritten to gtk3/pygobgect
Eternal Sorrow [Sun, 2 Feb 2014 01:19:43 +0000]
[gtk gui] initially rewritten to gtk3/pygobgect

10 years agobip39
ThomasV [Sat, 1 Feb 2014 10:23:29 +0000]
bip39

10 years agofixes for master keys
ThomasV [Fri, 31 Jan 2014 14:28:32 +0000]
fixes for master keys

10 years agonew command: getunspentaddress
ThomasV [Thu, 30 Jan 2014 14:16:49 +0000]
new command: getunspentaddress

10 years agouse standard format for private key passed to decrypt
ThomasV [Thu, 30 Jan 2014 13:57:32 +0000]
use standard format for private key passed to decrypt

10 years agonew commands: encrypt and decrypt messages
ThomasV [Thu, 30 Jan 2014 13:43:46 +0000]
new commands: encrypt and decrypt messages

10 years agoadd ECDSA asymmetric encryption
ThomasV [Thu, 30 Jan 2014 10:42:55 +0000]
add ECDSA asymmetric encryption

10 years agoenable bip32
ThomasV [Wed, 29 Jan 2014 16:12:08 +0000]
enable bip32

10 years agoget_proof command
ThomasV [Wed, 29 Jan 2014 15:48:24 +0000]
get_proof command

10 years agosync_get
ThomasV [Wed, 29 Jan 2014 15:48:00 +0000]
sync_get

10 years agoMerge branch '2.0' of git://github.com/spesmilo/electrum into 2.0
ThomasV [Wed, 29 Jan 2014 15:46:57 +0000]
Merge branch '2.0' of git://github.com/spesmilo/electrum into 2.0

10 years agoMerge pull request #560 from rdymac/typo-virtual
ThomasV [Wed, 29 Jan 2014 15:45:12 +0000]
Merge pull request #560 from rdymac/typo-virtual

typo

10 years agoMerge pull request #561 from grnbrg/master
ThomasV [Wed, 29 Jan 2014 15:44:27 +0000]
Merge pull request #561 from grnbrg/master

Squash case on user-entered seed when restoring a wallet.

10 years agoSquash case on user-entered seed when restoring a wallet.
Brian Greenberg [Tue, 28 Jan 2014 03:03:00 +0000]
Squash case on user-entered seed when restoring a wallet.

10 years agotypo
rdymac [Tue, 28 Jan 2014 00:58:58 +0000]
typo

typo s/this/these

10 years agostore merkle roots and utxo roots
ThomasV [Mon, 27 Jan 2014 09:06:49 +0000]
store merkle roots and utxo roots

10 years agodaemon
ThomasV [Sun, 26 Jan 2014 19:46:43 +0000]
daemon

10 years agojson rpc daemon
ThomasV [Thu, 23 Jan 2014 16:06:47 +0000]
json rpc daemon

10 years agomove api key path
ThomasV [Mon, 27 Jan 2014 09:37:25 +0000]
move api key path

10 years agostore merkle roots and utxo roots
ThomasV [Mon, 27 Jan 2014 09:06:49 +0000]
store merkle roots and utxo roots

10 years agodaemon
ThomasV [Sun, 26 Jan 2014 19:46:43 +0000]
daemon

10 years agojson rpc daemon
ThomasV [Thu, 23 Jan 2014 16:06:47 +0000]
json rpc daemon

10 years agoMerge pull request #553 from samrg472/master
ThomasV [Wed, 22 Jan 2014 14:42:20 +0000]
Merge pull request #553 from samrg472/master

Added ability to minimize to tray

10 years agoAdded ability to minimize to tray
samrg472 [Tue, 21 Jan 2014 02:41:59 +0000]
Added ability to minimize to tray
The 'Hide' and 'Show' toggle in the was replaced with 'Show/Hide'
The reason for this was to avoid a weird bug of it not updating properly
when the window state changes

10 years agoMerge pull request #549 from dmcdad/patch-1
ThomasV [Sat, 18 Jan 2014 05:57:06 +0000]
Merge pull request #549 from dmcdad/patch-1

Fix timeout problem in interface.py.

10 years agoUpdate interface.py
dmcdad [Wed, 15 Jan 2014 14:49:26 +0000]
Update interface.py

Fix timeout problem under Python 2.7.1 where a socket.error 60 is thrown instead of socket.timeout exception.

10 years agoMerge pull request #546 from ortutay/osx-snowl-fix
ThomasV [Wed, 15 Jan 2014 05:26:43 +0000]
Merge pull request #546 from ortutay/osx-snowl-fix

check for QWebView and disable if not found

10 years agocheck for QWebView and disable if not found
Marcell Ortutay [Wed, 15 Jan 2014 00:18:06 +0000]
check for QWebView and disable if not found

10 years agofix for getrawtransaction
ThomasV [Mon, 13 Jan 2014 20:27:31 +0000]
fix for getrawtransaction

10 years agoMerge pull request #540 from grnbrg/master
ThomasV [Sun, 12 Jan 2014 05:49:06 +0000]
Merge pull request #540 from grnbrg/master

Remove the ability to "Send From" a frozen address.

10 years agoRemove the ability to "Send From" a frozen address.
Brian Greenberg [Sat, 11 Jan 2014 22:37:37 +0000]
Remove the ability to "Send From" a frozen address.

10 years ago1.9.7 release notes
ThomasV [Sat, 11 Jan 2014 07:43:46 +0000]
1.9.7 release notes

10 years agoMerge pull request #539 from xHire/master
ThomasV [Sat, 11 Jan 2014 05:55:35 +0000]
Merge pull request #539 from xHire/master

Fix generating encrypted wallet from command line

10 years agoMerge pull request #537 from RunningDroid/master
ThomasV [Sat, 11 Jan 2014 05:54:47 +0000]
Merge pull request #537 from RunningDroid/master

Finish removing coinbase cert

10 years agoFix generating encrypted wallet from command line
xHire [Fri, 10 Jan 2014 20:10:48 +0000]
Fix generating encrypted wallet from command line

10 years agofinish removing coinbase cert
RunningDroid [Fri, 10 Jan 2014 17:36:50 +0000]
finish removing coinbase cert

10 years agogui: insert used addresses first
ThomasV [Thu, 9 Jan 2014 08:58:57 +0000]
gui: insert used addresses first

10 years agoMerge pull request #534 from ortutay/rmh2dep
ThomasV [Thu, 9 Jan 2014 08:24:24 +0000]
Merge pull request #534 from ortutay/rmh2dep

remove httplib2 dependency for coinbase buyback

10 years agorm coinbase cert, as httplib cannot use it
ortutay [Wed, 8 Jan 2014 22:57:56 +0000]
rm coinbase cert, as httplib cannot use it

10 years agocoinbase buyback plugin with httplib2 removed
ortutay [Wed, 8 Jan 2014 22:56:45 +0000]
coinbase buyback plugin with httplib2 removed

10 years agothis should fix issue #531
ThomasV [Wed, 8 Jan 2014 17:24:30 +0000]
this should fix issue #531