-
```
At http://bitcoin.sipa.be/seeds.txt is a file that contains long term stable
IPs. We should change SeedPeers to parse it and ship a copy with bitcoinj, then
refresh it before each release.
```
…
-
## Overview
Libp2p rendezvous is lightweight mechanism for peer discovery that is more flexible and configurable than other discovery protocols libp2p currently supports.
Aiming to enable this p…
-
```
PeerAddress.addr and .services can be null.
However, this will lead to NPE in toString(), equals() and hashCode().
Here is one example of a user crash report:
java.lang.NullPointerException
at …
-
```
At http://bitcoin.sipa.be/seeds.txt is a file that contains long term stable
IPs. We should change SeedPeers to parse it and ship a copy with bitcoinj, then
refresh it before each release.
```
…
-
```
PeerAddress.addr and .services can be null.
However, this will lead to NPE in toString(), equals() and hashCode().
Here is one example of a user crash report:
java.lang.NullPointerException
at …
-
Originally reported on Google Code with ID 457
```
At http://bitcoin.sipa.be/seeds.txt is a file that contains long term stable IPs. We
should change SeedPeers to parse it and ship a copy with bitcoi…
-
I’m getting `ERR_ENCRYPTION_FAILED` when trying to connect from my node app using js-libp2p 1.2.1 to a go-ipfs node v0.4.18. Se below for details information, code and config settings.
My Node app …
-
I have updated all libraries to the latest versions at the moment.
```
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^14.1.0",
"@chainsafe/libp2p-noise": "^16.0.0",
"@chainsafe…
-
## What's the problem
Helia makes a content routing call per block broker.
For example, given the following (see [running example](https://codepen.io/2color/pen/gOVRRyZ?editors=1010)):
```js
…
-
## What you expected to happen?
I would expect a node to join the cluster normally when a Weave pod is restarted. Instead not only did it not connect to the rest of the cluster properly, but also sto…