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

11 years agoadd dumpprivkey command; finalize private_keys parameter for signrawtransaction
thomasv [Thu, 21 Feb 2013 15:26:26 +0000]
add dumpprivkey command; finalize private_keys parameter for signrawtransaction

11 years agofix p2sh test
thomasv [Thu, 21 Feb 2013 14:36:38 +0000]
fix p2sh test

11 years agofix the p2sh test
thomasv [Thu, 21 Feb 2013 14:35:20 +0000]
fix the p2sh test

11 years agocreate Transaction class
thomasv [Thu, 21 Feb 2013 13:18:12 +0000]
create Transaction class

11 years agofixed bug: failed command ``history`` if ``wallet.get_tx_history()`` is empty
Andrej A Antonov [Thu, 21 Feb 2013 10:44:53 +0000]
fixed bug: failed command ``history`` if ``wallet.get_tx_history()`` is empty

11 years agoadded translation text string in gui_lite.py
Satoshi Kodama [Wed, 20 Feb 2013 14:54:44 +0000]
added translation text string in gui_lite.py

Added gettext _() to the "public key has been copied" text string to be translated.

11 years agoMerge branch 'master' of github.com:spesmilo/electrum
thomasv [Wed, 20 Feb 2013 12:10:38 +0000]
Merge branch 'master' of github.com:spesmilo/electrum

11 years agosupport for multisig functions
thomasv [Wed, 20 Feb 2013 12:10:32 +0000]
support for multisig functions

11 years agoDont migrate wallets for xp
Maran [Tue, 19 Feb 2013 19:28:53 +0000]
Dont migrate wallets for xp

11 years agouse standard indendation in age(), and fix the for loop in it
thomasv [Tue, 19 Feb 2013 12:52:18 +0000]
use standard indendation in age(), and fix the for loop in it

11 years agodo not use Qt outside of the Qt gui. Also, do not request i18n translations for messa...
thomasv [Tue, 19 Feb 2013 12:41:59 +0000]
do not use Qt outside of the Qt gui. Also, do not request i18n translations for messages that will be displayed once at most

11 years agoTweaked the migration a bit
Maran [Mon, 18 Feb 2013 22:45:27 +0000]
Tweaked the migration a bit

11 years agoMerge branch 'master' of https://github.com/spesmilo/electrum
Maran [Mon, 18 Feb 2013 22:45:06 +0000]
Merge branch 'master' of https://github.com/spesmilo/electrum

11 years agoAdded migration to APPDATA from LOCALAPPDATA for windows based Electrum installations
Maran [Mon, 18 Feb 2013 22:29:19 +0000]
Added migration to APPDATA from LOCALAPPDATA for windows based Electrum installations

11 years agoAdded migration to APPDATA from LOCALAPPDATA for windows based Electrum installations
Maran [Mon, 18 Feb 2013 22:29:19 +0000]
Added migration to APPDATA from LOCALAPPDATA for windows based Electrum installations

11 years agoMerge branch 'master' of git://github.com/spesmilo/electrum
ThomasV [Mon, 18 Feb 2013 20:12:54 +0000]
Merge branch 'master' of git://github.com/spesmilo/electrum

11 years agofix bug when timestamp is None
ThomasV [Mon, 18 Feb 2013 20:12:39 +0000]
fix bug when timestamp is None

11 years agoupdating url for headers file
thomasv [Mon, 18 Feb 2013 14:56:02 +0000]
updating url for headers file

11 years agoAdded qt console to setup fixes #145
Maran [Sun, 17 Feb 2013 18:27:39 +0000]
Added qt console to setup fixes #145

11 years agoPrivate keys, instead of private key
Maran [Fri, 15 Feb 2013 16:47:56 +0000]
Private keys, instead of private key

11 years agoUpdated release notes
Maran [Fri, 15 Feb 2013 16:45:00 +0000]
Updated release notes

11 years agoAdded the option to export your private keys to csv
Maran [Thu, 14 Feb 2013 16:31:29 +0000]
Added the option to export your private keys to csv

11 years agorelease notes for 1.7
ThomasV [Fri, 15 Feb 2013 16:11:25 +0000]
release notes for 1.7

11 years agoversion 1.7
ThomasV [Sun, 3 Feb 2013 14:21:50 +0000]
version 1.7

11 years agoraise exception if the method is used to overwrite the existing seed
ThomasV [Sun, 3 Feb 2013 14:12:40 +0000]
raise exception if the method is used to overwrite the existing seed

11 years agoinit_seed method. save seed and master public key separately
ThomasV [Sun, 3 Feb 2013 14:08:26 +0000]
init_seed method. save seed and master public key separately

