Sergi Delgado Segura 272e61922d Move triggered flag clearing to the Watcher when a triggered appointment cannot make it to the mempool
When an appointment was triggered a flag was set in the Watcher, and removed later on in the Responder if the transaction ended up being rejected. That's pretty annoying. Since we have information about whether a transaction has made it to the mempool or not via the Carrier's receipt, this can be all done in the Watcher, which makes more sense and reduces the interaction with the db (1 write if succeeds, 0 otherwise instead of 1 write if succeeds, 2 otherwise).
2020-01-22 16:20:08 +01:00
2020-01-21 19:06:29 +01:00
2019-11-05 19:20:08 +00:00
2019-12-09 19:23:38 +01:00
2020-01-15 12:52:49 +01:00
Description
No description provided
1.8 MiB
Languages
Python 99.7%
Shell 0.2%