electrum-nvc.git
10 years agoaccount:simplification
ThomasV [Thu, 3 Apr 2014 12:30:00 +0000]
account:simplification

10 years agofix: getpubkey
ThomasV [Thu, 3 Apr 2014 12:17:42 +0000]
fix: getpubkey

10 years agomultisig accounts: sort pubkeys
ThomasV [Thu, 3 Apr 2014 12:15:02 +0000]
multisig accounts: sort pubkeys

10 years agosort pubkeys in multisig scripts
ThomasV [Wed, 2 Apr 2014 12:04:39 +0000]
sort pubkeys in multisig scripts

10 years agogui fix: send tx dialog
ThomasV [Wed, 2 Apr 2014 11:18:00 +0000]
gui fix: send tx dialog

10 years agomove get_keyID to accounts
ThomasV [Tue, 1 Apr 2014 21:53:07 +0000]
move get_keyID to accounts

10 years agofix load_accounts
ThomasV [Tue, 1 Apr 2014 17:10:59 +0000]
fix load_accounts

10 years agofix redeem scripts
ThomasV [Tue, 1 Apr 2014 17:10:35 +0000]
fix redeem scripts

10 years agohelper functions for bip32 derivations
ThomasV [Tue, 1 Apr 2014 17:10:13 +0000]
helper functions for bip32 derivations

10 years agoAdd @wozz GPG Public Key
Michael Wozniak [Tue, 1 Apr 2014 12:40:27 +0000]
Add @wozz GPG Public Key

pub  4096R/62C24FC7 2013-03-19 Michael Wozniak <mw@koh.ms>
      Key fingerprint = 3897 E067 2E32 A421 74B7  A840 038C 09F4 62C2 4FC7
sub  4096R/4B7BB803 2013-03-19 [expires: 2017-03-19]

10 years agofix CKD in p2sh accounts
ThomasV [Tue, 1 Apr 2014 10:34:03 +0000]
fix CKD in p2sh accounts

10 years agoMerge branch 'master' of git://github.com/spesmilo/electrum
ThomasV [Tue, 1 Apr 2014 09:25:29 +0000]
Merge branch 'master' of git://github.com/spesmilo/electrum

10 years agoupdate bip32 accounts and wallet
ThomasV [Tue, 1 Apr 2014 09:25:12 +0000]
update bip32 accounts and wallet

10 years agoMerge pull request #639 from toomyem/spesmilo
ThomasV [Tue, 1 Apr 2014 09:18:14 +0000]
Merge pull request #639 from toomyem/spesmilo

Added Bitcurex and Bitmarket exchanges

10 years agoMerge pull request #641 from wozz/640
ThomasV [Tue, 1 Apr 2014 09:17:48 +0000]
Merge pull request #641 from wozz/640

Update create current unix time

10 years agoUpdate create current unix time
Michael Wozniak [Tue, 1 Apr 2014 01:52:31 +0000]
Update create current unix time

update method to create current unix time to be windows compatible

fix issue #640

10 years agoAdded Bitcurex and Bitmarket exchanges
Tomasz Machalski [Mon, 31 Mar 2014 19:02:21 +0000]
Added Bitcurex and Bitmarket exchanges

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

10 years agoMerge pull request #638 from wozz/exchange-hist-ven
ThomasV [Mon, 31 Mar 2014 15:18:12 +0000]
Merge pull request #638 from wozz/exchange-hist-ven

Exchange Rate History - Add APIs

10 years agoupdate bip32 derivations, using xpriv and xpub serialization format
ThomasV [Mon, 31 Mar 2014 10:16:15 +0000]
update bip32 derivations, using xpriv and xpub serialization format

10 years agoupdate bip32 derivations, using xpriv and xpub serialization format
ThomasV [Mon, 31 Mar 2014 10:12:29 +0000]
update bip32 derivations, using xpriv and xpub serialization format

10 years agoupdate bip32 derivations, using xpriv and xpub serialization format
ThomasV [Mon, 31 Mar 2014 10:00:57 +0000]
update bip32 derivations, using xpriv and xpub serialization format

10 years agoExchange Rate History - Add APIs
Michael Wozniak [Mon, 31 Mar 2014 00:39:37 +0000]
Exchange Rate History - Add APIs

Add API for Winkdex and BitcoinVenezuela

10 years agoadd error field in tx, because exceptions cannot be passed by plugins
ThomasV [Fri, 28 Mar 2014 16:37:31 +0000]
add error field in tx, because exceptions cannot be passed by plugins

10 years agoMerge pull request #631 from jisqyv/jischanges
ThomasV [Fri, 28 Mar 2014 16:19:48 +0000]
Merge pull request #631 from jisqyv/jischanges

Updates for merchant.py

