electrum-nvc.git
10 years agofix get_private_key for old addresses
ThomasV [Mon, 2 Sep 2013 08:41:50 +0000]
fix get_private_key for old addresses

10 years agominor fixes
ThomasV [Mon, 2 Sep 2013 07:09:54 +0000]
minor fixes

10 years agofix regressions in tx verifier
ThomasV [Mon, 2 Sep 2013 06:50:39 +0000]
fix regressions in tx verifier

10 years agominor fixes
ThomasV [Sun, 1 Sep 2013 21:25:28 +0000]
minor fixes

10 years agofee belongs in wallet storage
ThomasV [Sun, 1 Sep 2013 21:09:27 +0000]
fee belongs in wallet storage

10 years agowizard: start wallet threads
ThomasV [Sun, 1 Sep 2013 16:58:09 +0000]
wizard: start wallet threads

10 years agostart wallet threads from wallet class
ThomasV [Sun, 1 Sep 2013 16:44:19 +0000]
start wallet threads from wallet class

10 years agoseparate blockchain verifier from transaction verifier
ThomasV [Sun, 1 Sep 2013 16:16:15 +0000]
separate blockchain verifier from transaction verifier

10 years agoseparation between wallet storage and config
ThomasV [Sun, 1 Sep 2013 13:26:52 +0000]
separation between wallet storage and config

10 years agorestore old accounts from seed
ThomasV [Sat, 31 Aug 2013 13:02:20 +0000]
restore old accounts from seed

10 years agofix account selector, console
ThomasV [Fri, 30 Aug 2013 20:59:36 +0000]
fix account selector, console

10 years agoupdate curses gui for 1.9
ThomasV [Fri, 30 Aug 2013 20:37:37 +0000]
update curses gui for 1.9

10 years agogui menu and messages
ThomasV [Fri, 30 Aug 2013 20:15:49 +0000]
gui menu and messages

10 years agoupdate buttons and icons in load_wallet()
ThomasV [Fri, 30 Aug 2013 19:44:16 +0000]
update buttons and icons in load_wallet()

10 years agoseparate gui init() and load_wallet()
ThomasV [Fri, 30 Aug 2013 08:11:10 +0000]
separate gui init() and load_wallet()

10 years agorestore bip32 accounts
ThomasV [Thu, 29 Aug 2013 14:07:55 +0000]
restore bip32 accounts

10 years agocreate new accounts through wallet.synchronize()
ThomasV [Thu, 29 Aug 2013 13:08:03 +0000]
create new accounts through wallet.synchronize()

10 years agostructural change: wrap wallet instanciation inside the gui class
ThomasV [Thu, 22 Aug 2013 10:39:41 +0000]
structural change: wrap wallet instanciation inside the gui class

10 years agoimplementing paytomany (untested)
nelisky [Mon, 8 Apr 2013 22:40:51 +0000]
implementing paytomany (untested)

Just like mktx/payto, this is only submitting the tx created in mksendmanytx

10 years agoimplementing mksendmanytx
nelisky [Mon, 8 Apr 2013 22:36:26 +0000]
implementing mksendmanytx

A simple argument parsing change from mktx to allow passing multiple recipients

10 years agodelete unneeded test
ThomasV [Sat, 17 Aug 2013 21:51:46 +0000]
delete unneeded test

10 years agofix bug with signatures
ThomasV [Sat, 17 Aug 2013 21:01:16 +0000]
fix bug with signatures

10 years agofixes for signrawtransaction
ThomasV [Sat, 17 Aug 2013 16:40:59 +0000]
fixes for signrawtransaction

10 years agoinclude master public key in bip32 metadata
ThomasV [Sat, 17 Aug 2013 15:08:43 +0000]
include master public key in bip32 metadata

10 years agosave account name as label
ThomasV [Sat, 17 Aug 2013 09:46:19 +0000]
save account name as label

10 years agocleanup
ThomasV [Sat, 17 Aug 2013 09:11:21 +0000]
cleanup

