Commit Graph

508 Commits

Author SHA1 Message Date
Sergi Delgado
61bded5a23 Finishes basic watcher logic
The watcher can get appointments (containing only the locator) and find them in new generated blocks. Decryption and communication with the responder is still missing
2019-08-09 15:00:02 +01:00
Sergi Delgado
85c620b9a1 Adds dummy inspector 2019-08-09 15:00:02 +01:00
Sergi Delgado
b4d058fc62 Updates cli and api accordingly 2019-08-09 15:00:02 +01:00
Sergi Delgado
d34b94a858 Adds proper logging format 2019-08-09 15:00:02 +01:00
Sergi Delgado
8aba0f7daf Comments and sleep -> asleep 2019-08-09 15:00:02 +01:00
Sergi Delgado
803712e9b1 Improves on watcher logic.
Improves the dummy watcher logic. Sets a proper structure. Watcher can now check for potential matches and handle multiple appointments with the same locator (hash collisions).
2019-08-09 15:00:02 +01:00
Sergi Delgado
21eed576b2 Refactors tx_watcher and zmq_subscriber
Merges tx_watcher and zmq_subscriber into a single file: watcher. Watcher will handle all the watching process and container two inner classes, the watcher and the ZMQHandler
2019-08-09 15:00:02 +01:00
Sergi Delgado
39a9a92bdb pisa-btc initial commit
Contains basic structure, zmq so subscribe to blockid messages, api and so on. Still WIP
2019-08-09 15:00:02 +01:00