documentation for offline wallets, release notes
[electrum-nvc.git] / lib /
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 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 ThomasVremove p2sh test; not needed anymore
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 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 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-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 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-15 MaranPrivate keys, instead of private key
2013-02-15 MaranAdded the option to export your private keys to csv
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 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-26 rdymacLatest wiki version for the upcoming version build
2013-01-24 ThomasVremove donation address
2013-01-23 Neil BoothPlace the change output in a random position
2013-01-21 rdymacTwo more, almost everything is set to be translate
2013-01-21 rdymacMore text strings and some fixes in new lines (2)
2013-01-21 rdymacText strings to appear translated
2013-01-21 rdymacSeparated the text string from the github bug URL
2013-01-20 ThomasVMerge pull request #123 from rdymac/patch-19
2013-01-20 ThomasVMerge pull request #122 from rdymac/patch-18
2013-01-20 rdymacThe current version number for the Wikia Electrum
2013-01-20 rdymacSeparated the new line command from text strings
2013-01-20 Neil BoothSupport NetBSD
2013-01-17 rdymac“Every time” is always two separate words.
2013-01-17 ThomasVMerge pull request #115 from rdymac/patch-14
2013-01-16 rdymacMore text strings to be translated
2013-01-16 rdymacChanged Master Public Key to first capital letters
2013-01-16 MaranFix quit electrum menu item not appearing in OSX; ...
next