electrum-nvc.git
11 years agorename 'addresses' command as 'listadresses'. use json syntax.
thomasv [Fri, 1 Mar 2013 10:21:10 +0000]
rename 'addresses' command as 'listadresses'. use json syntax.

11 years agodefault parameter for addresses() command
thomasv [Fri, 1 Mar 2013 08:58:06 +0000]
default parameter for addresses() command

11 years agouse Decimal in listunspent
ThomasV [Fri, 1 Mar 2013 05:43:08 +0000]
use Decimal in listunspent

11 years agoterminate after create or restore
thomasv [Thu, 28 Feb 2013 16:21:30 +0000]
terminate after create or restore

11 years agoadd commands to setup.py
thomasv [Thu, 28 Feb 2013 16:19:48 +0000]
add commands to setup.py

11 years agoimprove gui.show_tx_details
thomasv [Thu, 28 Feb 2013 12:13:35 +0000]
improve gui.show_tx_details

11 years agodon't show the sequence field
thomasv [Thu, 28 Feb 2013 10:38:33 +0000]
don't show the sequence field

11 years agoadd stretch to raw tx tab too
thomasv [Thu, 28 Feb 2013 10:33:54 +0000]
add stretch to raw tx tab too

11 years agodisable testing code
thomasv [Thu, 28 Feb 2013 10:17:15 +0000]
disable testing code

11 years agocode refactoring; remove redundancies and sanitize transactions read from file or...
thomasv [Thu, 28 Feb 2013 10:16:07 +0000]
code refactoring; remove redundancies and sanitize transactions read from file or text

11 years agoprevent the creation of incomplete wallets
ThomasV [Wed, 27 Feb 2013 22:07:30 +0000]
prevent the creation of incomplete wallets

11 years agorestore the description field
ThomasV [Wed, 27 Feb 2013 21:24:49 +0000]
restore the description field

11 years agofix the tx counter field
ThomasV [Wed, 27 Feb 2013 20:22:52 +0000]
fix the tx counter field

11 years agouse json istead of ast
thomasv [Wed, 27 Feb 2013 18:14:51 +0000]
use json istead of ast

11 years agoLast few fixes for raw transaction handling
Maran [Wed, 27 Feb 2013 17:20:11 +0000]
Last few fixes for raw transaction handling

11 years agoWork in progress for message signing via classic gui
Maran [Wed, 27 Feb 2013 14:58:46 +0000]
Work in progress for message signing via classic gui

11 years agouse json format
thomasv [Wed, 27 Feb 2013 17:11:45 +0000]
use json format

11 years agofix: deseed
thomasv [Wed, 27 Feb 2013 17:01:58 +0000]
fix: deseed

11 years agofix: seed, password
thomasv [Wed, 27 Feb 2013 15:15:56 +0000]
fix: seed, password

11 years agomove method signrawtransaction to wallet class
thomasv [Wed, 27 Feb 2013 14:49:26 +0000]
move method signrawtransaction to wallet class

11 years agoupdate tx label in gui
thomasv [Wed, 27 Feb 2013 11:51:49 +0000]
update tx label in gui

11 years agofix: mktx syntax
thomasv [Wed, 27 Feb 2013 11:47:11 +0000]
fix: mktx syntax

11 years agocallback -> _callback
thomasv [Wed, 27 Feb 2013 11:40:16 +0000]
callback -> _callback

11 years agosort completions
thomasv [Wed, 27 Feb 2013 11:38:04 +0000]
sort completions

11 years agodocumentation for the console
thomasv [Wed, 27 Feb 2013 10:12:33 +0000]
documentation for the console

11 years agosimplify dumpprivkeys
thomasv [Wed, 27 Feb 2013 09:36:52 +0000]
simplify dumpprivkeys

11 years agomore json formatting
thomasv [Wed, 27 Feb 2013 09:24:53 +0000]
more json formatting

11 years agouse history to determine if the wallet has been used
thomasv [Wed, 27 Feb 2013 09:13:03 +0000]
use history to determine if the wallet has been used

11 years agodeep copy output to prevent side-effect
thomasv [Wed, 27 Feb 2013 08:09:58 +0000]
deep copy output to prevent side-effect

11 years agofix: input_info missing in transaction
thomasv [Tue, 26 Feb 2013 17:18:36 +0000]
fix: input_info missing in transaction

11 years agoreturn python objects
thomasv [Tue, 26 Feb 2013 17:10:29 +0000]
return python objects

11 years agoreturn python objects from commands, and display them as json
thomasv [Tue, 26 Feb 2013 16:57:48 +0000]
return python objects from commands, and display them as json

11 years agodumpprivkeys is offline
thomasv [Tue, 26 Feb 2013 15:31:42 +0000]
dumpprivkeys is offline

11 years agomove commands list to commands.py
thomasv [Tue, 26 Feb 2013 15:29:44 +0000]
move commands list to commands.py

11 years agomore efficient method for exporting private keys
thomasv [Tue, 26 Feb 2013 15:29:23 +0000]
more efficient method for exporting private keys

