From 589d24c47270d993b0be39d5fea1f21df8ae6b38 Mon Sep 17 00:00:00 2001 From: Sergi Delgado Segura Date: Mon, 9 Dec 2019 10:17:30 +0100 Subject: [PATCH] Removes old TODO.md file --- pisa/TODO.md | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 pisa/TODO.md diff --git a/pisa/TODO.md b/pisa/TODO.md deleted file mode 100644 index 20eaf52..0000000 --- a/pisa/TODO.md +++ /dev/null @@ -1,8 +0,0 @@ -- Start jobs according to the start time, jobs are now started when they are received -- Add DB -- Store jobs in DB until start time? -- Handle failures in the underlying system (i.e. bitcoind crashes) -- Add checks related with OP_CSV in justice tx and dispute_delta provided once the blob is decrypted -- Do not accept new appointments if the locator has already been used -- Check all the interactions with core, figure out the edge cases and error codes i.e: The justice transaction can already be in the blockchain the first time we push it -- Handle reconnection with ZMQ in case of broken pipe. The current version of the code fails if it does happen