adamritter

Results 37 comments of adamritter

Just to elaborate more, I solved the problem by increasing the target amount by 1% and modifying the resulting paths with hacks, which is fine for most cases in reality,...

Of course, no problem, I understand that it’s outside the problem space of replacing Google’s min-cost flow algorithm. I just see that it’s harder for me to work on improving...

Thanks, to tell you the truth, most of the problems I got were from trying to pass the LDK routing unit tests, in whose test cases the fees can be...

Musl sounds like a great idea, static compilation is probably more portable than using an older glibc.

Cool, if you want to fix the release, you can start with changing the build here and send me a PR: https://github.com/adamritter/fastgron/blob/main/.github/workflows/build.yml Still, I appreciate your feedback :)

I strongly agree, npub+event id should be the canonical way to refer to an event for many reasons. Even if a relay exists, 80% of the relays are very slow...

Ah, cool, actually it's great that nevent can contain public key. It's definately an improvement over note+note_id. On Mon, May 1, 2023 at 10:33 PM npub1zenn0 ***@***.***> wrote: > nprofiles...

Hi Alex, you are right, it should actually use unsubscribeOnEose, which I added because of this, but not documented. Could you please add it (and add to the documentation)? Also...