11 years agomenu option to show private key
thomasv [Sat, 2 Feb 2013 10:46:02 +0000]
menu option to show private key

11 years agofix column width saving: do not store last column
thomasv [Sat, 2 Feb 2013 09:20:24 +0000]
fix column width saving: do not store last column

11 years agodelay console message until after the gui is initialized
thomasv [Sat, 2 Feb 2013 08:40:54 +0000]
delay console message until after the gui is initialized

11 years agoclear window on ctrl-L
ThomasV [Fri, 1 Feb 2013 17:32:56 +0000]
clear window on ctrl-L

11 years agoMerge pull request #142 from rdymac/patch-34
ThomasV [Fri, 1 Feb 2013 17:29:03 +0000]
Merge pull request #142 from rdymac/patch-34

import/export tab comment

11 years agotransform the wall into a python console
ThomasV [Fri, 1 Feb 2013 17:22:36 +0000]
transform the wall into a python console

11 years agoimport/export tab comment
rdymac [Fri, 1 Feb 2013 16:45:25 +0000]
import/export tab comment

Changed duplicated comment

11 years agoMerge pull request #136 from rdymac/patch-30
ThomasV [Thu, 31 Jan 2013 10:12:07 +0000]
Merge pull request #136 from rdymac/patch-30

Electrum version in the About section

11 years agoMerge pull request #139 from rdymac/patch-33
ThomasV [Thu, 31 Jan 2013 10:10:20 +0000]
Merge pull request #139 from rdymac/patch-33

Reviewed the entire code for missing text strings

11 years agodeserialize: p2sh trnsactions
thomasv [Wed, 30 Jan 2013 19:34:26 +0000]
deserialize: p2sh trnsactions

11 years agofix syntax error and indentation
thomasv [Wed, 30 Jan 2013 19:27:28 +0000]
fix syntax error and indentation

11 years agobasic functions and tests for multisig transactions and bip 32
thomasv [Wed, 30 Jan 2013 19:13:31 +0000]
basic functions and tests for multisig transactions and bip 32

11 years agoHide the empty label when no version is detected
Maran [Wed, 30 Jan 2013 15:25:48 +0000]
Hide the empty label when no version is detected

11 years agoReviewed the entire code for missing text strings
rdymac [Wed, 30 Jan 2013 09:16:00 +0000]
Reviewed the entire code for missing text strings

11 years agoMerge pull request #138 from rdymac/patch-32
ThomasV [Wed, 30 Jan 2013 08:09:14 +0000]
Merge pull request #138 from rdymac/patch-32

Adding restoring process to translations (2)

11 years agoAdding restoring process to translations (2)
rdymac [Wed, 30 Jan 2013 07:52:24 +0000]
Adding restoring process to translations (2)

"More text strings to be translated, this time from the restoring process and seedless wallets."

Fix (2): only separated the 'seedless' word, so it would be translated all over the code.

11 years agotrigger synchronize when block height is received
ThomasV [Wed, 30 Jan 2013 06:38:13 +0000]
trigger synchronize when block height is received

11 years agomore robust synchronization method
thomasv [Tue, 29 Jan 2013 13:53:13 +0000]
more robust synchronization method

11 years agoversion 1.6.2
thomasv [Tue, 29 Jan 2013 13:52:34 +0000]
version 1.6.2

11 years agofix check_new_hist: transaction might not be in wallet
thomasv [Tue, 29 Jan 2013 12:19:00 +0000]
fix check_new_hist: transaction might not be in wallet

11 years agobugfix: method does not exist
thomasv [Mon, 28 Jan 2013 14:35:48 +0000]
bugfix: method does not exist

11 years agosimplify if statement
thomasv [Mon, 28 Jan 2013 13:01:25 +0000]
simplify if statement

11 years agocount all transactions in num_tx, in order to show the correct gap
thomasv [Mon, 28 Jan 2013 12:59:23 +0000]
count all transactions in num_tx, in order to show the correct gap

11 years agoElectrum version in the About section
rdymac [Mon, 28 Jan 2013 12:39:56 +0000]
Electrum version in the About section

Added the Electrum version to the About section.

11 years agoMerge pull request #135 from rdymac/patch-27
ThomasV [Sun, 27 Jan 2013 04:54:56 +0000]
Merge pull request #135 from rdymac/patch-27

Latest wiki version for the upcoming version build

11 years agoLatest wiki version for the upcoming version build
rdymac [Sat, 26 Jan 2013 17:03:46 +0000]
Latest wiki version for the upcoming version build

Latest wiki version for the upcoming version build

11 years agoUpdated OS build script with locale support
Maran [Sat, 26 Jan 2013 16:14:58 +0000]
Updated OS build script with locale support