python-teos
python-teos copied to clipboard
The Eye of Satoshi - Lightning Watchtower
Given that we will be using pyln.proto for the wire communication between ln nodes, we can replace reduce one of the existing dependencies.
Hi there. I'm running into an issue when I try to register an appointment from the teos-client. It seems that the API receives the register request, but then the request...
There are currently no unit tests for the RPCClient class (which was factored out from the teos_cli.py in #244.
When running on mainnet, it would be nice to check for proper setup whenever possible. Possible examples of checks: - default rpc user and password - incorrect permissions on existing...
After #202, a SIGKILL is used to stop the Flask server during shutdown. This might not give the Flask server time to shutdown gracefully. It would be nice to use...
Given that a docker container cannot be run on Mac and Windows using `network=host`, requests to `get_all_appointments` are rejected by the tower. `get_all_appointemnts` is an admin only command that is...
This epic includes a list of PRs to add Lightning as a transport protocol option for the tower.
We're getting rid of `bitcoind-mock` in #183, meaning that a more thorough testing on the `Carrier` can be done. This is related to #37
Decrypting a potential match to check if it is an actual match is composed by mainly 3 steps: - Decrypting the `encrypted_blob` using the `dispute_txid` as key - Parsing the...