electrum-nvc.git
11 years agoversion 0.50: localisation using gettext
thomasv [Fri, 18 May 2012 13:28:55 +0000]
version 0.50: localisation using gettext

12 years agoadd init_socket to scripts
ThomasV [Thu, 17 May 2012 18:26:37 +0000]
add init_socket to scripts

12 years agoversion
ThomasV [Thu, 17 May 2012 16:15:14 +0000]
version

12 years agohandle imported keys as well with deseed and reseed
ThomasV [Thu, 17 May 2012 16:10:36 +0000]
handle imported keys as well with deseed and reseed

12 years agoversion 0.49c
ThomasV [Thu, 17 May 2012 11:33:11 +0000]
version 0.49c

12 years agodisplay kilobytes received
ThomasV [Thu, 17 May 2012 11:15:55 +0000]
display kilobytes received

12 years agoversion 0.49b
ThomasV [Thu, 17 May 2012 08:58:28 +0000]
version 0.49b

12 years agofix: password on creation
ThomasV [Thu, 17 May 2012 06:49:30 +0000]
fix: password on creation

12 years agofix: encrypted seed might be empty
ThomasV [Thu, 17 May 2012 06:42:40 +0000]
fix: encrypted seed might be empty

12 years agobugfix: encryption of encrypted keys
ThomasV [Thu, 17 May 2012 06:32:49 +0000]
bugfix: encryption of encrypted keys

12 years agoversion 0.49a
ThomasV [Wed, 16 May 2012 18:24:21 +0000]
version 0.49a

12 years agowallet.path
ThomasV [Wed, 16 May 2012 17:51:00 +0000]
wallet.path

12 years agoreplace options.wallet_path with wallet.path
ThomasV [Wed, 16 May 2012 17:49:41 +0000]
replace options.wallet_path with wallet.path

12 years agovirtual method init_socket
ThomasV [Wed, 16 May 2012 17:45:45 +0000]
virtual method init_socket

12 years agoupdate help message
ThomasV [Wed, 16 May 2012 17:34:55 +0000]
update help message

12 years agorm mnemonic option, paste seed as both hexadecimal and mnemonic
ThomasV [Wed, 16 May 2012 17:33:42 +0000]
rm mnemonic option, paste seed as both hexadecimal and mnemonic

12 years agodo not use deprecated BaseException.message
ThomasV [Wed, 16 May 2012 17:20:21 +0000]
do not use deprecated BaseException.message

12 years agoslightly more robust connection procedure
thomasv [Wed, 16 May 2012 15:29:05 +0000]
slightly more robust connection procedure

12 years agopath
ThomasV [Tue, 15 May 2012 05:23:29 +0000]
path

12 years agodo not derive private keys when there is no seed
ThomasV [Mon, 14 May 2012 19:31:37 +0000]
do not derive private keys when there is no seed

12 years agobetter messages
thomasv [Mon, 14 May 2012 15:35:38 +0000]
better messages

12 years ago--mnemonic option, and improved help messages
thomasv [Mon, 14 May 2012 15:15:59 +0000]
--mnemonic option, and improved help messages

12 years agomake the history command an online command; option -o can be used to have it offline
thomasv [Mon, 14 May 2012 12:54:36 +0000]
make the history command an online command; option -o can be used to have it offline

12 years agofix
thomasv [Mon, 14 May 2012 12:10:35 +0000]
fix

12 years agotest the existence of modules in the main script
thomasv [Mon, 14 May 2012 12:09:50 +0000]
test the existence of modules in the main script

12 years agoMerge branch 'master' of gitorious.org:electrum/electrum
thomasv [Mon, 14 May 2012 11:35:47 +0000]
Merge branch 'master' of gitorious.org:electrum/electrum

12 years agognome desktop
thomasv [Mon, 14 May 2012 11:35:22 +0000]
gnome desktop

12 years agouse pip not easy_install
ThomasV [Mon, 14 May 2012 06:05:16 +0000]
use pip not easy_install

12 years agobetter buttons. version 0.49
ThomasV [Sun, 13 May 2012 11:09:59 +0000]
better buttons. version 0.49

12 years agorevert previous commit
ThomasV [Sun, 13 May 2012 09:09:31 +0000]
revert previous commit

12 years agodo not show send tab in seedless wallets
ThomasV [Sun, 13 May 2012 09:06:37 +0000]
do not show send tab in seedless wallets

12 years agodo not show send tab in seedless wallets
ThomasV [Sun, 13 May 2012 09:05:26 +0000]
do not show send tab in seedless wallets

12 years agoseedless wallets
ThomasV [Sun, 13 May 2012 08:54:03 +0000]
seedless wallets

