Sergi Delgado

Results 96 issues of Sergi Delgado

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...

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

Given that we will be using pyln.proto for the wire communication between ln nodes, we can replace reduce one of the existing dependencies.

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...

discuss
notes

This epic includes a list of PRs to add Lightning as a transport protocol option for the tower.