10 years agosimplify: public_key_from_private_key
ThomasV [Sat, 17 Aug 2013 09:09:19 +0000]
simplify: public_key_from_private_key

10 years agodon't pass addresses to tx.sign(), pass keypairs instead
ThomasV [Sat, 17 Aug 2013 08:56:23 +0000]
don't pass addresses to tx.sign(), pass keypairs instead

10 years agoupdate signrawtransaction
ThomasV [Sat, 17 Aug 2013 07:53:46 +0000]
update signrawtransaction

10 years agosimplify tx.sign()
ThomasV [Fri, 16 Aug 2013 20:05:31 +0000]
simplify tx.sign()

10 years agowallet.num_accounts and account_id method
ThomasV [Fri, 16 Aug 2013 11:26:48 +0000]
wallet.num_accounts and account_id method

10 years agofix is_complete in tx.sign()
ThomasV [Fri, 16 Aug 2013 10:52:39 +0000]
fix is_complete in tx.sign()

10 years agofix for non-p2sh addresses
ThomasV [Fri, 16 Aug 2013 10:27:26 +0000]
fix for non-p2sh addresses

10 years agofix tx signing
ThomasV [Fri, 16 Aug 2013 10:17:29 +0000]
fix tx signing

10 years agocreate_accounts for 2of3
ThomasV [Thu, 15 Aug 2013 15:23:55 +0000]
create_accounts for 2of3

10 years ago2of3 accounts
ThomasV [Thu, 15 Aug 2013 13:27:03 +0000]
2of3 accounts

10 years agoMerge branch 'master' into 1.9
thomasv [Tue, 13 Aug 2013 09:09:36 +0000]
Merge branch 'master' into 1.9

10 years agoMerge pull request #268 from maxme/fileopen-event
ThomasV [Tue, 13 Aug 2013 09:01:46 +0000]
Merge pull request #268 from maxme/fileopen-event

Add a Qt eventFilter to listen for QFileOpenEvent

10 years agoAdd a Qt eventFilter to listen for QFileOpenEvent
Maxime Biais [Sun, 11 Aug 2013 13:11:27 +0000]
Add a Qt eventFilter to listen for QFileOpenEvent

fix #209

10 years agofix labels plugin init()
ThomasV [Thu, 8 Aug 2013 03:47:24 +0000]
fix labels plugin init()

10 years agoMerge branch 'bip32' of git://github.com/spesmilo/electrum into bip32
ThomasV [Wed, 7 Aug 2013 21:00:39 +0000]
Merge branch 'bip32' of git://github.com/spesmilo/electrum into bip32

10 years agofix create_new_account
ThomasV [Wed, 7 Aug 2013 19:53:05 +0000]
fix create_new_account

10 years agohex encode the output of account.get_pubkey()
ThomasV [Wed, 7 Aug 2013 18:04:43 +0000]
hex encode the output of account.get_pubkey()

10 years agoplugins: do not overload __init__, use init() instead
ThomasV [Mon, 5 Aug 2013 15:15:01 +0000]
plugins: do not overload __init__, use init() instead

10 years agoencryption of bip32 master private keys
ThomasV [Mon, 5 Aug 2013 11:53:50 +0000]
encryption of bip32 master private keys

10 years agomake wallet.get_private_keys more general
ThomasV [Mon, 5 Aug 2013 10:08:54 +0000]
make wallet.get_private_keys more general

10 years agoget_new_address -> get_address
thomasv [Sun, 4 Aug 2013 14:46:47 +0000]
get_new_address -> get_address

10 years agoadd account module
thomasv [Sat, 3 Aug 2013 15:30:59 +0000]
add account module

10 years agobip32
ThomasV [Thu, 1 Aug 2013 18:08:56 +0000]
bip32

10 years agofix create_new_account
ThomasV [Wed, 7 Aug 2013 19:53:05 +0000]
fix create_new_account

10 years agohex encode the output of account.get_pubkey()
ThomasV [Wed, 7 Aug 2013 18:04:43 +0000]
hex encode the output of account.get_pubkey()