11 years agomove 'addresses' command
thomasv [Tue, 26 Feb 2013 15:11:19 +0000]
move 'addresses' command

11 years agouse dumpprivkeys to efficiently dump private keys
thomasv [Tue, 26 Feb 2013 15:03:04 +0000]
use dumpprivkeys to efficiently dump private keys

11 years agoconvert satoshis to btc in listunspent
thomasv [Tue, 26 Feb 2013 14:30:37 +0000]
convert satoshis to btc in listunspent

11 years agofix: parameters
thomasv [Tue, 26 Feb 2013 14:13:44 +0000]
fix: parameters

11 years agohelper function for mktx, payto
thomasv [Tue, 26 Feb 2013 14:13:01 +0000]
helper function for mktx, payto

11 years agodo not add password to the command parameters, put it in a field, to allow optional...
thomasv [Tue, 26 Feb 2013 14:09:43 +0000]
do not add password to the command parameters, put it in a field, to allow optional parameters

11 years agorm unneeded import
thomasv [Tue, 26 Feb 2013 13:22:48 +0000]
rm unneeded import

11 years agomake most commands available in the console
thomasv [Tue, 26 Feb 2013 12:56:48 +0000]
make most commands available in the console

11 years agoconsole: catch help()
ThomasV [Mon, 25 Feb 2013 21:52:09 +0000]
console: catch help()

11 years agolaunch verifier before synchronizer
ThomasV [Mon, 25 Feb 2013 21:21:07 +0000]
launch verifier before synchronizer

11 years agosendtx -> sendrawtransaction
ThomasV [Mon, 25 Feb 2013 20:01:02 +0000]
sendtx -> sendrawtransaction

11 years agoindent unsigned tx
ThomasV [Mon, 25 Feb 2013 19:48:45 +0000]
indent unsigned tx

11 years agofix: unsigned transactions in gui
ThomasV [Mon, 25 Feb 2013 19:46:38 +0000]
fix: unsigned transactions in gui

11 years agofix
thomasv [Mon, 25 Feb 2013 18:04:41 +0000]
fix

11 years agofix
thomasv [Mon, 25 Feb 2013 17:50:12 +0000]
fix

11 years agofix: addressbook
thomasv [Mon, 25 Feb 2013 17:17:02 +0000]
fix: addressbook

11 years agofix: send_tx
thomasv [Mon, 25 Feb 2013 17:15:14 +0000]
fix: send_tx

11 years agochange the deseed command, remove reseed
thomasv [Mon, 25 Feb 2013 09:49:31 +0000]
change the deseed command, remove reseed

11 years agodocumentation for offline wallets, release notes
thomasv [Mon, 25 Feb 2013 09:14:20 +0000]
documentation for offline wallets, release notes

11 years agorename inpust_info -> input_info
thomasv [Mon, 25 Feb 2013 08:34:47 +0000]
rename inpust_info -> input_info

11 years agooffline wallets sign transactions using KeyID
ThomasV [Mon, 25 Feb 2013 08:05:45 +0000]
offline wallets sign transactions using KeyID

11 years agoremove signtx command (replaced by signrawtransaction).
ThomasV [Sun, 24 Feb 2013 21:05:49 +0000]
remove signtx command (replaced by signrawtransaction).

11 years agouse serialized format in signtx
thomasv [Sun, 24 Feb 2013 20:31:11 +0000]
use serialized format in signtx

11 years agomove seed generation function to bitcoin.py
thomasv [Sun, 24 Feb 2013 09:16:14 +0000]
move seed generation function to bitcoin.py

11 years agofix: set tx_height when it is not None
thomasv [Sun, 24 Feb 2013 08:39:43 +0000]
fix: set tx_height when it is not None

11 years agodisable https because the server requests a client certificate
ThomasV [Sun, 24 Feb 2013 07:21:42 +0000]
disable https because the server requests a client certificate

11 years agomethod to run custom script
ThomasV [Sat, 23 Feb 2013 20:01:19 +0000]
method to run custom script

11 years agoword per word completions
ThomasV [Sat, 23 Feb 2013 19:48:22 +0000]
word per word completions

11 years agoadd flush method for stdoutProxy, for compatibility
ThomasV [Sat, 23 Feb 2013 19:33:10 +0000]
add flush method for stdoutProxy, for compatibility

11 years agodon't show prefixes in completions
ThomasV [Sat, 23 Feb 2013 19:26:05 +0000]
don't show prefixes in completions

11 years agoshow tab completions in console
ThomasV [Sat, 23 Feb 2013 19:21:46 +0000]
show tab completions in console

11 years agocompletions
ThomasV [Wed, 20 Feb 2013 14:06:49 +0000]
completions

11 years agofix is_complete: count number of valid signatures
ThomasV [Sat, 23 Feb 2013 16:36:32 +0000]
fix is_complete: count number of valid signatures

11 years agominor fix: unneeded
ThomasV [Sat, 23 Feb 2013 16:23:12 +0000]
minor fix: unneeded

11 years agominor fix
ThomasV [Sat, 23 Feb 2013 16:20:22 +0000]
minor fix

