Peter Neuroth
Peter Neuroth
A possible workaround/solution would be to use `sendpay` directly, skipping the logic of the `pay` command. On v0.11.2 (regtest) I can pay a single part invoice over 100000000000msat (1 btc)...
So, we are not using any flake, but we are using nix-bitcoin or better the nix-pkgs `bitcoin` `elementsd` `clightning` and some helper packages for our dev environment on https://github.com/ElementsProject/peerswap. We...
Oh yes this going to be removed in `v23.11` So for now, running with `allow-deprecated-apis=true` is an option. This is something that I need to include into `glightning` before I...
What would be a sufficient dust limit?
Hey @NonsoAmadi10, welcome aboard! This issue is not worked out really well and I am certain that I was a bit quick with the `good first issue` label. The broader...
Lnd already uses the generated stubs from the `peerswaprpc.proto`, so there we are already good. For cln, a good first step might be to compare and find differences in the...
Have the zombie processes not been peerswap plugin (cln) related?
I just bumped the version of the spec that is in the docs here. We still have https://github.com/ElementsProject/peerswap-spec which we may want to include as a `git submodule` to replace...
@wtogami Is this part of our definition of stable and should be part of the next release?
It seems that a `kill` signal on the main process might cause some problems. Let me check what I can do but I have an idea that should help: When...