Commit Graph

14 Commits

Author SHA1 Message Date
Sergi Delgado Segura
1019b207ff Add comments for multiple issues 2019-08-09 17:28:58 +01:00
Sergi Delgado Segura
9cf0c9786d Adds get_block_count endpoint and generate_dummy_block. Updates README accordingly 2019-08-09 15:00:03 +01:00
Sergi Delgado Segura
2d77919af4 Updates get_appointment status messages and small changes 2019-08-09 15:00:02 +01:00
Sergi Delgado Segura
74ecf0ab54 Add temporary monitoring tools for pisa
Add endpoint and logic so appointment can be queried to pisa. A better implementation based on persistent storage (i.e. DB) should replace it in the future
2019-08-09 15:00:02 +01:00
Sergi Delgado Segura
db263cf9b9 Some small refactors 2019-08-09 15:00:02 +01:00
Sergi Delgado Segura
9aea751307 Fixes several bugs related with the encrypted blob
Uses a proper KDF to extend the LSB of the txid (HKDF). Standardizes the representation of the keys / hashes in both sides (encrypt/decrypt deals with bytes now instead of string). Adds further logging.
2019-08-09 15:00:02 +01:00
Sergi Delgado
f0f7f0b1ab Fixes severals bugs after testing
Basic case is working now
2019-08-09 15:00:02 +01:00
Sergi Delgado Segura
fb2bf05057 Adds blob encryption on both sides 2019-08-09 15:00:02 +01:00
Sergi Delgado
40cdcfa913 Working on integration with client and responder testing 2019-08-09 15:00:02 +01:00
Sergi Delgado
dea4a78edc Builds responder
Builds responder and adapts the rest of classes to integrate with it. Code has not been tested yet.
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
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
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