10 years agoMerge pull request #264 from maxme/get-balance-script
ThomasV [Tue, 6 Aug 2013 21:32:04 +0000]
Merge pull request #264 from maxme/get-balance-script

New script: get_balance <bitcoin_address>

10 years agopep8
Maxime Biais [Tue, 6 Aug 2013 14:06:57 +0000]
pep8

10 years agonew script: get_balance <bitcoin_address>
Maxime Biais [Tue, 6 Aug 2013 14:03:03 +0000]
new script: get_balance <bitcoin_address>

10 years agoRelease notes for 1.8.1
Eagle[TM] [Mon, 5 Aug 2013 20:21:16 +0000]
Release notes for 1.8.1

10 years agoplugins: do not overload __init__, use init() instead
ThomasV [Mon, 5 Aug 2013 15:15:01 +0000]
plugins: do not overload __init__, use init() instead

10 years agoencryption of bip32 master private keys
ThomasV [Mon, 5 Aug 2013 11:53:50 +0000]
encryption of bip32 master private keys

10 years agomake wallet.get_private_keys more general
ThomasV [Mon, 5 Aug 2013 10:08:54 +0000]
make wallet.get_private_keys more general

10 years agoMerge branch 'bip32' of git://github.com/spesmilo/electrum into bip32
ThomasV [Sun, 4 Aug 2013 21:05:16 +0000]
Merge branch 'bip32' of git://github.com/spesmilo/electrum into bip32

10 years agoget_new_address -> get_address
thomasv [Sun, 4 Aug 2013 14:46:47 +0000]
get_new_address -> get_address

10 years agoadd account module
thomasv [Sat, 3 Aug 2013 15:30:59 +0000]
add account module

10 years agobip32
ThomasV [Thu, 1 Aug 2013 18:08:56 +0000]
bip32

10 years agoremove the calculation of address balance in watch_address
ThomasV [Sun, 4 Aug 2013 19:53:37 +0000]
remove the calculation of address balance in watch_address

10 years agoMerge pull request #258 from tuxcanfly/master
ThomasV [Sun, 4 Aug 2013 19:37:37 +0000]
Merge pull request #258 from tuxcanfly/master

fixes #245: use alternate datafiles location

10 years agoversion 1.8.1
ThomasV [Sun, 4 Aug 2013 17:28:41 +0000]
version 1.8.1

10 years agofixes #245: use alternate datafiles location
Javed Khan [Sun, 4 Aug 2013 15:37:22 +0000]
fixes #245: use alternate datafiles location

10 years agoget_new_address -> get_address
thomasv [Sun, 4 Aug 2013 14:46:47 +0000]
get_new_address -> get_address

10 years agoadd account module
thomasv [Sat, 3 Aug 2013 15:30:59 +0000]
add account module

10 years agobip32
ThomasV [Thu, 1 Aug 2013 18:08:56 +0000]
bip32

10 years agofix: set auto-cycle to None only during wallet creation
thomasv [Thu, 1 Aug 2013 14:39:45 +0000]
fix: set auto-cycle to None only during wallet creation

10 years agopass parameter to backup_wallet
thomasv [Thu, 1 Aug 2013 12:59:57 +0000]
pass parameter to backup_wallet

10 years agofix backup_wallet
thomasv [Thu, 1 Aug 2013 12:58:30 +0000]
fix backup_wallet

10 years agoremove enforced tx fee
thomasv [Thu, 1 Aug 2013 12:00:49 +0000]
remove enforced tx fee

10 years agooffline interface: fix init
thomasv [Thu, 1 Aug 2013 09:31:33 +0000]
offline interface: fix init

10 years agouse auto_cycle in watch_address
thomasv [Thu, 1 Aug 2013 08:59:45 +0000]
use auto_cycle in watch_address

10 years agoAdded some basic hide/show functionality to the tray icon
Maran [Sat, 27 Jul 2013 07:31:11 +0000]
Added some basic hide/show functionality to the tray icon

Real 'hide-to-tray' functionality seems impossible, see comments

