Nicolas Dorier

Results 73 issues of Nicolas Dorier

I want to make plugins more "dynamic" my having the ability to not have to compile your plugins to deploy them, maybe even allow live modification of plugins. This PR...

The timestamp of the creation of the delivery may be different to the timestamp when it was actually sent. This is caused because we are queuing the events so the...

If clicking on the state of invoices in the list, it should filter by it. I think it should filter only on the main state (for example clicking on `complete...

UI / UX
Invoice
Design

Currently, coin selected by the payjoin receiver for are more or less random. I think we can significantly improve this situation. # Use case If you use wasabi wallet for...

There is a mismatch between the environment name in the docker file and what the makefile is expecting: * https://github.com/cloudflare/cloudflared/blob/master/Makefile#L78 * https://github.com/cloudflare/cloudflared/blob/master/Makefile#L69 You also need to declare the `ARG` inside...

I don't know if I told you already (I think I did but I don't know where), but RTL implemented a while ago the rotation of cookie file everything it...

Actually, same issue as with RTL: https://github.com/ShahanaFarooqui/RTL/issues/103

enhancement
security

Upon investigating a [docker-compose down issue with clightning](https://github.com/ElementsProject/lightning/pull/2172), I noticed that [your trap](https://github.com/shesek/spark-wallet/blob/master/scripts/docker-entrypoint.sh#L3). Does not work. I am unsure about how to properly solve this issue. [This](https://docs.docker.com/compose/compose-file/compose-file-v2/#init) would solve it,...

I have a channel closing on c-lightning, and listpeers `peerId`, show me it was non collaborative: ```json "status": [ "ONCHAIN:Tracking our own unilateral close", "ONCHAIN:1 outputs unresolved: in 952 blocks...

enhancement
Core Lightning

Rewind data need to be cleaned. At block 330000, my hard drive took 20GB of space when the UTXO was only 2GB. 2 observations: * We do not need rewind...

improvement
Refactor
idea
Performance