Skip to content
#

protocol

Here are 1,489 public repositories matching this topic...

alexbosworth
alexbosworth commented Aug 10, 2020

Background

When a node has multiple private channels with the same peer, the hop hints in their payment requests will be populated with multiple channels. The purpose of these hop hints is to specify the next node's key and indicate the fees and cltv delta needed for route construction.

In pathfinding, due to non-strict forwarding, an LND node paying to this destination will only use the

jessicaschilling
jessicaschilling commented Jan 20, 2021

Suggesting that we change the default setting of Preferences->Open Web UI at Launch' to true` across all OSes. Right now we make this so for Linux, since some desktop envs don't have a tray for our "cube menu" to live in. However, this doesn't account for users on other OSes who may have extensions for decluttering system menus/trays, and thus have no initial "way in" to Desktop upon install.

ThadHouse
ThadHouse commented Jan 29, 2021

Right now, unless the options to skip validation are enabled, OpenSSL will not accept any certificates (after #1190 is merged) by default (peer certificate validation enabled). We should look into making this work. On Linux, the cert files are fine, however on Windows, we likely would like a way to check against the windows certificate store.

Here's how to enable it on Linux
https://mta.openss

jchitel
jchitel commented Sep 15, 2020

Today, my project's build failed in CI because of a problem downloading the cuckoo_generator executable in the run script. I'm not sure what the actual issue was (there was an issue extracting the URL from the GH API response), but it started working again by itself sometime later, so I'm assuming that it was a GH blip.

I find it a little strange that the SPM installation for Cuckoo depends

Improve this page

Add a description, image, and links to the protocol topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the protocol topic, visit your repo's landing page and select "manage topics."

Learn more