10 years agoSet the current balance in the tray icon
Maran [Fri, 26 Jul 2013 19:14:51 +0000]
Set the current balance in the tray icon

10 years agobetter backspace detection
ThomasV [Fri, 26 Jul 2013 03:28:41 +0000]
better backspace detection

10 years agofix for empty addressbook
ThomasV [Fri, 26 Jul 2013 03:08:08 +0000]
fix for empty addressbook

10 years agofix popup navigation
ThomasV [Fri, 26 Jul 2013 02:43:45 +0000]
fix popup navigation

10 years agofix settings dialog in text gui
ThomasV [Fri, 26 Jul 2013 02:25:04 +0000]
fix settings dialog in text gui

10 years agotry.. except wrapper for ncurses.set_curs
ThomasV [Fri, 26 Jul 2013 02:19:41 +0000]
try.. except wrapper for ncurses.set_curs

10 years agoupdate BIP32 to its final spec
thomasv [Fri, 19 Jul 2013 14:17:11 +0000]
update BIP32 to its final spec

10 years agouse self.base_unit()
ThomasV [Sat, 13 Jul 2013 19:00:54 +0000]
use self.base_unit()

10 years agoRenamed to tray and added exit option
Maran [Mon, 1 Jul 2013 10:28:55 +0000]
Renamed to tray and added exit option

10 years agoMake sure we specify dual-arch
Maran [Tue, 18 Jun 2013 16:08:35 +0000]
Make sure we specify dual-arch

10 years agoReworked notification flow and combined multiple transactions into one notification
Maran [Mon, 17 Jun 2013 13:12:20 +0000]
Reworked notification flow and combined multiple transactions into one notification

10 years agoRework notify so it's thread safe
Maran [Fri, 31 May 2013 20:24:04 +0000]
Rework notify so it's thread safe

10 years agoAdded notifications when receiving a new transaction
Maran [Fri, 31 May 2013 16:23:51 +0000]
Added notifications when receiving a new transaction

10 years agoredefine do_send as a wrapper for send_tx
ThomasV [Sat, 13 Jul 2013 18:47:10 +0000]
redefine do_send as a wrapper for send_tx

10 years agoconfirmation dialog before sending large amounts
ThomasV [Sat, 13 Jul 2013 18:21:44 +0000]
confirmation dialog before sending large amounts

10 years agowhitespaces option in format_satoshis
ThomasV [Sat, 13 Jul 2013 18:19:52 +0000]
whitespaces option in format_satoshis

10 years agoMerge pull request #246 from PabloCastellano/master
Maran H. [Mon, 8 Jul 2013 12:44:46 +0000]
Merge pull request #246 from PabloCastellano/master

Improve lite gui usability

10 years ago[Lite gui] Allow changing quote currency backwards with right click
Pablo Castellano [Mon, 1 Jul 2013 15:25:00 +0000]
[Lite gui] Allow changing quote currency backwards with right click

10 years agominor fixes to point of sale plugin
thomasv [Wed, 19 Jun 2013 12:31:59 +0000]
minor fixes to point of sale plugin

10 years agoForgot to add plist for OS X build script
Maran [Mon, 17 Jun 2013 22:08:07 +0000]
Forgot to add plist for OS X build script

10 years agoAdded support for Bitcoin URIs on OS X. Implements #209
Maran [Mon, 17 Jun 2013 22:00:55 +0000]
Added support for Bitcoin URIs on OS X. Implements #209

10 years agoMerge branch 'master' of https://github.com/spesmilo/electrum
Maran [Mon, 17 Jun 2013 21:23:22 +0000]
Merge branch 'master' of https://github.com/spesmilo/electrum

10 years agoAdd icon back to Lite GUI. Fixes #112
Maran [Mon, 17 Jun 2013 21:21:37 +0000]
Add icon back to Lite GUI. Fixes #112

10 years agoMerge pull request #243 from rdymac/patch-16
Maran H. [Mon, 17 Jun 2013 20:24:17 +0000]
Merge pull request #243 from rdymac/patch-16

Fix \n new line text break (2)