Boris Nagaev
Boris Nagaev
> BTW, it is important to note that when copying files, you most likely want to copy usr/$target/share as well for e.g. fontconfig a/o openssl (IIRC). So it is an...
> option for recursive search -R $(PREFIX)/$(TARGET)/ for ./copydlldeps.sh lead to copying dll files from directories $(PREFIX)/$(TARGET)/apps/$(PKG)/, which may contain older versions of dll files. I prefer to have one...
@abitrolly if `--` completes to itself, how to see the list of available flags? Check how common tools behave when TAB is pressed after `--`: ``` $ git clone https://github.com/urfave/cli/...
@dearchap I suspect that my fix is not sufficient to completely fix `--` case. I noticed that it can run the tool itself if trying to complete a subcommand while...
Hi @Davidson-Souza, thanks for working on Floresta! You wrote in [the 2024 Floresta update article](https://blog.dlsouza.lol/2024/08/01/florestad.html) the following: > Utreexo proofs needs to be updated after blocks comes by. However, there...
> If they are easily identifiable, they may be targeted by DoS attacks. IIUC they are identifiable anyway, since they provide utreexo proofs for blocks. An attacker might just run...
I see. IIUC, Floresta falls into the `pruned CSN` category; nodes implementing `proveutxochaintipinclusion` are either `pruned bridge` or `archive bridge`. So having (or providing) `proveutxochaintipinclusion` is expensive and the number...
Tagged it as `v0.19.3-1`
We need to port this to `lnd-19-0` and `lnd-20-0` branches.
I failed to build embedded tor and I don't need that mode, so I skipped testing it. Maybe you know why this may happen when building tor-static? ``` tor-static$ go...