electrum-nvc.git
10 years agoupdate readme
ThomasV [Fri, 18 Apr 2014 07:46:32 +0000]
update readme

10 years agofix #563
ThomasV [Thu, 17 Apr 2014 16:41:34 +0000]
fix #563

10 years agoformat inputs so that they fit on one line
ThomasV [Thu, 17 Apr 2014 16:08:08 +0000]
format inputs so that they fit on one line

10 years agoslightly better notifications. at least, it fixes #652
ThomasV [Thu, 17 Apr 2014 15:38:21 +0000]
slightly better notifications. at least, it fixes #652

10 years agojson-friendly debug messages. fix #659
ThomasV [Thu, 17 Apr 2014 15:20:07 +0000]
json-friendly debug messages. fix #659

10 years agoMerge branch 'master' of git://github.com/spesmilo/electrum
ThomasV [Thu, 17 Apr 2014 15:05:45 +0000]
Merge branch 'master' of git://github.com/spesmilo/electrum

10 years agofix #661
ThomasV [Thu, 17 Apr 2014 15:05:36 +0000]
fix #661

10 years agoMerge pull request #657 from drak/patch-1
ThomasV [Tue, 15 Apr 2014 11:12:41 +0000]
Merge pull request #657 from drak/patch-1

Lower minimum tx fee in line with Bitcoin 0.9

10 years agorm aliases
ThomasV [Tue, 15 Apr 2014 11:01:33 +0000]
rm aliases

10 years agoLower minimum tx fee in line with Bitcoin 0.9
Drak [Mon, 14 Apr 2014 20:20:42 +0000]
Lower minimum tx fee in line with Bitcoin 0.9

Since Bitcoin Core 0.9 the minimum relay tx fee was lowered to `0.00001`.

10 years agofix: create accounts
ThomasV [Sun, 13 Apr 2014 16:41:10 +0000]
fix: create accounts

10 years agofix signatures returned by get_address_from_input_script. fixes #653
ThomasV [Sun, 13 Apr 2014 12:57:42 +0000]
fix signatures returned by get_address_from_input_script. fixes #653

10 years agoMerge pull request #650 from wozz/URI-bug
wozz [Sat, 12 Apr 2014 18:15:08 +0000]
Merge pull request #650 from wozz/URI-bug

Bitcoin URL Handling

closes #649

10 years agofix #651
ThomasV [Sat, 12 Apr 2014 17:53:52 +0000]
fix #651

10 years agoBitcoin URL Handling
Michael Wozniak [Sat, 12 Apr 2014 00:20:52 +0000]
Bitcoin URL Handling

Update Bitcoin URL handling to reject URLs with duplicate keys

issue: #649

10 years agoMerge pull request #647 from enriquefynn/master
ThomasV [Thu, 10 Apr 2014 15:53:24 +0000]
Merge pull request #647 from enriquefynn/master

Accept FreeBSD OS

10 years agoAccept FreeBSD OS
Fynn [Thu, 10 Apr 2014 14:37:58 +0000]
Accept FreeBSD OS

10 years agosave cold seed
ThomasV [Wed, 9 Apr 2014 06:00:49 +0000]
save cold seed

10 years agofix: public instead of private
ThomasV [Wed, 9 Apr 2014 05:36:33 +0000]
fix: public instead of private

10 years agotransaction: add_signature(), is_complete() methods
ThomasV [Mon, 7 Apr 2014 09:03:12 +0000]
transaction: add_signature(), is_complete() methods

10 years agodon't change default_wallet_path
ThomasV [Sun, 6 Apr 2014 20:15:13 +0000]
don't change default_wallet_path

10 years agoremove hardcoded seed
ThomasV [Sun, 6 Apr 2014 19:42:29 +0000]
remove hardcoded seed

10 years agohooks and workflow for 2of3 wallets
ThomasV [Sun, 6 Apr 2014 19:38:53 +0000]
hooks and workflow for 2of3 wallets

10 years agorename do_send as send. fixes #645
ThomasV [Sat, 5 Apr 2014 16:35:15 +0000]
rename do_send as send. fixes #645

10 years agobroadcast tx in a separate thread
ThomasV [Sat, 5 Apr 2014 14:52:38 +0000]
broadcast tx in a separate thread

10 years agoMerge pull request #644 from wozz/raise_window
ThomasV [Sat, 5 Apr 2014 09:52:48 +0000]
Merge pull request #644 from wozz/raise_window

Fix OS X issue: window start in foreground

10 years agocheck seed in gui. fixes #622
ThomasV [Sat, 5 Apr 2014 08:34:51 +0000]
check seed in gui. fixes #622

10 years agore-enable seed tests. get_public_keys method
ThomasV [Sat, 5 Apr 2014 08:08:54 +0000]
re-enable seed tests. get_public_keys method

10 years agofix and simplify tx serialization
ThomasV [Thu, 3 Apr 2014 19:23:35 +0000]
fix and simplify tx serialization

10 years agosort signatures for multisig
ThomasV [Thu, 3 Apr 2014 18:48:31 +0000]
sort signatures for multisig

10 years agoget_pubkey_from_x
ThomasV [Thu, 3 Apr 2014 14:11:28 +0000]
get_pubkey_from_x

10 years agoadd optional default value to text dialog
ThomasV [Thu, 3 Apr 2014 13:36:31 +0000]
add optional default value to text dialog

10 years agoaccount:simplification
ThomasV [Thu, 3 Apr 2014 12:32:03 +0000]
account:simplification

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 agoFix OS X issue: window start in foreground
Michael Wozniak [Wed, 2 Apr 2014 15:29:07 +0000]
Fix OS X issue: window start in foreground

When run from command line, the window starts behind all other windows.
raise_() will bring the window to the front.

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