10 years agoremove redundant definition of Timer class
ThomasV [Fri, 28 Mar 2014 16:06:58 +0000]
remove redundant definition of Timer class

10 years agobetter waiting dialog, with Qt signals
ThomasV [Fri, 28 Mar 2014 16:05:34 +0000]
better waiting dialog, with Qt signals

10 years agoFixes to merchant.py
Jeffrey I. Schiller [Thu, 27 Mar 2014 02:38:46 +0000]
Fixes to merchant.py

Correct order of arguments to create_watching_only_wallet and correct
usage of sqlite3

10 years agoMerge pull request #634 from dpdtex/FiatPrice
ThomasV [Fri, 28 Mar 2014 09:58:08 +0000]
Merge pull request #634 from dpdtex/FiatPrice

Show Current Fiat Price in Status Panel

10 years agoStreamlined code - modified two procs (get_fiat_status_text and fiat_dialog) to call...
Darrin Daigle [Fri, 28 Mar 2014 03:00:23 +0000]
Streamlined code - modified two procs (get_fiat_status_text and fiat_dialog) to call exchange API only once instead of twice (as recommended by wozz).

10 years agoCleaned up Exchange Rate plugin: more efficient code and more intuitive names for...
Darrin Daigle [Thu, 27 Mar 2014 20:30:24 +0000]
Cleaned up Exchange Rate plugin: more efficient code and more intuitive names for the get fiat balance/price procedures.  Created new procedure used for updating the fiat balance & price on the status panel.  Enhancement: status panel on bottom left now shows the current BTC price (eg, 1 BTC~573.45 USD).

10 years agoMerge pull request #632 from dpdtex/FixAccountComboWidth
ThomasV [Thu, 27 Mar 2014 15:42:18 +0000]
Merge pull request #632 from dpdtex/FixAccountComboWidth

Fixed bug with width of account combo box on bottom right.

