electrum-nvc.git
10 years agoupdate a few scripts
ThomasV [Sun, 6 Oct 2013 10:28:45 +0000]
update a few scripts

10 years agorelease notes
ThomasV [Sat, 5 Oct 2013 19:51:31 +0000]
release notes

10 years agowebsite url
ThomasV [Sat, 5 Oct 2013 19:27:31 +0000]
website url

10 years agofix paths
ThomasV [Sat, 5 Oct 2013 19:21:48 +0000]
fix paths

10 years agochoose_tx_from account, and use deterministic signatures (issue #323)
ThomasV [Sat, 5 Oct 2013 19:15:48 +0000]
choose_tx_from account, and use deterministic signatures (issue #323)

10 years agonew account creation method (gui)
ThomasV [Sat, 5 Oct 2013 15:29:51 +0000]
new account creation method (gui)

10 years agosmaller timeout if disconnected
ThomasV [Sat, 5 Oct 2013 13:31:39 +0000]
smaller timeout if disconnected

10 years agostore account expanded status
ThomasV [Sat, 5 Oct 2013 12:30:02 +0000]
store account expanded status

10 years agoenable changes of protocol, proxy at runtime
ThomasV [Sat, 5 Oct 2013 11:48:02 +0000]
enable changes of protocol, proxy at runtime

10 years agorework network dialog layout
ThomasV [Sat, 5 Oct 2013 10:32:27 +0000]
rework network dialog layout

10 years agoimproved help text
ThomasV [Sat, 5 Oct 2013 10:16:44 +0000]
improved help text

10 years agoreorganize network dialog
ThomasV [Sat, 5 Oct 2013 09:49:36 +0000]
reorganize network dialog

10 years agosupport for all protocols
ThomasV [Sat, 5 Oct 2013 09:16:09 +0000]
support for all protocols

10 years agofix: server lag
ThomasV [Sat, 5 Oct 2013 09:02:17 +0000]
fix: server lag

10 years agoimproved network dialog: auto-connect disables server choices
ThomasV [Sat, 5 Oct 2013 08:14:33 +0000]
improved network dialog: auto-connect disables server choices

10 years agonetwork: fix server lag detection
ThomasV [Sat, 5 Oct 2013 08:01:33 +0000]
network: fix server lag detection

10 years agonetwork dialog: default ports
ThomasV [Sat, 5 Oct 2013 06:51:53 +0000]
network dialog: default ports

10 years agoshow lag in status line
ThomasV [Fri, 4 Oct 2013 22:21:48 +0000]
show lag in status line

10 years agohandle network.interface being None when network is disconnected
ThomasV [Fri, 4 Oct 2013 17:27:50 +0000]
handle network.interface being None when network is disconnected

10 years agofix servers label
ThomasV [Fri, 4 Oct 2013 17:08:09 +0000]
fix servers label

10 years agobetter account naming/renaming
ThomasV [Fri, 4 Oct 2013 17:02:01 +0000]
better account naming/renaming

10 years agoMerge branch 'master' of git://github.com/spesmilo/electrum
ThomasV [Fri, 4 Oct 2013 15:55:01 +0000]
Merge branch 'master' of git://github.com/spesmilo/electrum

10 years agoMerge pull request #327 from Zomnut/master
ThomasV [Fri, 4 Oct 2013 15:54:31 +0000]
Merge pull request #327 from Zomnut/master

Fix command line redirect error

10 years agoFix redirect error
Zomnut [Fri, 4 Oct 2013 15:35:28 +0000]
Fix redirect error

Python bug (http://bugs.python.org/issue1927) causes raw_input to be redirected improperly between stdin/stderr on Unix systems if readline is not initialised first.

10 years agofix: network object in console
ThomasV [Fri, 4 Oct 2013 14:44:36 +0000]
fix: network object in console

10 years agointerface.debug flag
ThomasV [Fri, 4 Oct 2013 14:00:20 +0000]
interface.debug flag

10 years agofix notifications
ThomasV [Fri, 4 Oct 2013 13:55:10 +0000]
fix notifications

10 years agogui: simplify column widths
ThomasV [Fri, 4 Oct 2013 13:05:59 +0000]
gui: simplify column widths

10 years agoupdate default servers
ThomasV [Fri, 4 Oct 2013 12:37:15 +0000]
update default servers

10 years agostore a list of recently encountered servers
ThomasV [Fri, 4 Oct 2013 12:30:23 +0000]
store a list of recently encountered servers

10 years agonetwork.is_connected()
ThomasV [Fri, 4 Oct 2013 11:51:46 +0000]
network.is_connected()

10 years agoresend subscriptions after disconnect
ThomasV [Fri, 4 Oct 2013 09:13:05 +0000]
resend subscriptions after disconnect

10 years agomaintain NUM_SERVERS interfaces
ThomasV [Fri, 4 Oct 2013 08:38:03 +0000]
maintain NUM_SERVERS interfaces

10 years agodisable 'offline' option in install wizard, because it is not implemented
thomasv [Thu, 3 Oct 2013 17:09:08 +0000]
disable 'offline' option in install wizard, because it is not implemented

10 years agofix: tx_hash -> prevout_hash
thomasv [Thu, 3 Oct 2013 16:58:50 +0000]
fix: tx_hash -> prevout_hash

10 years agoshow 'server lagging' icon if server lags and client does not use auto-connect
thomasv [Thu, 3 Oct 2013 16:43:33 +0000]
show 'server lagging' icon if server lags and client does not use auto-connect

10 years agorestore minimum lag for server swiching
ThomasV [Thu, 3 Oct 2013 13:03:50 +0000]
restore minimum lag for server swiching

10 years agoauto-cycle: switch to the longest chain
ThomasV [Thu, 3 Oct 2013 12:56:48 +0000]
auto-cycle: switch to the longest chain

10 years agoremove check_windows_wallet_migration
ThomasV [Thu, 3 Oct 2013 12:00:57 +0000]
remove check_windows_wallet_migration

10 years agoprint connected to message synchronously
ThomasV [Thu, 3 Oct 2013 11:56:31 +0000]
print connected to message synchronously

10 years agogetpubkeys command
ThomasV [Thu, 3 Oct 2013 11:31:59 +0000]
getpubkeys command

10 years agonew flag for commands: requires_wallet
ThomasV [Thu, 3 Oct 2013 10:39:42 +0000]
new flag for commands: requires_wallet

10 years agohandle handshake failures in SSL
ThomasV [Thu, 3 Oct 2013 08:27:39 +0000]
handle handshake failures in SSL

10 years agomove synchronous_get to network.py, fix get_balance script
ThomasV [Thu, 3 Oct 2013 08:05:01 +0000]
move synchronous_get to network.py, fix get_balance script

10 years agosimplify show_seed dialog
ThomasV [Thu, 3 Oct 2013 07:19:09 +0000]
simplify show_seed dialog

10 years agodo not check certificate expiration if OpenSSL cannot be imported
ThomasV [Thu, 3 Oct 2013 05:44:04 +0000]
do not check certificate expiration if OpenSSL cannot be imported

10 years agoMerge branch 'master' of git://github.com/spesmilo/electrum
ThomasV [Thu, 3 Oct 2013 05:27:51 +0000]
Merge branch 'master' of git://github.com/spesmilo/electrum

10 years agoremove expert mode, simplify settings
ThomasV [Thu, 3 Oct 2013 05:27:34 +0000]
remove expert mode, simplify settings

10 years agoMerge pull request #325 from rdymac/app.fil
ThomasV [Thu, 3 Oct 2013 04:41:50 +0000]
Merge pull request #325 from rdymac/app.fil

updated app.fil to new gui folder structure

10 years agoupdated app.fil to new gui folder structure
rdymac [Wed, 2 Oct 2013 23:56:45 +0000]
updated app.fil to new gui folder structure

updated app.fil to new gui folder structure

10 years agoadd seed and password to menu; reorganize
ThomasV [Wed, 2 Oct 2013 13:55:09 +0000]
add seed and password to menu; reorganize

10 years agoserver name change (hachre)
ThomasV [Wed, 2 Oct 2013 11:50:56 +0000]
server name change (hachre)

10 years agonew command: getservers (fix for issue #306)
ThomasV [Wed, 2 Oct 2013 11:50:36 +0000]
new command: getservers (fix for issue #306)

10 years agomanage subscriptions in network.py
ThomasV [Wed, 2 Oct 2013 11:00:02 +0000]
manage subscriptions in network.py

10 years agoset_server: resend subscriptions
ThomasV [Wed, 2 Oct 2013 10:13:07 +0000]
set_server: resend subscriptions

10 years agofix
ThomasV [Wed, 2 Oct 2013 08:43:02 +0000]
fix

10 years agodelete expired certificates
ThomasV [Wed, 2 Oct 2013 08:36:29 +0000]
delete expired certificates

10 years agoscripts to check certificates
ThomasV [Wed, 2 Oct 2013 08:21:25 +0000]
scripts to check certificates

10 years agotemporary_path for unverified certificates
ThomasV [Wed, 2 Oct 2013 07:22:13 +0000]
temporary_path for unverified certificates

10 years agofixes
ThomasV [Wed, 2 Oct 2013 02:01:24 +0000]
fixes

10 years agofix
ThomasV [Wed, 2 Oct 2013 01:33:45 +0000]
fix

10 years agodelete only if cert is new
ThomasV [Wed, 2 Oct 2013 01:24:14 +0000]
delete only if cert is new

10 years agodelete certificates that fail
ThomasV [Wed, 2 Oct 2013 01:20:15 +0000]
delete certificates that fail

10 years agomaster privae keys dialog
ThomasV [Tue, 1 Oct 2013 15:33:39 +0000]
master privae keys dialog

10 years agominor fix
ThomasV [Tue, 1 Oct 2013 12:37:46 +0000]
minor fix

10 years agorestore from master public key
ThomasV [Tue, 1 Oct 2013 12:28:43 +0000]
restore from master public key

10 years agodon't create all master public keys on wallet creation
ThomasV [Tue, 1 Oct 2013 11:40:22 +0000]
don't create all master public keys on wallet creation

10 years agoprevent dns leaks when using proxy. fixes issue #147
ThomasV [Tue, 1 Oct 2013 09:24:55 +0000]
prevent dns leaks when using proxy. fixes issue #147

10 years agofix another http leak
ThomasV [Tue, 1 Oct 2013 07:14:07 +0000]
fix another http leak

10 years agointerface: call socket.connect before sll.wrap_socket, for proxy. (fixes bug #207)
ThomasV [Tue, 1 Oct 2013 07:01:46 +0000]
interface: call socket.connect before sll.wrap_socket, for proxy. (fixes bug #207)

10 years agomaster public key dialog for bip32
ThomasV [Mon, 30 Sep 2013 16:30:07 +0000]
master public key dialog for bip32

10 years agoMerge branch 'master' of git://github.com/spesmilo/electrum
ThomasV [Mon, 30 Sep 2013 15:43:33 +0000]
Merge branch 'master' of git://github.com/spesmilo/electrum

10 years agoremove show() in waiting dialog
ThomasV [Mon, 30 Sep 2013 15:43:31 +0000]
remove show() in waiting dialog

10 years agoFix line break in translation
Maran [Mon, 30 Sep 2013 15:40:05 +0000]
Fix line break in translation

10 years agoRemove log statement from Exchange rate plugin
Maran [Mon, 30 Sep 2013 14:55:16 +0000]
Remove log statement from Exchange rate plugin

10 years agoFlesh out the text for the install wizard
Maran [Mon, 30 Sep 2013 14:53:51 +0000]
Flesh out the text for the install wizard

10 years agoMerge branch 'master' of ssh://github.com/spesmilo/electrum
Maran [Mon, 30 Sep 2013 14:21:36 +0000]
Merge branch 'master' of ssh://github.com/spesmilo/electrum

10 years agoFix label sync plugin and add in backwards compatibility with 1.8 wallets. Fixes...
Maran [Mon, 30 Sep 2013 14:21:31 +0000]
Fix label sync plugin and add in backwards compatibility with 1.8 wallets. Fixes #291

10 years agodisable settings button if plugin is disabled
ThomasV [Mon, 30 Sep 2013 14:12:10 +0000]
disable settings button if plugin is disabled

10 years agodon't show lite in init
thomasv [Mon, 30 Sep 2013 12:39:13 +0000]
don't show lite in init

10 years agoSSL certificate validation
thomasv [Mon, 30 Sep 2013 12:01:49 +0000]
SSL certificate validation

10 years agore-adding console.py (deleted by mistake)
thomasv [Mon, 30 Sep 2013 08:41:09 +0000]
re-adding console.py (deleted by mistake)

10 years agopath of icons_rc
thomasv [Mon, 30 Sep 2013 08:30:43 +0000]
path of icons_rc

10 years agoadd locks to config and storage
ThomasV [Sun, 29 Sep 2013 16:33:54 +0000]
add locks to config and storage

10 years agofix is_complete
ThomasV [Sun, 29 Sep 2013 13:34:24 +0000]
fix is_complete

10 years agocleanup signrawtrasaction and input_info
ThomasV [Sun, 29 Sep 2013 13:16:22 +0000]
cleanup signrawtrasaction and input_info

10 years agoset label
ThomasV [Sun, 29 Sep 2013 10:14:01 +0000]
set label

10 years agofix labels plugin
ThomasV [Sun, 29 Sep 2013 08:52:47 +0000]
fix labels plugin

10 years agosign_tx hook
ThomasV [Sun, 29 Sep 2013 08:16:17 +0000]
sign_tx hook

10 years agoadd input_info when transaction is created
ThomasV [Sun, 29 Sep 2013 00:43:30 +0000]
add input_info when transaction is created

10 years agoadd help text for csv
ThomasV [Sat, 28 Sep 2013 14:03:52 +0000]
add help text for csv

10 years agofix import
ThomasV [Sat, 28 Sep 2013 11:51:25 +0000]
fix import

10 years agocommon wallet.restore() method for GUIs
ThomasV [Sat, 28 Sep 2013 11:45:49 +0000]
common wallet.restore() method for GUIs

10 years agofix is_seeded
ThomasV [Sat, 28 Sep 2013 09:54:48 +0000]
fix is_seeded

10 years agosupport mBTC in lite gui
ThomasV [Sat, 28 Sep 2013 09:45:39 +0000]
support mBTC in lite gui

10 years agomove lite window initialization in the constructor of the main window
ThomasV [Sat, 28 Sep 2013 09:21:25 +0000]
move lite window initialization in the constructor of the main window

10 years agofix imports
ThomasV [Sat, 28 Sep 2013 06:08:36 +0000]
fix imports

10 years agokey icon
ThomasV [Sat, 28 Sep 2013 06:07:04 +0000]
key icon

10 years agorm dead code
ThomasV [Fri, 27 Sep 2013 20:06:43 +0000]
rm dead code

10 years agomove network callbacks to init
ThomasV [Fri, 27 Sep 2013 19:53:57 +0000]
move network callbacks to init