11 years agomove methods into Transaction class
ThomasV [Sat, 23 Feb 2013 16:18:22 +0000]
move methods into Transaction class

11 years agorm unneeded address
ThomasV [Sat, 23 Feb 2013 15:56:38 +0000]
rm unneeded address

11 years agoremove p2sh test; not needed anymore
ThomasV [Sat, 23 Feb 2013 15:42:48 +0000]
remove p2sh test; not needed anymore

11 years agoupdate RELEASE_NOTES: add multisig, shorten gui export keys
ThomasV [Sat, 23 Feb 2013 15:26:41 +0000]
update RELEASE_NOTES: add multisig, shorten gui export keys

11 years agoMerge branch 'master' of git://github.com/spesmilo/electrum
ThomasV [Sat, 23 Feb 2013 15:09:13 +0000]
Merge branch 'master' of git://github.com/spesmilo/electrum

11 years agosimplification: tx_for_sig
thomasv [Sat, 23 Feb 2013 14:15:16 +0000]
simplification: tx_for_sig

11 years agocheck if multisig transaction is complete, add is_complete to json output
thomasv [Sat, 23 Feb 2013 14:11:41 +0000]
check if multisig transaction is complete, add is_complete to json output

11 years agomultisig: raise exception if no signature can be added
thomasv [Sat, 23 Feb 2013 13:42:31 +0000]
multisig: raise exception if no signature can be added

11 years agofix deserialize: OP_0 is not OP_PUSHDATA
thomasv [Sat, 23 Feb 2013 13:41:55 +0000]
fix deserialize: OP_0 is not OP_PUSHDATA

11 years agofix history sorting function
thomasv [Sat, 23 Feb 2013 12:29:03 +0000]
fix history sorting function

11 years agofix listunspent, add method wallet.get_unspent_coins
thomasv [Sat, 23 Feb 2013 12:18:15 +0000]
fix listunspent, add method wallet.get_unspent_coins

11 years agofix get_tx_details
thomasv [Sat, 23 Feb 2013 11:11:32 +0000]
fix get_tx_details

11 years agofix: use deserialized tx outputs in choose_tx_inputs
thomasv [Sat, 23 Feb 2013 11:07:46 +0000]
fix: use deserialized tx outputs in choose_tx_inputs

11 years agoremove unused method
thomasv [Sat, 23 Feb 2013 10:50:09 +0000]
remove unused method

11 years agocreate separate class for deterministic key generation. add pubkeys to validateaddress
thomasv [Sat, 23 Feb 2013 10:35:46 +0000]
create separate class for deterministic key generation. add pubkeys to validateaddress

11 years agoremove debugging messages
thomasv [Sat, 23 Feb 2013 09:00:33 +0000]
remove debugging messages

11 years agofix: import print_msg
ThomasV [Sat, 23 Feb 2013 00:01:27 +0000]
fix: import print_msg

11 years agostore transactions in serialized form
thomasv [Fri, 22 Feb 2013 18:22:22 +0000]
store transactions in serialized form

11 years agofix verify_message calls
thomasv [Fri, 22 Feb 2013 16:50:56 +0000]
fix verify_message calls

11 years agouse 4-spaces indentation
thomasv [Fri, 22 Feb 2013 16:50:11 +0000]
use 4-spaces indentation

11 years agosimplify get_private_key, use base58
thomasv [Fri, 22 Feb 2013 16:27:19 +0000]
simplify get_private_key, use base58

11 years agomove crypto from wallet class to bitcoin.py
thomasv [Fri, 22 Feb 2013 15:17:46 +0000]
move crypto from wallet class to bitcoin.py

11 years agoMerge branch 'master' of github.com:spesmilo/electrum
thomasv [Fri, 22 Feb 2013 13:26:22 +0000]
Merge branch 'master' of github.com:spesmilo/electrum

11 years agoadd listunspent
thomasv [Fri, 22 Feb 2013 13:26:18 +0000]
add listunspent

11 years agoMerge pull request #149 from polymorphm/tiny-bugfix--history-balance
ThomasV [Fri, 22 Feb 2013 12:45:27 +0000]
Merge pull request #149 from polymorphm/tiny-bugfix--history-balance

command ``history`` fail -- if not transactions

11 years agoMerge branch 'master' of github.com:spesmilo/electrum
thomasv [Fri, 22 Feb 2013 12:40:52 +0000]
Merge branch 'master' of github.com:spesmilo/electrum

11 years agosignrawtransaction: parse redeemScript
thomasv [Fri, 22 Feb 2013 12:40:42 +0000]
signrawtransaction: parse redeemScript

11 years agoMerge pull request #148 from snipsnipsnip/add-translation-string
Maran H. [Fri, 22 Feb 2013 12:11:28 +0000]
Merge pull request #148 from snipsnipsnip/add-translation-string

added translation text string in gui_lite.py

11 years agobugfix: for_sig != -1
thomasv [Thu, 21 Feb 2013 15:51:02 +0000]
bugfix: for_sig != -1

11 years agoimport ast at the beginning
thomasv [Thu, 21 Feb 2013 15:42:01 +0000]
import ast at the beginning