electrum-nvc.git
11 years agouse adhoc print function
ThomasV [Fri, 23 Nov 2012 17:48:56 +0000]
use adhoc print function

11 years agoMerge branch 'master' of git://github.com/spesmilo/electrum
ThomasV [Fri, 23 Nov 2012 17:36:02 +0000]
Merge branch 'master' of git://github.com/spesmilo/electrum

11 years agofix
thomasv [Fri, 23 Nov 2012 16:11:32 +0000]
fix

11 years agosave height of transaction
thomasv [Fri, 23 Nov 2012 15:11:52 +0000]
save height of transaction

11 years agohandle case where an unconfirmed transaction is pruned by the server. also, fix bug...
thomasv [Fri, 23 Nov 2012 14:35:54 +0000]
handle case where an unconfirmed transaction is pruned by the server. also, fix bug with fee sign in details

11 years agoreturn parser object because it is needed to display help
thomasv [Fri, 23 Nov 2012 13:31:25 +0000]
return parser object because it is needed to display help

11 years agofix prioritization
thomasv [Fri, 23 Nov 2012 09:16:04 +0000]
fix prioritization

11 years agominor
ThomasV [Thu, 22 Nov 2012 19:14:42 +0000]
minor

11 years agoversion 1.5.1
ThomasV [Thu, 22 Nov 2012 19:02:28 +0000]
version 1.5.1

11 years agoMade the send_tx call for the lite gui asynchrone
Maran [Thu, 22 Nov 2012 18:33:13 +0000]
Made the send_tx call for the lite gui asynchrone

11 years agorm testing code
thomasv [Thu, 22 Nov 2012 12:27:30 +0000]
rm testing code

11 years agoreceived coins need to be known before
thomasv [Thu, 22 Nov 2012 12:24:44 +0000]
received coins need to be known before

11 years agofix sendtx
thomasv [Thu, 22 Nov 2012 12:12:17 +0000]
fix sendtx

11 years agofix balance display in flatfly's bug. restore the wallet.update() method
thomasv [Thu, 22 Nov 2012 12:10:01 +0000]
fix balance display in flatfly's bug. restore the wallet.update() method

11 years agoMerge pull request #48 from flatfly/patch-1
ThomasV [Thu, 22 Nov 2012 07:15:57 +0000]
Merge pull request #48 from flatfly/patch-1

Fix wallet path in deseed and reseed

11 years agoFix wallet path in deseed and reseed
flatfly [Wed, 21 Nov 2012 21:57:11 +0000]
Fix wallet path in deseed and reseed

11 years agoremove forgotten calls to deprecated method
ThomasV [Wed, 21 Nov 2012 19:02:49 +0000]
remove forgotten calls to deprecated method

11 years agoversion 1.5
ThomasV [Wed, 21 Nov 2012 07:13:52 +0000]
version 1.5

11 years agofix network dialog
ThomasV [Tue, 20 Nov 2012 20:46:45 +0000]
fix network dialog

11 years agosimplify the create/restore procedure
ThomasV [Tue, 20 Nov 2012 20:36:06 +0000]
simplify the create/restore procedure

11 years agosimplification
ThomasV [Tue, 20 Nov 2012 17:19:37 +0000]
simplification

11 years agoadd version to android path
ThomasV [Tue, 20 Nov 2012 16:56:23 +0000]
add version to android path

11 years agoandroid: update create and recover dialogs
ThomasV [Tue, 20 Nov 2012 16:21:57 +0000]
android: update create and recover dialogs

11 years agoallow offline creation/recovery within the gui
thomasv [Tue, 20 Nov 2012 14:30:46 +0000]
allow offline creation/recovery within the gui

11 years agoshow server type (pruning or full)
thomasv [Tue, 20 Nov 2012 12:33:36 +0000]
show server type (pruning or full)

11 years agoRevert "added TypeError category to existing exception"
thomasv [Mon, 19 Nov 2012 13:12:49 +0000]
Revert "added TypeError category to existing exception"

This reverts commit 86da219fb9a1bb48d83fb4902550fa0432d24353.

11 years agopop all options that are None before passing them to SimpleConfig
thomasv [Mon, 19 Nov 2012 13:05:42 +0000]
pop all options that are None before passing them to SimpleConfig

11 years agoindentation
thomasv [Mon, 19 Nov 2012 12:59:56 +0000]
indentation

11 years agofix indentation error
thomasv [Mon, 19 Nov 2012 12:56:25 +0000]
fix indentation error

11 years agoadded docstring for is_modifiable()
Jimbo77 [Mon, 19 Nov 2012 06:56:32 +0000]
added docstring for is_modifiable()

11 years agowrote basic SimpleConfig docstring
Jimbo77 [Mon, 19 Nov 2012 06:29:32 +0000]
wrote basic SimpleConfig docstring

11 years agoadded TypeError category to existing exception
Jimbo77 [Mon, 19 Nov 2012 04:32:21 +0000]
added TypeError category to existing exception

