electrum-nvc.git
2013-03-02 thomasvseparate core and gui in different modules
2013-03-02 thomasvfix
2013-03-02 thomasvreplace wallet.all_addresses() with wallet.addresses...
2013-03-02 thomasvaccounts
2013-03-02 thomasvuse imp to detect and load the local electrum module
2013-03-01 thomasvmove is_valid from wallet class to bitcoin.py
2013-03-01 thomasvmissing arguments and types conversions
2013-03-01 thomasvprioritize
2013-03-01 thomasvalphabetical order
2013-03-01 thomasvfix command names: setconfig, setconfig
2013-03-01 thomasvregister commands, check for their arguments
2013-03-01 thomasvrename 'balance' command as 'getbalance', per bitcoind
2013-03-01 thomasvdon't use underscore in commands.
2013-03-01 thomasvrename 'addresses' command as 'listadresses'. use json...
2013-03-01 thomasvdefault parameter for addresses() command
2013-03-01 ThomasVuse Decimal in listunspent
2013-02-28 thomasvterminate after create or restore
2013-02-28 thomasvadd commands to setup.py
2013-02-28 thomasvimprove gui.show_tx_details
2013-02-28 thomasvdon't show the sequence field
2013-02-28 thomasvadd stretch to raw tx tab too
2013-02-28 thomasvdisable testing code
2013-02-28 thomasvcode refactoring; remove redundancies and sanitize...
2013-02-27 ThomasVprevent the creation of incomplete wallets
2013-02-27 ThomasVrestore the description field
2013-02-27 ThomasVfix the tx counter field
2013-02-27 thomasvuse json istead of ast
2013-02-27 MaranLast few fixes for raw transaction handling
2013-02-27 MaranWork in progress for message signing via classic gui
2013-02-27 thomasvuse json format
2013-02-27 thomasvfix: deseed
2013-02-27 thomasvfix: seed, password
2013-02-27 thomasvmove method signrawtransaction to wallet class
2013-02-27 thomasvupdate tx label in gui
2013-02-27 thomasvfix: mktx syntax
2013-02-27 thomasvcallback -> _callback
2013-02-27 thomasvsort completions
2013-02-27 thomasvdocumentation for the console
2013-02-27 thomasvsimplify dumpprivkeys
2013-02-27 thomasvmore json formatting
2013-02-27 thomasvuse history to determine if the wallet has been used
2013-02-27 thomasvdeep copy output to prevent side-effect
2013-02-26 thomasvfix: input_info missing in transaction
2013-02-26 thomasvreturn python objects
2013-02-26 thomasvreturn python objects from commands, and display them...
2013-02-26 thomasvdumpprivkeys is offline
2013-02-26 thomasvmove commands list to commands.py
2013-02-26 thomasvmore efficient method for exporting private keys
2013-02-26 thomasvmove 'addresses' command
2013-02-26 thomasvuse dumpprivkeys to efficiently dump private keys
2013-02-26 thomasvconvert satoshis to btc in listunspent
2013-02-26 thomasvfix: parameters
2013-02-26 thomasvhelper function for mktx, payto
2013-02-26 thomasvdo not add password to the command parameters, put...
2013-02-26 thomasvrm unneeded import
2013-02-26 thomasvmake most commands available in the console
2013-02-25 ThomasVconsole: catch help()
2013-02-25 ThomasVlaunch verifier before synchronizer
2013-02-25 ThomasVsendtx -> sendrawtransaction
2013-02-25 ThomasVindent unsigned tx
2013-02-25 ThomasVfix: unsigned transactions in gui
2013-02-25 thomasvfix
2013-02-25 thomasvfix
2013-02-25 thomasvfix: addressbook
2013-02-25 thomasvfix: send_tx
2013-02-25 thomasvchange the deseed command, remove reseed
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
next