10 years agoFixed size issue on account combo box in status panel. If you started Electrum with...
Darrin Daigle [Thu, 27 Mar 2014 15:23:30 +0000]
Fixed size issue on account combo box in status panel. If you started Electrum with a wallet that did not have imported keys (therefore the account combo box didn't show), then you opened a wallet that had imported keys, the combo box was not wide enough to correctly display the combo box items.

10 years agoMerge pull request #625 from dpdtex/DialogTitles
ThomasV [Wed, 26 Mar 2014 17:52:13 +0000]
Merge pull request #625 from dpdtex/DialogTitles

fixed title on 3 dialog boxes (they were showing "python" as title)

10 years agoMerge pull request #628 from rdymac/are-frozen
ThomasV [Wed, 26 Mar 2014 17:16:45 +0000]
Merge pull request #628 from rdymac/are-frozen

add white space before BTC frozen message

10 years agoadd white space before BTC frozen message
rdymac [Wed, 26 Mar 2014 16:47:22 +0000]
add white space before BTC frozen message

Added a white space before BTC in the not enough funds frozen message.

The ‘Not enough funds…’ message does not disappear even after clicking
the clear button. Only changing the amount to send restores the
‘Balance’ message

10 years agofixed title on 3 dialog boxes (they were showing "python" as title)
Darrin Daigle [Tue, 25 Mar 2014 22:08:23 +0000]
fixed title on 3 dialog boxes (they were showing "python" as title)

10 years agoMerge pull request #623 from dpdtex/master
ThomasV [Tue, 25 Mar 2014 17:44:23 +0000]
Merge pull request #623 from dpdtex/master

Add ability to specify fiat amount when sending bitcoin

10 years agoMerge pull request #4 from dpdtex/temp3
dpdtex [Tue, 25 Mar 2014 16:45:22 +0000]
Merge pull request #4 from dpdtex/temp3

wrapped strings with  _("string text") to enable language translation

10 years agowrapped strings with _("string text") to enable language translation
Darrin Daigle [Tue, 25 Mar 2014 16:43:21 +0000]
wrapped strings with  _("string text") to enable language translation

10 years agoMerge pull request #3 from dpdtex/temp1
dpdtex [Mon, 24 Mar 2014 16:07:48 +0000]
Merge pull request #3 from dpdtex/temp1

fixed issue when exchange rate not available (eg, no connection)

10 years agofixed issue when exchange rate not available (eg, no connection)
Darrin Daigle [Mon, 24 Mar 2014 16:06:20 +0000]
fixed issue when exchange rate not available (eg, no connection)

10 years agoMerge pull request #2 from dpdtex/temp1
dpdtex [Mon, 24 Mar 2014 04:18:33 +0000]
Merge pull request #2 from dpdtex/temp1

better handling of very small fiat numbers and mBTC

10 years agobetter handling of very small fiat numbers and mBTC
Darrin Daigle [Mon, 24 Mar 2014 04:17:20 +0000]
better handling of very small fiat numbers and mBTC

10 years agoMerge pull request #1 from dpdtex/temp1
dpdtex [Sun, 23 Mar 2014 19:59:13 +0000]
Merge pull request #1 from dpdtex/temp1

Bug Fixes

10 years agocheck if fiat button exists on send tab before updating its caption with the newly...
Darrin Daigle [Sun, 23 Mar 2014 18:33:54 +0000]
check if fiat button exists on send tab before updating its caption with the newly selected fiat currency

10 years agocheck to see if fiat button already exists on send tab before telling user they must...
Darrin Daigle [Sun, 23 Mar 2014 17:58:42 +0000]
check to see if fiat button already exists on send tab before telling user they must restart Electrum to see it

10 years agoAdd ability to specify fiat amount when sending bitcoin.
Darrin Daigle [Sun, 23 Mar 2014 04:04:06 +0000]
Add ability to specify fiat amount when sending bitcoin.

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

10 years agohandle timeout in peers script
ThomasV [Sat, 22 Mar 2014 10:04:52 +0000]
handle timeout in peers script

10 years agoMerge pull request #620 from wozz/exchange-rate-old-python
ThomasV [Tue, 18 Mar 2014 10:09:58 +0000]
Merge pull request #620 from wozz/exchange-rate-old-python

fix error with Decimal in older python versions

10 years agofix error with Decimal in older python versions
Michael Wozniak [Tue, 18 Mar 2014 02:03:48 +0000]
fix error with Decimal in older python versions

10 years agoMerge branch 'master' of git://github.com/spesmilo/electrum
ThomasV [Sun, 16 Mar 2014 19:24:10 +0000]
Merge branch 'master' of git://github.com/spesmilo/electrum

10 years agoremove encrypt/decrypt from release notes
ThomasV [Sun, 16 Mar 2014 19:23:54 +0000]
remove encrypt/decrypt from release notes

10 years agoMerge pull request #617 from flatfly/patch-3
ThomasV [Sun, 16 Mar 2014 19:18:22 +0000]
Merge pull request #617 from flatfly/patch-3

Remove unused import

10 years agodisable encrypt/decrypt
ThomasV [Sun, 16 Mar 2014 15:35:12 +0000]
disable encrypt/decrypt

10 years agoUpdate daemon.py
flatfly [Sun, 16 Mar 2014 14:04:40 +0000]
Update daemon.py

10 years agofix setup
ThomasV [Sun, 16 Mar 2014 13:02:21 +0000]
fix setup

10 years agoupdate server list
Eagle[TM] [Sun, 16 Mar 2014 11:18:38 +0000]
update server list

10 years agoset default verbosity to false, because of daemon
ThomasV [Sun, 16 Mar 2014 11:13:52 +0000]
set default verbosity to false, because of daemon

10 years agomove daemon spawning code into NetworkProxy class
ThomasV [Sun, 16 Mar 2014 11:00:08 +0000]
move daemon spawning code into NetworkProxy class

10 years agoadd daemon port to config
ThomasV [Sun, 16 Mar 2014 05:28:16 +0000]
add daemon port to config

10 years agodisable bip32 option before release
ThomasV [Sat, 15 Mar 2014 10:10:06 +0000]
disable bip32 option before release

10 years agofix getservers: wait until they are available
ThomasV [Sat, 15 Mar 2014 10:04:11 +0000]
fix getservers: wait until they are available

10 years agodo not display tx amounts in an offline wallet
ThomasV [Sat, 15 Mar 2014 09:01:25 +0000]
do not display tx amounts in an offline wallet

10 years agocatch exception in signrawtransaction, if wallet is not synchronized
ThomasV [Sat, 15 Mar 2014 08:59:00 +0000]
catch exception in signrawtransaction, if wallet is not synchronized

10 years agodon't use recent_servers if list from irc is available
ThomasV [Thu, 13 Mar 2014 18:23:26 +0000]
don't use recent_servers if list from irc is available

10 years agoMerge branch 'master' of ssh://github.com/spesmilo/electrum
Maran [Thu, 13 Mar 2014 17:26:19 +0000]
Merge branch 'master' of ssh://github.com/spesmilo/electrum

10 years agoRemove theme image from setup.py
Maran [Thu, 13 Mar 2014 17:26:12 +0000]
Remove theme image from setup.py

10 years agobip32 uses compressed K
ThomasV [Thu, 13 Mar 2014 15:56:53 +0000]
bip32 uses compressed K

10 years agoupdate default servers
ThomasV [Thu, 13 Mar 2014 13:07:36 +0000]
update default servers

10 years agoChanged theme switching, probably fixes #509 as well
Maran [Thu, 13 Mar 2014 11:02:55 +0000]
Changed theme switching, probably fixes #509 as well

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