11 years agowrote docstring for get()
Jimbo77 [Mon, 19 Nov 2012 04:30:56 +0000]
wrote docstring for get()

11 years agocreated docstring for read_user_config()
Jimbo77 [Mon, 19 Nov 2012 02:58:35 +0000]
created docstring for read_user_config()

11 years agocreated docstring for read_system_config()
Jimbo77 [Mon, 19 Nov 2012 02:52:42 +0000]
created docstring for read_system_config()

11 years agochanged a couple exceptions to describe import errors
Jimbo77 [Mon, 19 Nov 2012 00:56:17 +0000]
changed a couple exceptions to describe import errors

11 years agomake a regular gui module for android
ThomasV [Sun, 18 Nov 2012 10:34:52 +0000]
make a regular gui module for android

11 years agoprevent window resizing by including the textview in a scrolled window
ThomasV [Fri, 16 Nov 2012 18:18:14 +0000]
prevent window resizing by including the textview in a scrolled window

11 years agodo not include fee in the transaction amount shown in history. adapt history to the...
thomasv [Fri, 16 Nov 2012 13:39:31 +0000]
do not include fee in the transaction amount shown in history. adapt history to the case where it was recovered from a pruning server

11 years agouse None as timestamp for pending transactions
thomasv [Fri, 16 Nov 2012 09:18:35 +0000]
use None as timestamp for pending transactions

11 years agofix for merchant script
ThomasV [Fri, 16 Nov 2012 06:47:00 +0000]
fix for merchant script

11 years agofix for notifications
thomasv [Thu, 15 Nov 2012 11:14:29 +0000]
fix for notifications

11 years agomore fixes for the 0.6 servers
thomasv [Thu, 15 Nov 2012 09:34:56 +0000]
more fixes for the 0.6 servers

11 years agogui fixes
ThomasV [Thu, 15 Nov 2012 08:14:24 +0000]
gui fixes

11 years agobump version number
ThomasV [Wed, 14 Nov 2012 14:44:16 +0000]
bump version number

11 years agocompatibility with 0.6 protocol
ThomasV [Wed, 14 Nov 2012 14:33:44 +0000]
compatibility with 0.6 protocol

11 years agoadding two more servers that upgraded
thomasv [Tue, 13 Nov 2012 14:26:49 +0000]
adding two more servers that upgraded

11 years agoadapt merchant script to SPV
thomasv [Fri, 9 Nov 2012 18:26:29 +0000]
adapt merchant script to SPV

11 years agoremove format conversion; unneeded since new protocol
thomasv [Fri, 9 Nov 2012 10:02:26 +0000]
remove format conversion; unneeded since new protocol

11 years agotext gui: buttons
thomasv [Thu, 8 Nov 2012 10:32:25 +0000]
text gui: buttons

11 years agotext gui: proxy
thomasv [Thu, 8 Nov 2012 10:12:03 +0000]
text gui: proxy

11 years agobetter input methods
thomasv [Thu, 8 Nov 2012 09:53:37 +0000]
better input methods

11 years agoinclude text_gui and deserialize in module
ThomasV [Thu, 8 Nov 2012 06:19:55 +0000]
include text_gui and deserialize in module

11 years agotext gui: fixes
ThomasV [Wed, 7 Nov 2012 23:00:33 +0000]
text gui: fixes

11 years agotext gui: send button
ThomasV [Wed, 7 Nov 2012 22:32:42 +0000]
text gui: send button

11 years agoraise exception on status mismatch too
ThomasV [Wed, 7 Nov 2012 20:59:06 +0000]
raise exception on status mismatch too

11 years agoraise exception on history with repeated tx
ThomasV [Wed, 7 Nov 2012 19:48:42 +0000]
raise exception on history with repeated tx

11 years agoraise exception in case of server error
ThomasV [Wed, 7 Nov 2012 19:46:18 +0000]
raise exception in case of server error

11 years agocheck that histories and transactions are consistent
ThomasV [Wed, 7 Nov 2012 19:25:23 +0000]
check that histories and transactions are consistent

11 years agocheck consistency of results received by get_history
ThomasV [Wed, 7 Nov 2012 08:37:14 +0000]
check consistency of results received by get_history

11 years agoinit headers file
ThomasV [Wed, 7 Nov 2012 07:45:53 +0000]
init headers file

11 years agoPROTOCOL_VERSION
ThomasV [Tue, 6 Nov 2012 21:20:54 +0000]
PROTOCOL_VERSION

11 years agoreadding bysh.me server
thomasv [Tue, 6 Nov 2012 10:05:04 +0000]
readding bysh.me server

11 years agoadd headers file only if it is found
thomasv [Tue, 6 Nov 2012 08:01:30 +0000]
add headers file only if it is found

11 years agodo not pass unconfirmed transactions to the verifier
ThomasV [Mon, 5 Nov 2012 19:40:57 +0000]
do not pass unconfirmed transactions to the verifier

11 years agocomment out the servers that are not 0.5
ThomasV [Mon, 5 Nov 2012 16:45:31 +0000]
comment out the servers that are not 0.5

