kubo/core/node
Steven Allen 98d2fef6ec fix: use pre-defined relays for autorelay
Unfortunately, we don't currently have any way to pick out good relays from bad.
That means we keep searching, trying bad relays, searching some more, trying
_the same relays_, etc. until we randomly find 3 good stable relays. In
practice, this means we just keep searching forever and keep thrashing the DHT.

see https://github.com/libp2p/go-libp2p/issues/694
2020-01-17 06:28:23 -08:00
..
helpers constructor: move libp2p related stuff to subpackage 2019-04-23 13:30:25 +02:00
libp2p fix: use pre-defined relays for autorelay 2020-01-17 06:28:23 -08:00
builder.go Update go-libp2p, fix tests with weak RSA keys 2019-08-23 14:26:20 -07:00
core.go support async datastores 2019-12-19 00:59:31 -05:00
groups.go fix: move away from deprecated peer ID functions 2019-12-14 19:48:31 +01:00
helpers.go core: fix autonat construction 2019-05-01 15:21:29 -07:00
identity.go migrate to go-libp2p-core. 2019-05-31 23:23:52 -07:00
ipns.go migrate to go-libp2p-core. 2019-05-31 23:23:52 -07:00
provider.go extract the pinner to go-ipfs-pinner and dagutils into go-merkledag 2019-12-02 15:45:44 -05:00
storage.go Update imports to go-filestore 2019-07-15 15:52:34 +02:00