Merge branch 'master' of git://github.com/spesmilo/electrum
[electrum-nvc.git] / scripts /
2012-11-27 Eagle[TM]updating default servers
2012-11-16 ThomasVfix for merchant script
2012-11-15 thomasvfix for notifications
2012-11-09 thomasvadapt merchant script to SPV
2012-11-06 ThomasVPROTOCOL_VERSION
2012-11-05 thomasvupdate validate script with 0.5 protocol
2012-11-04 thomasvnew protocol: the server sends serialized tx, deseriali...
2012-10-28 ThomasVupdate validate_tx script
2012-10-28 ThomasVadd callback to example script
2012-10-27 ThomasVadd payment verifier and confirmations to merchant...
2012-10-26 thomasvverifier: download chunks first for efficiency
2012-10-26 thomasvreadme for merchant script
2012-10-26 thomasvdocument public methods of verifier
2012-10-22 thomasvinterface: do not connect inside the constructor
2012-10-22 thomasvuse named callbacks with the interface
2012-10-21 ThomasVbig refactoring of the interface
2012-10-20 ThomasVfix: random_choice -> random.choice
2012-10-19 ThomasVsimplify validation script
2012-10-19 thomasvcompute merkle root from reduced list
2012-10-19 thomasvseparate bitcoin related functions from wallet.py
2012-10-19 thomasvsynchronous_get batch method for interface
2012-10-18 thomasvcheck that tx_hash is in the merkle tree :)
2012-10-18 thomasvSPV example script (first commit)
2012-10-17 thomasvadd timeout
2012-10-16 thomasvsimplification: hex encode master_public_key directly
2012-10-14 ThomasVnew script showing server status
2012-10-12 thomasvallow config to be None in constructor of Interface
2012-10-12 thomasvmove init_socket in constructor
2012-10-11 thomasvbig refactoring: command line options and electrum...
2012-10-08 thomasvadd merchant script
2012-10-08 thomasvcreate scripts directory