documentation for offline wallets, release notes
[electrum-nvc.git] / lib / bitcoin.py
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
2013-02-22 thomasvmove crypto from wallet class to bitcoin.py
2013-02-22 thomasvsignrawtransaction: parse redeemScript
2013-02-21 thomasvbugfix: for_sig != -1
2013-02-21 thomasvadd dumpprivkey command; finalize private_keys paramete...
2013-02-21 thomasvfix p2sh test
2013-02-21 thomasvfix the p2sh test
2013-02-21 thomasvcreate Transaction class
2013-02-20 thomasvsupport for multisig functions
2013-01-30 thomasvbasic functions and tests for multisig transactions...
2013-01-05 thomasvsupport for compressed keys
2012-10-26 ThomasVfix: below or equal in var_int encoding
2012-10-26 ThomasVfix: var_int encoding
2012-10-24 ThomasVsimple payment verification: check targets, use block...
2012-10-19 thomasvseparate bitcoin related functions from wallet.py