Oli

Results 502 comments of Oli
trafficstars

Hi @aguxez I think this is available still, so go for it. 1. You are correct. Some code that requires external components (such as a DNS server) are quite hard...

There could be some overlap, yes. But I could also see the use case where you have a dynamic DNS (e.g. dyndns.com) but don't want everyone to know the name...

I think whatever address `lnd` chooses might still be the wrong one for the user. So IMO if the `externalhosts` option is chosen, _all_ addresses that can be found and...

I'm not 100% sure I fully understand the scenario yet. But two things look weird to me from the start: 1. What are `satChannelId` and `assetChannelId` in the payment request...

Do you have an automated (code-based) test setup that can reproduce this? If yes, would you mind sharing the code so we can see exactly what calls/values/params you're using?

Let me take a look at the logs you sent in #1275 first. If that doesn't give me enough hints on what's going on, I'll come back to your offer....

Hmm, weird, this was explicitly fixed and [now even has its own integration test case](https://github.com/lightninglabs/lightning-terminal/blob/master/itest/litd_custom_channels_test.go#L4526). > Skipped adding edge 575044581392384 due to nil policy Looks like this is the issue....

Thank you for your patience on this. I was now able to reproduce the problem. The fact that this only happens sometimes is because in the "send assets receive BTC"...

Why are you using both the asset and the sat channel as hop hints? The hop hints are meant as the destination hint, so it should only contain the channel...

Hmm, you're right, I had the wrong mental model for the hop hints. But it looks like the "route" (sequence of hints) isn't really taken as an ordered information. They're...