The Wayback Machine - https://web.archive.org/web/20200919081904/https://github.com/topics/protocol
Skip to content
#

protocol

Here are 1,378 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

ELLIOTTCABLE
ELLIOTTCABLE commented Feb 29, 2020

On macOS, it's a fairly standard practice to display a pre-roll if your application needs some form of permissions, before calling the system APIs for the first time that will actually produce the system's requested-permissions window.

For instance, for any given end-user, the following window is likely A) intimidating, and B) possibly encourages insecure habits, such as simply clicking "acce

nibanks
nibanks commented Jul 23, 2020

Now that we have code coverage enabled there are a few places we can easily improve test coverage for.

  • Get/Set all parameters for all types of objects
  • Trigger the Settings updated code path by setting a registry key
  • Test out multiple registration execution modes
  • Test Server IP load balancing mode
  • Packet drops in validating received initial token
  • Trace ru
Ralith
Ralith commented May 24, 2020

When stateless retries are enabled, Quinn embeds some state in the retry token and authenticates it with a HMAC. This information is not secret, so the current approach works, but it would be more in the spirit of QUIC to use strong encryption to prevent other parties from coming to rely on that data, creating a stability hazard.

The stateless nature of retry tokens requires some care if we wan

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

ipfs-companion

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

You can’t perform that action at this time.