use dumpprivkeys to efficiently dump private keys
[electrum-nvc.git] / lib / wallet.py
2013-02-26 thomasvuse dumpprivkeys to efficiently dump private keys
2013-02-26 thomasvmake most commands available in the console
2013-02-25 thomasvfix
2013-02-25 thomasvfix
2013-02-25 thomasvfix: addressbook
2013-02-25 thomasvfix: send_tx
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-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 ThomasVfix: import print_msg
2013-02-22 thomasvstore transactions in serialized form
2013-02-22 thomasvfix verify_message calls
2013-02-22 thomasvsimplify get_private_key, use base58
2013-02-22 thomasvmove crypto from wallet class to bitcoin.py
2013-02-22 thomasvsignrawtransaction: parse redeemScript
2013-02-21 thomasvadd dumpprivkey command; finalize private_keys paramete...
2013-02-21 thomasvcreate Transaction class
2013-02-18 ThomasVfix bug when timestamp is None
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-01 ThomasVtransform the wall into a python console
2013-01-30 thomasvbasic functions and tests for multisig transactions...
2013-01-29 thomasvmore robust synchronization method
2013-01-29 thomasvfix check_new_hist: transaction might not be in wallet
2013-01-24 ThomasVremove donation address
2013-01-23 Neil BoothPlace the change output in a random position
2013-01-06 ThomasVcheck decoded seed with master public key instead of...
2013-01-06 ThomasVfix bug with undetected incorrect password that can...
2013-01-05 ThomasVtest password before importing key
2013-01-05 ThomasVuse the same syntax as bitcoind for key import
2013-01-05 thomasvsupport for compressed keys
2013-01-02 ThomasVpopulate contacts with donation address
2013-01-02 thomasvparentheses
2013-01-02 thomasvfix for command line history (EagleTM)
2012-12-28 ThomasVfix address balance (received coins)
2012-12-14 ThomasVfix: do not request the same history twice
2012-12-07 thomasvfix: misplaced repr
2012-12-06 thomasvfix bug: to_address -> address
2012-12-05 thomasvstore timestamps in verifier
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-11-28 thomasvseparate non-modal window for QR codes (point of sale)
2012-11-26 thomasvsend change to last address of the input list
2012-11-24 ThomasVno daemon
2012-11-24 ThomasVnodaemon
2012-11-24 ThomasVrm assert clause: there is no guarantee about that
2012-11-23 ThomasVMerge branch 'master' of git://github.com/spesmilo...
2012-11-23 thomasvfix
2012-11-23 thomasvsave height of transaction
2012-11-23 thomasvhandle case where an unconfirmed transaction is pruned...
2012-11-23 thomasvfix prioritization
2012-11-22 ThomasVminor
2012-11-22 thomasvrm testing code
2012-11-22 thomasvreceived coins need to be known before
2012-11-22 thomasvfix sendtx
2012-11-22 thomasvfix balance display in flatfly's bug. restore the walle...
2012-11-20 ThomasVsimplify the create/restore procedure
2012-11-18 ThomasVmake a regular gui module for android
2012-11-16 thomasvdo not include fee in the transaction amount shown...
2012-11-16 thomasvuse None as timestamp for pending transactions
2012-11-15 thomasvfix for notifications
2012-11-15 thomasvmore fixes for the 0.6 servers
2012-11-15 ThomasVgui fixes
2012-11-14 ThomasVcompatibility with 0.6 protocol
2012-11-07 ThomasVraise exception on status mismatch too
2012-11-07 ThomasVraise exception on history with repeated tx
2012-11-07 ThomasVraise exception in case of server error
2012-11-07 ThomasVcheck that histories and transactions are consistent
2012-11-07 ThomasVcheck consistency of results received by get_history
2012-11-07 ThomasVinit headers file
2012-11-05 ThomasVdo not pass unconfirmed transactions to the verifier
2012-11-05 thomasvwallet.get_label method
2012-11-05 thomasvset timestamps on startup
2012-11-04 ThomasVsolve deadlock during restore
2012-11-04 ThomasVbugfix: wanted-> missing
2012-11-04 ThomasVfix race condition with prevout_values
2012-11-04 ThomasVrequest missing transactions on startup
2012-11-04 ThomasVrename history -> addr_history
2012-11-04 ThomasVfix: timestamps in transactions
2012-11-04 thomasvnew protocol: the server sends serialized tx, deseriali...
2012-10-29 thomasvdo not request merkle root for unconfirmed transactions
2012-10-27 ThomasVuse callback instead of wallet.was_updated
2012-10-27 ThomasVmove 'peers.subscribe' and 'server.version' calls into...
2012-10-26 ThomasVfix: synchronizer
2012-10-26 ThomasVbugfix: default to [], so that we do not create new...
2012-10-26 thomasvbugfix: add channel when calling send
2012-10-26 thomasvbugfix: address->addr
2012-10-26 thomasvuse WalletVerifier.add() method to register transactions
2012-10-25 ThomasVtie confirmation icons to payment verifier
2012-10-24 ThomasVsimple payment verification: check targets, use block...
next