Boris Nagaev
Boris Nagaev
I can dig deeper into it on the weekend. Let's keep it open for now.
@elimisteve This Go version is needed to bump the dependencies. Note that even Go 1.23 has stopped receiving security updated from Go team via minor releases. The actual versions are...
@ziggie1984 Thanks for the suggestion! I applied it. Also changed the type of the callback so it is sufficient to pass `closeHarness.chanCloser.SendEvent` in most cases. @gemini-code-assist check the latest version.
Going back to 8 blocks was the first thing I tried. It brought some speedup, but the most gains were achieved by changing the wrappers in autodetect.rs to facilitate inlining....
Thanks for working on this! This is very useful! I think about this feature every time I send a transaction and have to choose between 1 and 2 sats/vbyte. I...
I have a couple of proposals. 1. I propose to deprecate `sat_per_vbyte` field in this PR. New code should use `sat_per_kw` after the change is in a release. 2. I...
> > ``` > > 2. I propose to make a PR for https://github.com/lightninglabs/lndclient/ switching to new fields to make sure there are no problems in the new API. We...
Let's keep `sats_per_vbyte` field as a part of a `oneof`: ```protobuf /* Optional manual fee rate override. Specify either sat_per_vbyte or sat_per_kw to force a particular rate for the funding...
The loop server runs on the default signet only. From the error log I assume that the height of the custom signet is higher than the height of the default...
The loop server that we run in signet, runs in the default signet network. Could you use regtest instead? https://github.com/lightninglabs/loop/blob/master/regtest/README.md