daywalker90

Results 43 issues of daywalker90

I'm hitting this assert quite often @Lagrang3 : ``` Jun 03 14:33:56 lightningd: cln-renepay: plugins/renepay/mcf.c:472: linearize_channel: Assertion `amount_msat_less_eq(extra_half->htlc_total, extra_half->known_max)' failed. Jun 03 14:33:56 lightningd: cln-renepay: FATAL SIGNAL 6 (version v24.05rc2)...

ran a renepay on 98ad46795f2dfdfbef0d0df3b5d7a6ba7f142b1e first i found this multiple times in the logs during the renepay run: ``` Aug 23 12:07:32 lightningd: cln-renepay: plugins/renepay/flow.c:481: edge_probability: Assertion `amount_msat_less_eq(in_flight,max)' failed. Aug...

This PR adds a workflow to create a release with release binaries. It cross compiles for: - `x86_64-unknown-linux-gnu` - `aarch64-unknown-linux-gnu` - `armv7-unknown-linux-gnueabihf` using [cross](https://github.com/cross-rs/cross) and only requires glibc >= 2.31....

Replaces #255 I think in your PR tests ran slow because you were running them on an ancient pyln-testing version. Just to make sure i added VALGRIND=0 as that can...

Hi, we'd like your tests for the cln plugin to run in the plugins repo so users can see in our new table if your plugin still works for the...

I wrote a plugin to ping my channel peers every hour and i noticed that after a while every node hit my timeout of 4s. I tried to run the...

This is intended to be a drop-in replacement for @ShahanaFarooqui's `clnrest.py`. Python dependency management, especially in the context of CLN is not easy. Quite a few people struggled to setup...

based on #7507, #7508 and #7509 Adds the capability for clnrest to handle dynamic paths registered via a plugin's manifest. Supports the http methods `GET` and `POST` and arbitrary `content-type`'s...

needs-rebase
good first issue

I'm trying the new `getroutes` @rustyrussell and i encountered this: regtest l1->l2->l3 ``` [GetroutesRoutes { amount_msat: Amount { msat: 100000000 }, path: [GetroutesRoutesPath { amount_msat: Amount { msat: 100001001 },...

Enabling this feature will set the file timestamps of the embedded files to 0 so they will be deterministic and therefore produce deterministic binaries. Fixes https://github.com/juhaku/utoipa/issues/1333 Either activate it directly...