12 years agooffline option for command line
ThomasV [Sun, 13 May 2012 08:19:28 +0000]
offline option for command line

12 years agodeseed: error if wallet is encrypted
ThomasV [Sun, 13 May 2012 00:36:44 +0000]
deseed: error if wallet is encrypted

12 years agodeseed and reseed
ThomasV [Sat, 12 May 2012 23:32:28 +0000]
deseed and reseed

12 years agodeseed command
ThomasV [Sat, 12 May 2012 22:43:22 +0000]
deseed command

12 years agobugfix: poke to reconnect
ThomasV [Sat, 12 May 2012 07:38:42 +0000]
bugfix: poke to reconnect

12 years agoversion 0.48a
thomasv [Fri, 11 May 2012 08:17:27 +0000]
version 0.48a

12 years agofix import
thomasv [Fri, 11 May 2012 08:16:39 +0000]
fix import

12 years agodisplay help message if pyqt is not found
ThomasV [Thu, 10 May 2012 18:39:50 +0000]
display help message if pyqt is not found

12 years agorm unneeded file
ThomasV [Thu, 10 May 2012 17:08:19 +0000]
rm unneeded file

12 years agoremove 2 scripts from setup
ThomasV [Thu, 10 May 2012 15:37:29 +0000]
remove 2 scripts from setup

12 years agodefine aes and ecdsa as dependencies
ThomasV [Thu, 10 May 2012 13:37:49 +0000]
define aes and ecdsa as dependencies

12 years agoadd setup.py
ThomasV [Thu, 10 May 2012 13:10:14 +0000]
add setup.py

12 years agosetup package in lib subdirectory
thomasv [Thu, 10 May 2012 12:38:49 +0000]
setup package in lib subdirectory

12 years agoMerge branch 'master' of gitorious.org:electrum/electrum
ThomasV [Thu, 10 May 2012 09:10:51 +0000]
Merge branch 'master' of gitorious.org:electrum/electrum

12 years agoremove webserver script from setup.py
ThomasV [Thu, 10 May 2012 09:10:18 +0000]
remove webserver script from setup.py

12 years agoslightly improved layout
ThomasV [Sat, 5 May 2012 15:38:02 +0000]
slightly improved layout

12 years agoversion 0.47b
ThomasV [Sat, 5 May 2012 14:44:20 +0000]
version 0.47b

12 years agoseed dialog with clipboard and qr buttons
ThomasV [Sat, 5 May 2012 14:42:42 +0000]
seed dialog with clipboard and qr buttons

12 years agov0.47a
ThomasV [Sat, 5 May 2012 13:02:29 +0000]
v0.47a

12 years agofix: update receive tab because it displays address balances
ThomasV [Sat, 5 May 2012 12:51:57 +0000]
fix: update receive tab because it displays address balances

12 years agoversion 0.47
ThomasV [Sat, 5 May 2012 10:02:01 +0000]
version 0.47

12 years agoclear_buttons method
ThomasV [Sat, 5 May 2012 09:51:06 +0000]
clear_buttons method

12 years agofrozen_addresses feature
ThomasV [Sat, 5 May 2012 09:33:53 +0000]
frozen_addresses feature

12 years agodocument the distinction between up_to_date and is_up_to_date
thomasv [Fri, 4 May 2012 09:14:07 +0000]
document the distinction between up_to_date and is_up_to_date

12 years agosimplification
thomasv [Fri, 4 May 2012 07:28:44 +0000]
simplification

12 years agofix
thomasv [Wed, 2 May 2012 16:12:32 +0000]
fix

12 years agoversion 0.46
thomasv [Wed, 2 May 2012 15:57:15 +0000]
version 0.46

12 years agodo not display response time; it is deprecated since we use stratum
thomasv [Wed, 2 May 2012 15:52:04 +0000]
do not display response time; it is deprecated since we use stratum

12 years agoupdate gtk interface: show default servers
thomasv [Wed, 2 May 2012 15:44:41 +0000]
update gtk interface: show default servers

12 years agooption to display zeros after decimal point
thomasv [Wed, 2 May 2012 15:40:39 +0000]
option to display zeros after decimal point

12 years agoping server every 5 minutes to make sure the link is not down
thomasv [Wed, 2 May 2012 14:04:00 +0000]
ping server every 5 minutes to make sure the link is not down

12 years agounneeded
thomasv [Wed, 2 May 2012 12:30:50 +0000]
unneeded

12 years agomove start_session into wallet methods. replace get_servers with network dialog
thomasv [Wed, 2 May 2012 12:21:58 +0000]
move start_session into wallet methods. replace get_servers with network dialog

12 years agoMerge branch 'master' of gitorious.org:electrum/electrum
thomasv [Wed, 2 May 2012 09:11:41 +0000]
Merge branch 'master' of gitorious.org:electrum/electrum