11 years agofix: init_path
ThomasV [Mon, 5 Nov 2012 16:25:38 +0000]
fix: init_path

11 years agoprint -> print_error
thomasv [Mon, 5 Nov 2012 13:26:35 +0000]
print -> print_error

11 years agoMerge branch 'master' of github.com:spesmilo/electrum
thomasv [Mon, 5 Nov 2012 13:02:48 +0000]
Merge branch 'master' of github.com:spesmilo/electrum

11 years agodefault_wallet_file configuration string
thomasv [Mon, 5 Nov 2012 13:02:28 +0000]
default_wallet_file configuration string

11 years agoUpdated the bytesized-hosting.com to the shorter bysh.me so that the server meta...
Maran [Mon, 5 Nov 2012 12:18:57 +0000]
Updated the bytesized-hosting.com to the shorter bysh.me so that the server meta data fits

11 years agostart synchronizer only after verifier is created
thomasv [Mon, 5 Nov 2012 12:12:22 +0000]
start synchronizer only after verifier is created

11 years agoinclude headers file in package
thomasv [Mon, 5 Nov 2012 12:03:05 +0000]
include headers file in package

11 years agoupdate validate script with 0.5 protocol
thomasv [Mon, 5 Nov 2012 10:49:25 +0000]
update validate script with 0.5 protocol

11 years agowallet.get_label method
thomasv [Mon, 5 Nov 2012 10:08:16 +0000]
wallet.get_label method

11 years agohum, it should be a decimal division
thomasv [Mon, 5 Nov 2012 09:47:27 +0000]
hum, it should be a decimal division

11 years agofloat division
thomasv [Mon, 5 Nov 2012 09:43:57 +0000]
float division

11 years agofix syntax error in lite gui and get_default_label
thomasv [Mon, 5 Nov 2012 09:42:57 +0000]
fix syntax error in lite gui and get_default_label

11 years agoset timestamps on startup
thomasv [Mon, 5 Nov 2012 09:26:28 +0000]
set timestamps on startup

11 years agosend protocol version
ThomasV [Sun, 4 Nov 2012 21:45:50 +0000]
send protocol version

11 years agofix CLI restore
ThomasV [Sun, 4 Nov 2012 20:12:08 +0000]
fix CLI restore

11 years agosolve deadlock during restore
ThomasV [Sun, 4 Nov 2012 19:53:27 +0000]
solve deadlock during restore

11 years agoadd mnemonic functions to module
ThomasV [Sun, 4 Nov 2012 18:40:17 +0000]
add mnemonic functions to module

11 years agobugfix: wanted-> missing
ThomasV [Sun, 4 Nov 2012 18:27:21 +0000]
bugfix: wanted-> missing

11 years agofix race condition with prevout_values
ThomasV [Sun, 4 Nov 2012 16:17:40 +0000]
fix race condition with prevout_values

11 years agorequest missing transactions on startup
ThomasV [Sun, 4 Nov 2012 15:59:50 +0000]
request missing transactions on startup

11 years agorename history -> addr_history
ThomasV [Sun, 4 Nov 2012 14:47:19 +0000]
rename history -> addr_history

11 years agofix: timestamps in transactions
ThomasV [Sun, 4 Nov 2012 14:38:34 +0000]
fix: timestamps in transactions

11 years agoverbose option
ThomasV [Sun, 4 Nov 2012 11:27:01 +0000]
verbose option

11 years agogui fixes
ThomasV [Sun, 4 Nov 2012 10:57:12 +0000]
gui fixes

11 years agofix: get_tx_value
ThomasV [Sun, 4 Nov 2012 10:47:20 +0000]
fix: get_tx_value

11 years agofix: get_tx_value
ThomasV [Sun, 4 Nov 2012 10:38:09 +0000]
fix: get_tx_value

11 years agofix: get_tx_value
ThomasV [Sun, 4 Nov 2012 10:36:08 +0000]
fix: get_tx_value

11 years agodo not use old servers
ThomasV [Sun, 4 Nov 2012 10:08:05 +0000]
do not use old servers

11 years agonew protocol: the server sends serialized tx, deserialize it in the client
thomasv [Sat, 3 Nov 2012 08:17:40 +0000]
new protocol: the server sends serialized tx, deserialize it in the client

11 years agodefault ports to be used if we cannot get a list of peers
ThomasV [Thu, 1 Nov 2012 10:43:59 +0000]
default ports to be used if we cannot get a list of peers

11 years agoget_string
ThomasV [Tue, 30 Oct 2012 21:04:37 +0000]
get_string

11 years agosimplification
ThomasV [Tue, 30 Oct 2012 20:28:46 +0000]
simplification

11 years agotext gui: spacing between tabs
thomasv [Tue, 30 Oct 2012 17:42:39 +0000]
text gui: spacing between tabs

11 years agotext gui: dialogs
thomasv [Tue, 30 Oct 2012 17:36:09 +0000]
text gui: dialogs