Lagrang3
Lagrang3
I deleted the `gossip_store` file and now syncing ... There are no more BROKEN messages.
I was running v24.05 before upgrading, I have no `rescan` in my config. ``` cln listconfigs | jq .configs.rescan { "value_int": 15, "source": "default" } ```
I have not worked yet on BOLT12 support on renepay. Until I do I will place some lines to make it refuse BOLT12 requests. On the other hand, the assertion...
That's it, this is the fix, there is nothing more to add. ``` diff --git a/plugins/renepay/mcf.c b/plugins/renepay/mcf.c index c3f54b6b9..21467ef1a 100644 --- a/plugins/renepay/mcf.c +++ b/plugins/renepay/mcf.c @@ -1230,6 +1230,8 @@ struct list_data...
Are you using the option `xpay-handle-pay=true`? Because that option will take any pay request and forward it to xpay.
Running some benchmarks I've realized that activation cost with this PR does tend to reduce the length of the path in the final solution but it was 0 effect on...
If I don't build manually `tools/lightning-hsmtool` I get the following error ``` $ uv run make print-binary-sizes User programs: text data bss dec hex filename 2207578 6736 4928 2219242 21dcea...
I don't think it is very difficult to implement in askrene. The problems arise at the protocol level, I am guessing. Because the recipient doesn't know how much would he...
I am able to reproduce it locally. This test has three steps: a self payment that must succeed, then a repeated payment to the same invoice that also succeeds and...