Lagrang3
Lagrang3
If the timelock has expired already you could check in a block explorer if your corresponding output has been spent or not. Just making hypothesis here: but what if your...
If you don't need help that's ok. I do need your help to understand where the problem is. Can you filter out all messages from the logs that match `-chan`...
> Nothing from onchaind. Can I enable debug logging for only that component? And can I do it without rebooting cln? :) I can't change the `log-level` without rebooting, it...
OK, so [495403d](https://github.com/ElementsProject/lightning/pull/7606/commits/495403d93f4088970d54ac269293fabf13579d2d), breaks the `test_zeroconf_multichan_forward` on `tests/test_opening.py`, because the test expects a different forward channel than the one chosen by the payer... Shall we add a configuration option to...
> @kilrau maybe the reny-pay will be a good target for this, maybe @Lagrang3 is the correct person to explore this path Thanks for bringing this up. @kilrau, I am...
There are some files autogenerated after I hit `make`: ``` modified: .msggen.json modified: cln-grpc/proto/node.proto modified: cln-grpc/src/convert.rs modified: cln-rpc/src/model.rs modified: contrib/msggen/msggen/schema.json modified: contrib/pyln-grpc-proto/pyln/grpc/node_pb2.py modified: contrib/pyln-grpc-proto/pyln/grpc/node_pb2_grpc.py modified: contrib/pyln-grpc-proto/pyln/grpc/primitives_pb2.py modified: doc/index.rst ``` some...
I had a mistake in the schema, rebased on top of that commit.
Related to #6609.
I am going to archive this for the moment. A new way of making payments has come out with `injectpaymentonion` and `xpay` is already using it.
> Hey @Lagrang3 Are you working on this and what is the status so far? People have been asking if we could include it in `v23.11`. Hi. I'll see to...