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

The Eye of Satoshi - Lightning Watchtower

Results 80 rust-teos issues
Sort by recently updated
recently updated
newest added

Currently, the tower runs only in accountable mode, meaning that signatures of agreement are sent by the tower to the users so it can be held accountable in case of...

Summer of Bitcoin

Currently, HTTP(s) is being used as transport protocol for the interaction between the user and the tower. LN should also be added so the service can be offered using either...

Summer of Bitcoin

This PR begins to add payment support to TEOS. I'm realizing I have a lot of thoughts and the project is a bit bigger than I expected. So figured I'd...

Core lightning is starting to support a decent plugin manager that gives you the possibility to install a plugin without care about the process. Coffee [1] is a plugin manager...

***Objective*** Ensure _**locators**_ are returned instead of __uuid's__ under appointments section when user details are fetched through the **cli** using the **getuser** command. ***Problem*** `locator` is an appropriate identifier for...

Updates bitcoind to v26.0 and cln to v24.02.1 and adapt tests to stop using deprecated commands and compilation options

I haven't seen retrier tests randomly failing much lately, but yesterday I got this one: https://github.com/talaia-labs/rust-teos/actions/runs/5448919099/jobs/9979994482?pr=225 Tracking this to keep an eye on it.

rcgen was using version 0.8 which used a ring version that didn't support ppc64le arch. Support for it was recently added in ring=0.17.0 and supported by rcgen in 0.12 tonic...

After #248, `protoc` needs to be manually installed. This would usually happen when creating the CLN cache job, however, we haven't re-recreated the cache just for that, so the command...

cln-plugin

The watchtower-client will not load. In my Core Lightning log file, I see the following two lines: "plugin-manager: started(..) path/plugins/watchtower-client" "plugin-watchtower-client: Killing plugin: exited before replying to init" Any idea...