fixes for pending accounts
[electrum-nvc.git] / lib / account.py
2014-07-07 ThomasVfixes for pending accounts
2014-07-06 ThomasVRewrite accounts and transactions: store pubkeys instea...
2014-06-24 ThomasVvarious bugfixes for imported addresses
2014-06-24 ThomasVdetect if wallet can sign tx before showing sign button
2014-06-21 ThomasVcompact serialized format for unsigned and partially...
2014-06-03 ThomasVfix get_pubkey for imported keys
2014-05-15 ThomasVmpk hex encoding
2014-05-05 ThomasVfix: num_accounts should return only confirmed bip32...
2014-05-04 ThomasVmove private key methods from wallet to accounts
2014-05-04 ThomasVreturn imported addresses as sorted
2014-05-04 ThomasVimported_keys and accounts
2014-05-02 ThomasVfix: pending accounts
2014-05-02 ThomasVhandle pending and imported accounts using account...
2014-04-03 ThomasVget_pubkey_from_x
2014-04-03 ThomasVaccount:simplification
2014-04-03 ThomasVaccount:simplification
2014-04-03 ThomasVfix: getpubkey
2014-04-03 ThomasVmultisig accounts: sort pubkeys
2014-04-02 ThomasVsort pubkeys in multisig scripts
2014-04-01 ThomasVmove get_keyID to accounts
2014-04-01 ThomasVfix redeem scripts
2014-04-01 ThomasVfix CKD in p2sh accounts
2014-04-01 ThomasVupdate bip32 accounts and wallet
2013-12-13 thomasvDuring wallet creation, do not write seed on disk befor...
2013-11-10 Bryan Stittreplace BaseException with Exception
2013-11-09 ThomasVcall check_seed in get_seed
2013-10-03 ThomasVgetpubkeys command
2013-09-04 thomasvfix modules
2013-09-02 ThomasVfix get_private_key for old addresses
2013-08-31 ThomasVrestore old accounts from seed
2013-08-29 ThomasVcreate new accounts through wallet.synchronize()
2013-08-17 ThomasVsave account name as label
2013-08-16 ThomasVfix for non-p2sh addresses
2013-08-16 ThomasVfix tx signing
2013-08-15 ThomasV2of3 accounts
2013-08-07 ThomasVhex encode the output of account.get_pubkey()
2013-08-07 ThomasVencryption of bip32 master private keys
2013-08-07 thomasvget_new_address -> get_address
2013-08-07 ThomasVbip32
2013-08-07 ThomasVhex encode the output of account.get_pubkey()
2013-08-05 ThomasVencryption of bip32 master private keys
2013-08-04 thomasvget_new_address -> get_address
2013-08-04 ThomasVbip32
2013-08-04 thomasvget_new_address -> get_address
2013-08-03 ThomasVbip32