replace task.LoopingCall's with deferral.RobustLoopingCall that catches errors and...
authorForrest Voight <forrest@forre.st>
Fri, 2 Aug 2013 17:57:43 +0000 (13:57 -0400)
committerForrest Voight <forrest@forre.st>
Sun, 4 Aug 2013 01:17:32 +0000 (21:17 -0400)
commit0a3493d6873cfef4fb189d39e64dfbc6e162e2a7
treee69d1b7afe495a0d9e4ea7ca8c00475ecb69af6f
parentd421d7b2a349a934de652af810870c5b5df3223b
replace task.LoopingCall's with deferral.RobustLoopingCall that catches errors and continues
p2pool/bitcoin/height_tracker.py
p2pool/bitcoin/p2p.py
p2pool/main.py
p2pool/node.py
p2pool/util/deferral.py
p2pool/util/expiring_dict.py
p2pool/web.py