mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-20 13:28:20 +02:00
* Got basic tcp connection working * Got passing itest for open tcp connection * Got most of protocol working. still need to send offer correctly * Got offer from peer over tcp connectrion * Got single squeak download working on tcp connection * Remove rpc peer client * Remove old rpc clients * Remove old squeak client modules * Got sharesqueaks peer message working * Remove peer rpc server * Remove server rpc fixtures * Remove old itests * Remove old sync modules * Run worker background task to keep peers synced * Add peer connection worker * Add test for disconnect peer * Remove old itest util * Delete old peer rpc client helpers. * Handle insert duplicate received offer * Use more specific exception handling for duplicate offer insert |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| payment_processor.py | ||
| peer_connection_worker.py | ||
| process_received_payments_worker.py | ||
| received_payments_subscription_client.py | ||
| squeak_controller.py | ||
| squeak_deletion_worker.py | ||
| squeak_node.py | ||
| squeak_offer_expiry_worker.py | ||
| squeak_peer_sync_worker.py | ||
| squeak_rate_limiter.py | ||