Christian Decker
Christian Decker
I'm afraid that may not be as simple. The reason being that we add outputs to our wallet as unconfirmed only if the transaction was originally sent by us. This...
Well, your problem is actually the solution: having a lot of peers. Just don't deliver the same emergency recovery information to each of them. Pick a partitioning of your data,...
Thanks @JssDWt, I've been wanting to instrument this part of the code for quite a while, and never had the muse to get started. I added #7575 on top of...
I would also.add that the two methods `notifications` and `batching` cannot be translated in their current form. Both act on the file descriptor, subscribing to notifications on the same client...
Could you instrument the node with logging on JSON-RPC calls? `spenderp` is the channel funding plugin, which uses the psbt-based RPC methods to actually get things signed. I suspect that...
FWIW I was able to side-step the requirement for poetry2nix altogether by adding a shell hook that'd just invoke `poetry install --with=dev --no-root` in it. While not as nicely integrated...
I'm afraid I have it committed in some random branch that I am having trouble finding again :blush: But I will share as soon as I find it.
This sounds like we are basing out CLTV calculations on our current sync-height, rather than the blockheader count. We should change that :-) That being said, I expect this test...
Hm, that should indeed be the case, I don't have a good explanation for this one :thinking:
Can you share the logs when calling `emergencyrecover`? That might show us where it fails. Also adding @adi2011 as the author of the recovery plugin.