electrum-nvc.git
2013-02-25 thomasvdocumentation for offline wallets, release notes
2013-02-25 thomasvrename inpust_info -> input_info
2013-02-25 ThomasVoffline wallets sign transactions using KeyID
2013-02-24 ThomasVremove signtx command (replaced by signrawtransaction).
2013-02-24 thomasvuse serialized format in signtx
2013-02-24 thomasvmove seed generation function to bitcoin.py
2013-02-24 thomasvfix: set tx_height when it is not None
2013-02-24 ThomasVdisable https because the server requests a client...
2013-02-23 ThomasVmethod to run custom script
2013-02-23 ThomasVword per word completions
2013-02-23 ThomasVadd flush method for stdoutProxy, for compatibility
2013-02-23 ThomasVdon't show prefixes in completions
2013-02-23 ThomasVshow tab completions in console
2013-02-23 ThomasVcompletions
2013-02-23 ThomasVfix is_complete: count number of valid signatures
2013-02-23 ThomasVminor fix: unneeded
2013-02-23 ThomasVminor fix
2013-02-23 ThomasVmove methods into Transaction class
2013-02-23 ThomasVrm unneeded address
2013-02-23 ThomasVremove p2sh test; not needed anymore
2013-02-23 ThomasVupdate RELEASE_NOTES: add multisig, shorten gui export...
2013-02-23 ThomasVMerge branch 'master' of git://github.com/spesmilo...
2013-02-23 thomasvsimplification: tx_for_sig
2013-02-23 thomasvcheck if multisig transaction is complete, add is_compl...
2013-02-23 thomasvmultisig: raise exception if no signature can be added
2013-02-23 thomasvfix deserialize: OP_0 is not OP_PUSHDATA
2013-02-23 thomasvfix history sorting function
2013-02-23 thomasvfix listunspent, add method wallet.get_unspent_coins
2013-02-23 thomasvfix get_tx_details
2013-02-23 thomasvfix: use deserialized tx outputs in choose_tx_inputs
2013-02-23 thomasvremove unused method
2013-02-23 thomasvcreate separate class for deterministic key generation...
2013-02-23 thomasvremove debugging messages
2013-02-23 ThomasVfix: import print_msg
2013-02-22 thomasvstore transactions in serialized form
2013-02-22 thomasvfix verify_message calls
2013-02-22 thomasvuse 4-spaces indentation
2013-02-22 thomasvsimplify get_private_key, use base58
2013-02-22 thomasvmove crypto from wallet class to bitcoin.py
2013-02-22 thomasvMerge branch 'master' of github.com:spesmilo/electrum
2013-02-22 thomasvadd listunspent
2013-02-22 ThomasVMerge pull request #149 from polymorphm/tiny-bugfix...
2013-02-22 thomasvMerge branch 'master' of github.com:spesmilo/electrum
2013-02-22 thomasvsignrawtransaction: parse redeemScript
2013-02-22 Maran H.Merge pull request #148 from snipsnipsnip/add-translati...
2013-02-21 thomasvbugfix: for_sig != -1
2013-02-21 thomasvimport ast at the beginning
2013-02-21 thomasvadd dumpprivkey command; finalize private_keys paramete...
2013-02-21 thomasvfix p2sh test
2013-02-21 thomasvfix the p2sh test
2013-02-21 thomasvcreate Transaction class
2013-02-21 Andrej A Antonovfixed bug: failed command ``history`` if ``wallet.get_t...
2013-02-20 Satoshi Kodamaadded translation text string in gui_lite.py
2013-02-20 thomasvMerge branch 'master' of github.com:spesmilo/electrum
2013-02-20 thomasvsupport for multisig functions
2013-02-19 MaranDont migrate wallets for xp
2013-02-19 thomasvuse standard indendation in age(), and fix the for...
2013-02-19 thomasvdo not use Qt outside of the Qt gui. Also, do not reque...
2013-02-18 MaranTweaked the migration a bit
2013-02-18 MaranMerge branch 'master' of https://github.com/spesmilo...
2013-02-18 MaranAdded migration to APPDATA from LOCALAPPDATA for window...
2013-02-18 MaranAdded migration to APPDATA from LOCALAPPDATA for window...
2013-02-18 ThomasVMerge branch 'master' of git://github.com/spesmilo...
2013-02-18 ThomasVfix bug when timestamp is None
2013-02-18 thomasvupdating url for headers file
2013-02-17 MaranAdded qt console to setup fixes #145
2013-02-15 MaranPrivate keys, instead of private key
2013-02-15 MaranUpdated release notes
2013-02-15 MaranAdded the option to export your private keys to csv
2013-02-15 ThomasVrelease notes for 1.7
2013-02-03 ThomasVversion 1.7
2013-02-03 ThomasVraise exception if the method is used to overwrite...
2013-02-03 ThomasVinit_seed method. save seed and master public key separ...
2013-02-02 thomasvmenu option to show private key
2013-02-02 thomasvfix column width saving: do not store last column
2013-02-02 thomasvdelay console message until after the gui is initialized
2013-02-01 ThomasVclear window on ctrl-L
2013-02-01 ThomasVMerge pull request #142 from rdymac/patch-34
2013-02-01 ThomasVtransform the wall into a python console
2013-02-01 rdymacimport/export tab comment
2013-01-31 ThomasVMerge pull request #136 from rdymac/patch-30
2013-01-31 ThomasVMerge pull request #139 from rdymac/patch-33
2013-01-30 thomasvdeserialize: p2sh trnsactions
2013-01-30 thomasvfix syntax error and indentation
2013-01-30 thomasvbasic functions and tests for multisig transactions...
2013-01-30 MaranHide the empty label when no version is detected
2013-01-30 rdymacReviewed the entire code for missing text strings
2013-01-30 ThomasVMerge pull request #138 from rdymac/patch-32
2013-01-30 rdymacAdding restoring process to translations (2)
2013-01-30 ThomasVtrigger synchronize when block height is received
2013-01-29 thomasvmore robust synchronization method
2013-01-29 thomasvversion 1.6.2
2013-01-29 thomasvfix check_new_hist: transaction might not be in wallet
2013-01-28 thomasvbugfix: method does not exist
2013-01-28 thomasvsimplify if statement
2013-01-28 thomasvcount all transactions in num_tx, in order to show...
2013-01-28 rdymacElectrum version in the About section
2013-01-27 ThomasVMerge pull request #135 from rdymac/patch-27
2013-01-26 rdymacLatest wiki version for the upcoming version build
2013-01-26 MaranUpdated OS build script with locale support
next