Fixes previously introduced bug
[electrum-nvc.git] / electrum
2013-04-11 MaranChanged the way the portable flag uses without supplyin...
2013-04-10 thomasvcall save_seed only in main script
2013-04-10 thomasvbetter seed dialog + fix bug with restore
2013-04-09 thomasvask users to enter their seed on create
2013-04-08 neliskyimplementing paytomany (untested)
2013-04-08 neliskyimplementing mksendmanytx
2013-04-06 thomasvhandle multiple accounts with separation
2013-03-23 thomasvmore accurate computation of transaction fees.
2013-03-15 thomasvglobal switch use_local_modules
2013-03-15 thomasvsimplification
2013-03-13 ecdsafix: number of arguments
2013-03-13 thomasvbug fix: init_seed
2013-03-13 thomasvdo not call exit() in the interface module
2013-03-12 ecdsastart verifier right after initialization
2013-03-12 thomasvalways enable auto_cycle for android
2013-03-12 thomasvupdates fro android
2013-03-10 ecdsaoptional wait parameter for interface
2013-03-10 ecdsado not wait for interface when launching gui
2013-03-07 ecdsasimilar fix for text mode
2013-03-07 ecdsafix: restore wallet from master public key
2013-03-04 ecdsamake help() available in console
2013-03-03 thomasvrestrict plugins to the gui
2013-03-02 ecdsarename gui package
2013-03-02 ThomasVimport gui using any name
2013-03-02 thomasvplugin handler
2013-03-02 thomasvseparate core and gui in different modules
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 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 thomasvrename 'addresses' command as 'listadresses'. use json...
2013-02-28 thomasvterminate after create or restore
2013-02-27 thomasvuse json format
2013-02-27 thomasvfix: deseed
2013-02-27 thomasvsimplify dumpprivkeys
2013-02-27 thomasvmore json formatting
2013-02-26 thomasvreturn python objects from commands, and display them...
2013-02-26 thomasvmove commands list to commands.py
2013-02-26 thomasvmove 'addresses' command
2013-02-26 thomasvuse dumpprivkeys to efficiently dump private keys
2013-02-26 thomasvmake most commands available in the console
2013-02-25 ThomasVlaunch verifier before synchronizer
2013-02-25 ThomasVsendtx -> sendrawtransaction
2013-02-25 thomasvchange the deseed command, remove reseed
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-23 ThomasVmove methods into Transaction class
2013-02-23 ThomasVrm unneeded address
2013-02-23 thomasvcheck if multisig transaction is complete, add is_compl...
2013-02-23 thomasvfix listunspent, add method wallet.get_unspent_coins
2013-02-23 thomasvcreate separate class for deterministic key generation...
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 thomasvsignrawtransaction: parse redeemScript
2013-02-21 thomasvimport ast at the beginning
2013-02-21 thomasvadd dumpprivkey command; finalize private_keys paramete...
2013-02-21 thomasvcreate Transaction class
2013-02-21 Andrej A Antonovfixed bug: failed command ``history`` if ``wallet.get_t...
2013-02-20 thomasvsupport for multisig functions
2013-02-18 MaranAdded migration to APPDATA from LOCALAPPDATA for window...
2013-02-18 MaranAdded migration to APPDATA from LOCALAPPDATA for window...
2013-02-03 ThomasVinit_seed method. save seed and master public key separ...
2013-01-13 ThomasVupdate help for importprivkey
2013-01-08 ThomasVrestore from mpk (text)
2013-01-08 thomasvexport seed in gui/restore from seed
2013-01-07 slushImport WalletFactory instead of Wallet
2013-01-06 ThomasVfix: unencrypted seed
2013-01-06 ThomasVfix bug with undetected incorrect password that can...
2013-01-05 ThomasVuse the same syntax as bitcoind for key import
2013-01-03 ThomasVtry http if tcp fails.
2013-01-02 thomasvcall set_language only if gui is used.
2013-01-02 thomasvoption to set gui language from command line
2013-01-02 thomasvfix: exit if no password is provided when needed
2012-12-17 thomasvuse portable flag on android instead of explicit path...
2012-12-17 thomasvchange headers path for android
2012-12-17 thomasvcommand line option for portable wallets
2012-12-05 thomasvnew command: signtx (offline transaction signing)
2012-12-05 thomasvallow multiple-outputs transactions with mktx()
2012-12-05 thomasvrevert to daemon threads because some clients do not...
2012-12-01 ThomasVfix path for android
2012-11-27 ThomasVprint_error -> print_msg
2012-11-24 ThomasVno daemon
2012-11-24 ThomasVnodaemon
2012-11-23 ThomasVreturn True in retore_wallet
2012-11-23 ThomasVreturn True in network dialog, because None means offline
2012-11-23 ThomasVuse adhoc print function
2012-11-23 thomasvreturn parser object because it is needed to display...
2012-11-22 thomasvfix balance display in flatfly's bug. restore the walle...
2012-11-21 flatflyFix wallet path in deseed and reseed
2012-11-20 ThomasVfix network dialog
2012-11-20 ThomasVsimplify the create/restore procedure
2012-11-20 ThomasVsimplification
next