Made all bip32 primitives testnet compatible.
[electrum-nvc.git] / lib / bitcoin.py
2014-06-27 Chris GlassMade all bip32 primitives testnet compatible.
2014-06-25 ThomasVrestore from xprv
2014-06-25 Chris GlassAdded private/public key tests
2014-06-25 Chris GlassMoved bitcoin.py tests to their own file
2014-06-05 ThomasVadd pbkdf2 dependency
2014-06-03 ThomasVunit test for aes
2014-06-03 ThomasVmove tests to unittest format
2014-05-30 ThomasVclass MyVerifyingKey, with constructor to submit to...
2014-05-28 ThomasVRemove Bitcoin address from serialized encryption forma...
2014-05-27 Lucas Ryanin ecies encryption, mac headers+ciphertext instead...
2014-05-27 Lucas Ryanreplaced jackjack encryption with corrected ecies imple...
2014-05-04 ThomasVutf8 encoding for seed encryption
2014-05-04 ThomasVmove private key methods from wallet to accounts
2014-04-30 ThomasVfix bug with has_seed
2014-04-29 ThomasVnew class: Imported_Wallet
2014-04-29 ThomasVis_new_seed: encode utf8
2014-04-20 ThomasVfix #655
2014-04-14 DrakLower minimum tx fee in line with Bitcoin 0.9
2014-04-05 ThomasVcheck seed in gui. fixes #622
2014-04-01 ThomasVhelper functions for bip32 derivations
2014-03-31 ThomasVupdate bip32 derivations, using xpriv and xpub serializ...
2014-03-31 ThomasVupdate bip32 derivations, using xpriv and xpub serializ...
2014-03-31 ThomasVupdate bip32 derivations, using xpriv and xpub serializ...
2014-03-04 ThomasVadd get_public_key method to EC_KEY class
2014-03-03 ThomasVencrypt/decrypt messages in gui
2014-02-03 ThomasVremove redundant function
2014-02-01 ThomasVbip39
2014-01-30 ThomasVnew commands: encrypt and decrypt messages
2014-01-30 ThomasVadd ECDSA asymmetric encryption
2014-01-29 ThomasVenable bip32
2014-01-04 William YagerCleaned up/commented BIP 0032 key derivation.
2013-11-18 Juho ÖstmanAllow password to have non-ASCII characters
2013-11-10 Bryan Stittdon't use bare except
2013-11-10 Bryan Stittreplace BaseException with Exception
2013-10-26 ThomasVseed v6
2013-10-07 thomasvupgrade message for ecdsa
2013-10-05 ThomasVchoose_tx_from account, and use deterministic signature...
2013-09-15 thomasvsign/verify: do unicode conversion only for messages...
2013-09-15 thomasvsign unicode messages
2013-09-10 FredrickBugfix: Allow signing messages over 252 characters
2013-09-09 thomasvfix address_from_perivate_key
2013-09-04 thomasvmove transaction code and fix issue #280
2013-08-17 ThomasVfix bug with signatures
2013-08-17 ThomasVfixes for signrawtransaction
2013-08-17 ThomasVinclude master public key in bip32 metadata
2013-08-17 ThomasVsimplify: public_key_from_private_key
2013-08-17 ThomasVdon't pass addresses to tx.sign(), pass keypairs instead
2013-08-16 ThomasVsimplify tx.sign()
2013-08-16 ThomasVwallet.num_accounts and account_id method
2013-08-16 ThomasVfix is_complete in tx.sign()
2013-08-16 ThomasVfix for non-p2sh addresses
2013-08-16 ThomasVfix tx signing
2013-08-15 ThomasVcreate_accounts for 2of3
2013-08-15 ThomasV2of3 accounts
2013-08-07 ThomasVbip32
2013-08-04 ThomasVbip32
2013-08-03 ThomasVbip32
2013-07-19 thomasvupdate BIP32 to its final spec
2013-06-02 Markufix BIP32Sequence::get_pubkey not using mpk parameter
2013-04-06 thomasvhandle multiple accounts with separation
2013-03-24 ecdsaimplement MIN_RELAY_TX_FEE
2013-03-23 thomasvmore accurate computation of transaction fees.
2013-03-16 ecdsafix tx.get_value()
2013-03-16 ecdsaRevert "fix tx.get_value bug with pruned transactions"
2013-03-16 ecdsafix tx.get_value bug with pruned transactions
2013-03-13 ecdsamore bip32 related fixes
2013-03-13 ecdsafix bip32 get_private_key
2013-03-13 ecdsabip32 fixes
2013-03-13 ecdsafix: number of arguments
2013-03-12 thomasvreplace 'ElectrumKeyID' with more general 'KeyID' field...
2013-03-11 thomasvadd 2 of 3 sequences
2013-03-04 ecdsarename sequence, fix bip32
2013-03-03 thomasvfix: missing parameter
2013-03-03 thomasvsimplify Sequence class
2013-03-03 thomasvmethod get_private_keys for sequence
2013-03-03 thomasvmangle (for_change, index) everywhere
2013-03-02 ecdsaadd class BIP32Sequence
2013-03-02 thomasvaccounts
2013-03-01 thomasvmove is_valid from wallet class to bitcoin.py
2013-03-01 thomasvrename 'addresses' command as 'listadresses'. use json...
2013-02-27 thomasvuse json format
2013-02-26 thomasvfix: input_info missing in transaction
2013-02-26 thomasvreturn python objects from commands, and display them...
2013-02-26 thomasvuse dumpprivkeys to efficiently dump private keys
2013-02-26 thomasvmake most commands available in the console
2013-02-25 thomasvdocumentation for offline wallets, release notes
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-23 ThomasVfix is_complete: count number of valid signatures
2013-02-23 ThomasVminor fix
2013-02-23 ThomasVmove methods into Transaction class
2013-02-23 ThomasVremove p2sh test; not needed anymore
2013-02-23 thomasvsimplification: tx_for_sig
2013-02-23 thomasvcheck if multisig transaction is complete, add is_compl...
2013-02-23 thomasvmultisig: raise exception if no signature can be added
2013-02-23 thomasvcreate separate class for deterministic key generation...
2013-02-23 thomasvremove debugging messages
2013-02-22 thomasvstore transactions in serialized form
next