Made all bip32 primitives testnet compatible.
[electrum-nvc.git] / lib / bitcoin.py
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