save account name as label
[electrum-nvc.git] / lib / wallet.py
2013-08-17 ThomasVsave account name as label
2013-08-17 ThomasVcleanup
2013-08-17 ThomasVsimplify: public_key_from_private_key
2013-08-17 ThomasVdon't pass addresses to tx.sign(), pass keypairs instead
2013-08-17 ThomasVupdate signrawtransaction
2013-08-16 ThomasVwallet.num_accounts and account_id method
2013-08-16 ThomasVfix tx signing
2013-08-15 ThomasVcreate_accounts for 2of3
2013-08-15 ThomasV2of3 accounts
2013-08-07 ThomasVfix create_new_account
2013-08-07 ThomasVhex encode the output of account.get_pubkey()
2013-08-07 ThomasVencryption of bip32 master private keys
2013-08-07 ThomasVmake wallet.get_private_keys more general
2013-08-07 thomasvget_new_address -> get_address
2013-08-07 ThomasVbip32
2013-08-07 ThomasVfix create_new_account
2013-08-07 ThomasVhex encode the output of account.get_pubkey()
2013-08-05 ThomasVencryption of bip32 master private keys
2013-08-05 ThomasVmake wallet.get_private_keys more general
2013-08-04 thomasvget_new_address -> get_address
2013-08-04 ThomasVbip32
2013-08-04 thomasvget_new_address -> get_address
2013-08-03 ThomasVbip32
2013-07-16 MaranReworked notification flow and combined multiple transa...
2013-07-16 MaranAdded notifications when receiving a new transaction
2013-06-17 MaranSave contacts to the proper key in the wallet. fixes...
2013-06-01 ecdsabugfix: referenced transactions
2013-06-01 thomasvnew methods: init_menubar and load_wallet
2013-05-10 thomasvincrease default fee to 0.0005 btc/kb
2013-05-05 ecdsaadd error message for import_key failure
2013-05-02 ecdsaminor bugfix
2013-05-02 ecdsadeprecate wallet.save() and 'eval' command
2013-05-02 ecdsawallet.delete_contact method
2013-05-02 ecdsawallet.add_contact method
2013-05-02 ecdsawallet set_fee method
2013-05-02 ecdsadelete_imported_key method
2013-05-01 ecdsamove verify_message to wallet
2013-04-29 ecdsafix update_password: save use_encryption after seed
2013-04-27 ecdsadistinction between unconfirmed and unverified transactions
2013-04-12 thomasvmessage about frozen funds
2013-04-09 thomasvask users to enter their seed on create
2013-04-08 ecdsafix: don't raise exception in get_address_index
2013-04-08 ecdsamktx: send change to one of the accounts involved in...
2013-04-07 ecdsafix mktx
2013-04-06 thomasvhandle multiple accounts with separation
2013-04-05 thomasvkeyboard shortcut to send all the coins in a wallet...
2013-04-05 ecdsause ssl as default protocol
2013-03-24 ecdsafix int rounding
2013-03-24 ecdsasimplify loops
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
next