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