set default fee to 200 uBTC
[electrum-nvc.git] / lib / wallet.py
2013-03-24 ecdsaset default fee to 200 uBTC
2013-03-24 ecdsaimplement MIN_RELAY_TX_FEE
2013-03-24 ecdsaprune unverified transactinos during upgrade
2013-03-24 ecdsarename fee to fee_per_kb
2013-03-24 ecdsatransaction lock
2013-03-23 ecdsaremove receipt code
2013-03-23 ecdsafix transaction order in history
2013-03-23 thomasvmore accurate computation of transaction fees.
2013-03-17 ecdsafix is_change
2013-03-17 ecdsado the banner request in interface, not in wallet
2013-03-16 MaranFix export master public key
2013-03-16 ecdsadefine wallet.get_num_tx()
2013-03-16 ecdsafix wallet.is_change() method
2013-03-15 thomasvmove http aliases to separate plugin
2013-03-14 thomasvadd label to internal transactions
2013-03-14 thomasvrely only on the verifier to get the height of transactions
2013-03-13 ecdsause an abstract class SequenceClass
2013-03-13 thomasvprint created address in terminal, as in previous versions
2013-03-12 ecdsabetter synchronize method
2013-03-12 ecdsaremove internal check that was too strong
2013-03-12 ecdsafix exception
2013-03-12 thomasvreplace 'ElectrumKeyID' with more general 'KeyID' field...
2013-03-12 thomasvdo not request banner twice
2013-03-07 ecdsacheck if the wallet has a seed before signing transaction
2013-03-07 ecdsafix: restore wallet from master public key
2013-03-05 ecdsarevert own commit
2013-03-05 ecdsado not run synchronize on deseeded wallets
2013-03-04 ecdsafix
2013-03-04 ecdsarename sequence, fix bip32
2013-03-03 ecdsafix: tx outputs
2013-03-03 thomasvfix
2013-03-03 thomasvrestrict plugins to the gui
2013-03-03 thomasvmove point of sale mode into plugins
2013-03-03 thomasvmethod get_private_keys for sequence
2013-03-03 thomasvmangle (for_change, index) everywhere
2013-03-02 ecdsamktx fix: add address for imported keys
2013-03-02 ecdsacheck if address is imported before index lookup
2013-03-02 ecdsaadd class BIP32Sequence
2013-03-02 thomasvplugin handler
2013-03-02 thomasvshow the balance of each account
2013-03-02 thomasvfix: save master public key on wallet creation
2013-03-02 thomasvreplace wallet.all_addresses() with wallet.addresses...
2013-03-02 thomasvaccounts
2013-03-01 thomasvmove is_valid from wallet class to bitcoin.py
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 thomasvuse history to determine if the wallet has been used
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)
next