lotus/node/modules/lp2p
Steven Allen 6992fd4dba chore(dep): update dependencies
Updates:

* cid, multihash, and multiaddr to ensure that minimal varints are used.
* log to deduplicate some code between version 2 and version 1.
* multistream to avoid writing from multiple threads.
* badger/datastore to harden prefix handling in queries.
* libp2p to 0.5.2

BREAKING:

The new libp2p version now formats addresses with /p2p instead of /ipfs. /ipfs
multiaddrs are still supported.
2020-03-05 16:28:42 -08:00
..
addrs.go Rewrite constructor to functional opts 2019-07-04 19:34:06 +02:00
discovery.go Delete died code 2019-11-28 18:06:00 +08:00
host.go fixup to match spec, move constants to common location 2020-03-03 15:48:25 -08:00
libp2p.go Update go-log to v2 2020-01-08 20:22:31 +01:00
nat.go Cleanup imports after rename 2019-10-18 13:47:41 +09:00
pubsub.go Use config for pubsub tracing 2019-11-20 21:31:00 +01:00
relay.go chore(dep): update dependencies 2020-03-05 16:28:42 -08:00
routing.go Address review 2019-07-02 14:40:25 +02:00
smux.go Move to Warnf 2019-07-03 14:30:21 +02:00
transport.go Prefer tls 2020-02-07 14:04:47 +01:00