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

10 years agoFix \n new line text break (2)
rdymac [Mon, 17 Jun 2013 20:18:42 +0000]
Fix \n new line text break (2)

Fix \n new line text break

10 years agoForce updating the wallet after editing labels. fixes #223
Maran [Mon, 17 Jun 2013 20:15:50 +0000]
Force updating the wallet after editing labels. fixes #223

10 years agoSave contacts to the proper key in the wallet. fixes #234
Maran [Mon, 17 Jun 2013 20:09:28 +0000]
Save contacts to the proper key in the wallet. fixes #234

10 years agoMerge pull request #238 from rdymac/patch-11
Maran H. [Mon, 17 Jun 2013 18:11:21 +0000]
Merge pull request #238 from rdymac/patch-11

Fix \n new line text break

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

Update translations to the latest wikia version

10 years agolatest wikia version
rdymac [Mon, 17 Jun 2013 17:16:25 +0000]
latest wikia version

latest wikia version

10 years agoMerge pull request #241 from rdymac/patch-14
Maran H. [Mon, 17 Jun 2013 17:11:06 +0000]
Merge pull request #241 from rdymac/patch-14

Fixed typo in SimpleConfig comment

10 years agotypo
rdymac [Sun, 16 Jun 2013 23:21:22 +0000]
typo

typo

10 years agoFix \n new line text break
rdymac [Sun, 16 Jun 2013 11:05:25 +0000]
Fix \n new line text break

10 years agoself.wallet is not defined
ThomasV [Wed, 12 Jun 2013 19:37:36 +0000]
self.wallet is not defined

10 years agoMerge pull request #231 from elmato/master
ThomasV [Mon, 10 Jun 2013 09:30:36 +0000]
Merge pull request #231 from elmato/master

BIP32Sequence::get_pubkey not using mpk parameter

10 years agofix BIP32Sequence::get_pubkey not using mpk parameter
Marku [Sun, 2 Jun 2013 22:26:45 +0000]
fix BIP32Sequence::get_pubkey not using mpk parameter

10 years agorelease notes
ecdsa [Sat, 1 Jun 2013 19:43:23 +0000]
release notes

10 years agoversion 1.8
ecdsa [Sat, 1 Jun 2013 17:27:06 +0000]
version 1.8

10 years agobugfix: referenced transactions
ecdsa [Sat, 1 Jun 2013 17:26:07 +0000]
bugfix: referenced transactions

10 years agoDRYed the backup wallet
Maran [Sat, 1 Jun 2013 09:06:51 +0000]
DRYed the backup wallet

10 years agoRemoved all items that are now in the menu
Maran [Sat, 1 Jun 2013 08:55:45 +0000]
Removed all items that are now in the menu

10 years agoOpen wallet should use current wallets folder as default dir
Maran [Sat, 1 Jun 2013 08:51:26 +0000]
Open wallet should use current wallets folder as default dir

10 years agoMake backup use real wallet from config
Maran [Sat, 1 Jun 2013 08:36:02 +0000]
Make backup use real wallet from config

10 years agoMake backup use real wallet from config
Maran [Sat, 1 Jun 2013 08:34:27 +0000]
Make backup use real wallet from config

10 years agoRemoved accounts from menu
Maran [Sat, 1 Jun 2013 08:34:09 +0000]
Removed accounts from menu

10 years agoAdded CTRL+R to refresh your wallet
Maran [Fri, 31 May 2013 15:12:51 +0000]
Added CTRL+R to refresh your wallet

10 years agoImplemented all menu triggers
Maran [Fri, 31 May 2013 11:45:59 +0000]
Implemented all menu triggers

10 years agonew methods: init_menubar and load_wallet
thomasv [Wed, 15 May 2013 08:53:49 +0000]
new methods: init_menubar and load_wallet