Omer Yacine

Results 29 issues of Omer Yacine

This PR introduces [bolt13](https://github.com/sr-gi/bolt13/blob/master/13-watchtowers.md) message structs and their lightning (de)serialization, to be used by the tower (for the lightning server) and client apps. LDK's (de)serialization traits are used to make...

feature request
Summer of Bitcoin
Seeking Code Review

## Changes: - Renames `--overwritekey` flag to `--generatenewkey`. - Adds a new option `--towerkey `, which allows the usage of old tower keys based on their indices (first key have...

discuss

;D ;D

In README: > Update 2021-09-30: We have now a model trained on Wikipedia paragraphs instead Where can I find the evaluation results for that model compared to TextSeg?

For the weights linked in this repo, (What are & How many) GPUs was the model trained on? And how long did the training take?

Would be helpful to print the tower version on startup (and possibly the commit sha as well). This helps in knowing what version produced which logs (which I append into...

good first issue

This PR replaces the `rusqlite` SQLite engine with `sqlx`. `sqlx` is an asynchronous versatile sql engine that supports both SQLite & PostgreSQL. Due to the asynchronous-only nature of `sqlx`, every...

We should handle trackers which are marked as `InMempoolSince` but their disputes have been reorged. Right now we only handle trackers which are confirmed and then reorged, we don't consider...

Currently we can only persist a tracker status in the DB if it's either `ConfrimedIn(x)` or `InMempoolSince(x)`. We want to be able to persist other variants like `ReorgedOut` (we keep...