python-teos icon indicating copy to clipboard operation
python-teos copied to clipboard

The Eye of Satoshi - Lightning Watchtower

Results 57 python-teos issues
Sort by recently updated
recently updated
newest added

Methods marked with #NOCOVERED

good first issue
testing

`grpcio==1.37.0` has wheel for arm32v7, what makes it extremely faster to run when creating docker images. However, looks like there's something wrong with it. The image does build, but `teosd`...

This is a usual issue when restarting regtests, since the blocks are not there anymore. In production networks this should not be hit, since the `Builder` will try to backtrack...

There are several formatting issues that could be dealt in bulk before v0.2.0. Keeping track of them here so we don't have to mix formatting issues in PRs. - Whitespaces...

Hi, It seems that teos integration in BTCPay-dockerized latest stable version is not working either via ipv4:port tor:port nothing works. Any idea where to start and or what to track?

This change allows a client to connect to a .onion address, as long as they're running Tor. Initially added it to the example client in contrib/client because I'm more familiar...

Tackles #230. Sets up a secure channel with TLS. (Generates a certificate for doing so.) And sends a user's provided username and password over the connection for verification.

The current version of `backoff` does issue a `logging.error` message when the backoff strategy is abandoned after reaching the maximum retry count. That log entry does create a `BROKEN` log...

This PR takes a first stab to use LN as transport layer for the tower. It implements BOLTs 1 and 9 for encoding and decoding of network messages and features....

`teos_cli` is currently supposed to be used within the same machine as `teosd`, given the RPC server is offered in localhost and no authentication mechanism is offered. Exposing the RPC...

enhancement
cli