57 Commits (df540cb24145b0dea505c3045bcffec88ba3fe99)

Author SHA1 Message Date
Jeffrey I. Schiller 35f1455970 Fixes to merchant.py 11 years ago
ThomasV 0f44ebac55 handle timeout in peers script 11 years ago
ThomasV 7dd296273f move daemon spawning code into NetworkProxy class 11 years ago
ThomasV 0bb16f0836 add daemon port to config 11 years ago
ThomasV 9994bbc56f sort by height 11 years ago
ThomasV 55e4aa2a47 minor improvements to scripts 11 years ago
ThomasV 370e2dd7ec increase timeout 11 years ago
ThomasV b0796daee4 more legible output for scripts/peers 11 years ago
ThomasV e355c290f8 peer script 11 years ago
ThomasV 7c6bc72cb4 daemon 11 years ago
ThomasV 3941743c72 daemon 11 years ago
ecdsa d140383d03 exit wait_until_connected() when all servers have been tried 11 years ago
thomasv 0bba8e4549 improve 'peers' script 11 years ago
Bryan Stitt 6cd4ed486a fix more bare excepts 11 years ago
ThomasV a1f6da390d more docs for merchant script 11 years ago
ThomasV 2c138316b7 move merchant script in separate dir 11 years ago
ThomasV ea0f270fd9 update and fix the merchant script (fixes issue #254) 11 years ago
ThomasV 33db7a0c43 fix servers script 11 years ago
ThomasV 66f224eab4 update a few scripts 11 years ago
ThomasV 7a5016ec42 move synchronous_get to network.py, fix get_balance script 11 years ago
thomasv f4c26dfac0 update peers script 11 years ago
Maxime Biais 6075f8ece5 pep8 11 years ago
Maxime Biais c51c93b0ff new script: get_balance <bitcoin_address> 11 years ago
ThomasV 83744832d1 remove the calculation of address balance in watch_address 11 years ago
thomasv 4a36f25d4b use auto_cycle in watch_address 11 years ago
ecdsa 0ccca356e1 fix servers script 12 years ago
thomasv f7491310a0 fix get_new_address in merchant.py 12 years ago
Eagle[TM] 736b72f77f updating default servers 12 years ago
ThomasV b39f1424ec fix for merchant script 12 years ago
thomasv 0e851a5f62 fix for notifications 12 years ago
thomasv 386c8d9ee6 adapt merchant script to SPV 12 years ago
ThomasV 8ed812830f PROTOCOL_VERSION 12 years ago
thomasv 59673ccda7 update validate script with 0.5 protocol 12 years ago
thomasv 4cbee7554f new protocol: the server sends serialized tx, deserialize it in the client 12 years ago
ThomasV 7ab5e14369 update validate_tx script 12 years ago
ThomasV df85516bd0 add callback to example script 12 years ago
ThomasV a6e7470b11 add payment verifier and confirmations to merchant script 12 years ago
thomasv b6729b3aab verifier: download chunks first for efficiency 12 years ago
thomasv 8526915420 readme for merchant script 12 years ago
thomasv ee84e5c007 document public methods of verifier 12 years ago
thomasv 82531131ee interface: do not connect inside the constructor 12 years ago
thomasv 4fbd2ea66e use named callbacks with the interface 12 years ago
ThomasV 2da0c0b77e big refactoring of the interface 12 years ago
ThomasV fff922b5d7 fix: random_choice -> random.choice 12 years ago
ThomasV bb74a6c393 simplify validation script 12 years ago
thomasv d57fec2659 compute merkle root from reduced list 12 years ago
thomasv 5717b43661 separate bitcoin related functions from wallet.py 12 years ago
thomasv e165c13a84 synchronous_get batch method for interface 12 years ago
thomasv 61ebc2d50a check that tx_hash is in the merkle tree :) 12 years ago
thomasv 633a65878f SPV example script (first commit) 12 years ago