12 years agoversion 0.45
ThomasV [Tue, 1 May 2012 19:40:30 +0000]
version 0.45

12 years agofix:typo
ThomasV [Tue, 1 May 2012 19:37:35 +0000]
fix:typo

12 years agofix: do not ask amount if the action is cancelled
ThomasV [Tue, 1 May 2012 15:23:36 +0000]
fix: do not ask amount if the action is cancelled

12 years agodo not show seed qr code during wallet creation
ThomasV [Tue, 1 May 2012 15:15:27 +0000]
do not show seed qr code during wallet creation

12 years agomore QR code capabilities: encode amount, save to file
ThomasV [Tue, 1 May 2012 15:06:14 +0000]
more QR code capabilities: encode amount, save to file

12 years agoremove native protocol from gui
ThomasV [Tue, 1 May 2012 12:57:37 +0000]
remove native protocol from gui

12 years agofix: display balance of unused addresses
ThomasV [Tue, 1 May 2012 09:02:42 +0000]
fix: display balance of unused addresses

12 years agoassert address is in wallet (use watch_address if it is not)
ThomasV [Tue, 1 May 2012 08:55:10 +0000]
assert address is in wallet (use watch_address if it is not)

12 years agowatch_address
ThomasV [Mon, 30 Apr 2012 09:48:19 +0000]
watch_address

12 years agofix: is_input
ThomasV [Mon, 30 Apr 2012 09:48:02 +0000]
fix: is_input

12 years agomv client/* . && rm -fr client
genjix [Sun, 29 Apr 2012 16:49:41 +0000]
mv client/* . && rm -fr client

12 years agomerge
ThomasV [Sun, 29 Apr 2012 16:43:11 +0000]
merge

12 years agoversion 0.44. fix jsonrpc stratum, deprecate native protocol
ThomasV [Sun, 29 Apr 2012 16:33:01 +0000]
version 0.44. fix jsonrpc stratum, deprecate native protocol

12 years agoseparate labels and aliases
thomasv [Fri, 20 Apr 2012 09:50:19 +0000]
separate labels and aliases

12 years agoMerge branch 'master' of gitorious.org:electrum/electrum
thomasv [Thu, 19 Apr 2012 12:53:41 +0000]
Merge branch 'master' of gitorious.org:electrum/electrum

12 years agoversion 0.43e
thomasv [Thu, 19 Apr 2012 12:53:15 +0000]
version 0.43e

12 years agofix for heading zeroes
thomasv [Thu, 19 Apr 2012 12:52:21 +0000]
fix for heading zeroes

12 years agoandroid docs
ThomasV [Thu, 19 Apr 2012 09:38:28 +0000]
android docs

12 years agoMerge branch 'master' of gitorious.org:electrum/electrum
ThomasV [Mon, 16 Apr 2012 14:38:27 +0000]
Merge branch 'master' of gitorious.org:electrum/electrum

12 years agoversion 0.43d: with android
ThomasV [Mon, 16 Apr 2012 14:37:19 +0000]
version 0.43d: with android

12 years agopassword update
ThomasV [Tue, 10 Apr 2012 18:37:34 +0000]
password update

12 years agobetter help text
ThomasV [Tue, 10 Apr 2012 18:36:13 +0000]
better help text

12 years agoupdated help
ThomasV [Tue, 10 Apr 2012 18:20:49 +0000]
updated help

12 years agocheck address before asking for password
ThomasV [Tue, 10 Apr 2012 18:08:25 +0000]
check address before asking for password

12 years agoprotocols
ThomasV [Tue, 10 Apr 2012 17:57:39 +0000]
protocols

12 years agodialog for private servers
ThomasV [Tue, 10 Apr 2012 17:47:23 +0000]
dialog for private servers

12 years agofee is Decimal
ThomasV [Tue, 10 Apr 2012 17:39:57 +0000]
fee is Decimal

12 years agoadd protocol to settings
ThomasV [Tue, 10 Apr 2012 17:30:33 +0000]
add protocol to settings

12 years agotextsize
ThomasV [Tue, 10 Apr 2012 17:14:44 +0000]
textsize

12 years agocapitals
ThomasV [Tue, 10 Apr 2012 17:08:10 +0000]
capitals

12 years agonew settings layout using listview. do not use the logo to save space.
ThomasV [Tue, 10 Apr 2012 17:05:56 +0000]
new settings layout using listview. do not use the logo to save space.

12 years agomake showqrcode a static method
ThomasV [Mon, 9 Apr 2012 19:02:59 +0000]
make showqrcode a static method

12 years agounneeded
ThomasV [Mon, 9 Apr 2012 16:53:56 +0000]
unneeded