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

10 years agoparse_url: parse exponents
ThomasV [Wed, 8 Jan 2014 13:08:53 +0000]
parse_url: parse exponents

10 years agoversion 1.9.7
ThomasV [Wed, 8 Jan 2014 12:11:03 +0000]
version 1.9.7

10 years agorm coinbase plugin until fixed
ThomasV [Wed, 8 Jan 2014 11:11:40 +0000]
rm coinbase plugin until fixed

10 years agoinstallwizard: set network to None if offline
ThomasV [Wed, 8 Jan 2014 09:36:39 +0000]
installwizard: set network to None if offline

10 years agofix tx dialog
ThomasV [Wed, 8 Jan 2014 09:36:01 +0000]
fix tx dialog

10 years agoMerge pull request #526 from ortutay/buybackplugin
ThomasV [Wed, 8 Jan 2014 06:32:51 +0000]
Merge pull request #526 from ortutay/buybackplugin

Coinbase BuyBack plugin

10 years agoCoinbase BuyBack plugin
ortutay [Sun, 5 Jan 2014 08:19:23 +0000]
Coinbase BuyBack plugin

10 years agoMerge pull request #504 from wyager/master
ThomasV [Sun, 5 Jan 2014 08:11:15 +0000]
Merge pull request #504 from wyager/master

Unnecessary definition

10 years agoMerge pull request #525 from bitcoindaddy/patch-1
ThomasV [Sun, 5 Jan 2014 08:09:17 +0000]
Merge pull request #525 from bitcoindaddy/patch-1

Add OpenBSD support to util.py

10 years agoAdd OpenBSD support to util.py
bitcoindaddy [Sat, 4 Jan 2014 23:57:12 +0000]
Add OpenBSD support to util.py

Recognize OpenBSD platform

10 years agoCleaned up/commented BIP 0032 key derivation.
William Yager [Thu, 19 Dec 2013 04:08:52 +0000]
Cleaned up/commented BIP 0032 key derivation.

10 years agoMerge pull request #518 from jamesob/master
ThomasV [Fri, 27 Dec 2013 10:48:35 +0000]
Merge pull request #518 from jamesob/master

Remove suspicious print statement

10 years agoRemove suspicious print statement
James O'Beirne [Thu, 26 Dec 2013 21:53:11 +0000]
Remove suspicious print statement

This looked out of place for the GTK client...

10 years agorenamed server. fixes issue #508
ThomasV [Wed, 25 Dec 2013 15:26:15 +0000]
renamed server. fixes issue #508

10 years agoMerge pull request #510 from tessus/master
ThomasV [Wed, 25 Dec 2013 09:43:35 +0000]
Merge pull request #510 from tessus/master

fix #454, README update, minor setup-release.py change

10 years agoMerge pull request #516 from imrehg/contacts
ThomasV [Wed, 25 Dec 2013 09:34:16 +0000]
Merge pull request #516 from imrehg/contacts

Access the "New Contact" menuitem in the contact list context menu

10 years agoMerge pull request #515 from michaelgpearce/patch-1
ThomasV [Wed, 25 Dec 2013 09:31:42 +0000]
Merge pull request #515 from michaelgpearce/patch-1

Update commands.py

10 years agoAccess the "New Contact" menuitem in the contact list context menu
Gergely Imreh [Tue, 24 Dec 2013 16:33:29 +0000]
Access the "New Contact" menuitem in the contact list context menu

Contacts are managed in the contacts tab with a context menu.
Previously the menu is only shown when clicking on an existing contact,
clicking outside of the list shows nothing, and to create a new contact
one had to go in the main menu -> Wallet -> New Contact.

Change behaviour such that when in the contact menu, clicking outside
the existing contacts brings up the choice of creating a new contact.

10 years agoUpdate commands.py
Michael Pearce [Tue, 24 Dec 2013 02:18:27 +0000]
Update commands.py

Fixed command example for getaddressbalance.

10 years agoreturn message ids with send_http too
ThomasV [Sat, 21 Dec 2013 18:27:49 +0000]
return message ids with send_http too

10 years agofix gerversion
ThomasV [Sat, 21 Dec 2013 17:32:57 +0000]
fix gerversion

10 years agofix sendrawtransaction
ThomasV [Sat, 21 Dec 2013 17:29:09 +0000]
fix sendrawtransaction