-
Updated
Jul 28, 2020
protocol
Here are 1,403 public repositories matching this topic...
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Oct 1, 2020 - Swift
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
-
Updated
Oct 13, 2020 - Go
-
Updated
Oct 15, 2020 - Rust
-
Updated
Apr 17, 2019 - Objective-C
-
Updated
Apr 13, 2020 - Swift
-
Updated
Oct 13, 2020 - C++
-
Updated
Sep 9, 2020 - Go
I was looking into starting go-ipfs with additional flags: --enable-pubsub-experiment (pubsub) and --enable-namesys-pubsub (IPNS over pubsub) and the main concern I've found was use of resources:
In order to enab
-
Updated
Oct 14, 2020 - C
-
Updated
Jul 5, 2020 - C
-
Updated
Sep 23, 2020 - CSS
-
Updated
Oct 15, 2020 - C
-
Updated
Nov 3, 2019 - Go
-
Updated
Nov 6, 2018 - Swift
The main entry point of interest here is probably PartialDecode::new. This is a particularly important interface to audit as there are absolutely zero barriers to feeding data into it.
-
Updated
Oct 15, 2020 - Java
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
-
Updated
Oct 12, 2020 - Python
-
Updated
Oct 15, 2020
I'd like IPFS companion to use a local gateway without exposing a local IPFS API endpoint. Unfortunately, if I do this, companion will direct all dnslink queries to the public gateway because my local IPFS node "has no peers".
If I configure companion to use a specific IPFS gateway, I expect it to always use that gateway.
-
Updated
Sep 14, 2018 - Swift
Improve this page
Add a description, image, and links to the protocol topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the protocol topic, visit your repo's landing page and select "manage topics."


Right now the docs correspond to what's on
master. We need docs for each daemon release so developers can see what's available in the version they are using.https://github.com/jimporter/mike may be helpful.