185 Commits (2c82176c35be49a887482382c2056a27a727c7d3)

Author SHA1 Message Date
Marten Seemann cbb0761f1a
basichost: improve protocol negotiation debug message (#1846) 2 years ago
Marco Munizaga f654b4bd69
Add Resolver interface to transport (#1719) 2 years ago
Tshaka Eric Lekholoane fcf408c65d
identify: make the protocol version configurable (#1724) 2 years ago
Marten Seemann 4623690009 switch from github.com/libp2p/go-libp2p-core to core 2 years ago
Marten Seemann 40727b1b00 switch from github.com/libp2p/go-eventbus to p2p/host/eventbus 2 years ago
Marten Seemann 6631bfb011
basichost: remove usage of MultistreamServerMatcher in test (#1680) 2 years ago
web3-bot eff72c4afa
sync: update CI config files (#1678) 2 years ago
Marten Seemann d8c4f163a3
chore: use the new multiaddr.Contains function (#1618) 2 years ago
Wiktor Jurkiewicz 884028550c
fix natManager to close natManager.nat (#1468) 2 years ago
Marco Munizaga 3517eae205
autonat: fix flaky TestAutoNATPrivate (#1581) 2 years ago
Marten Seemann fd697bb605
basichost: fix flaky TestSignedPeerRecordWithNoListenAddrs (#1559) 2 years ago
Marten Seemann 8d2e54e163
update go-libp2p-core, remove stream methods from network.Notifiee (#1521) 2 years ago
Marten Seemann f656048800 switch from github.com/libp2p/go-libp2p-nat to p2p/net/nat 3 years ago
Marten Seemann 5c218cf55e
basichost: fix flaky TestSignedPeerRecordWithNoListenAddrs (#1488) 3 years ago
Marten Seemann 9aab068808
update go-multistream, stop using deprecated NegotiateLazy (#1417) 3 years ago
Marten Seemann 3effab121a switch from github.com/libp2p/go-libp2p-swarm to p2p/net/swarm 3 years ago
Andrew Gillis 7a7eb8ba32
Close resource manager when host closes (#1343) 3 years ago
Andrew Gillis e8d3df92f7
Resolve addresses when creating a new stream (#1342) 3 years ago
vyzo df2301ba95 use the resource manager in libp2p bundled services, initialize default one 3 years ago
Marten Seemann 4268804809 make go-libp2p build when using the resource manager dependencies 3 years ago
Marten Seemann 161f1c73fd remove direct dependency on libp2p/go-addr-util 3 years ago
Marten Seemann 741348ec9c update import paths to use p2p/host/autonat 3 years ago
Marten Seemann a4e2a94e7b move the peerstoremanager to the host 3 years ago
Marten Seemann 0f76f17417
reduce the default stream protocol negotiation timeout (#1254) 3 years ago
Marten Seemann 1464cc7073 convert the IDService to an interface 3 years ago
Marten Seemann e1335f6274 emit the EvtPeerConnectednessChanged event 3 years ago
Marten Seemann 0aeef559d0 add an option to start the relay v2 3 years ago
Marten Seemann bf0203c6d3 fix flaky BasicHost tests 3 years ago
Marten Seemann 4028c3c578 remove goprocess from the NATManager 3 years ago
Marten Seemann b7bee3855c remove the context from the libp2p and from the Host contructor 3 years ago
Marten Seemann 29da01af70 update go-libp2p-core to v0.10.0 3 years ago
Marten Seemann 8206fcda76
signalling for hole punching (#1168) 3 years ago
Marten Seemann 2d07a0d973 chore: update go-libp2p-autonat to v0.5.0 3 years ago
Marten Seemann 82a43f7abd remove deprecated basichost.New constructor 3 years ago
godcong 99c48cfe99 fix(basic_host): stream not closed when context done 3 years ago
Louis Thibault fbcfca7ac3 Make BasicHost.evtLocalAddrsUpdated event emitter stateful. 3 years ago
Marten Seemann 25d36cdd05 remove deprecated identify.ClientVersion 3 years ago
Steven Allen 219a23aa99 fix(basic_host): process address filters even when not listening 3 years ago
snyh cc409ae169 perf/basic_host: Don't handle address change if we hasn't anyone 3 years ago
Steven Allen e482b45c66 fix: re-expose AutoNAT service on BasicHost 4 years ago
Steven Allen c7902333be test: deflake TestProtoDowngrade 4 years ago
Steven Allen a6747e5b72 test: deflake tests 4 years ago
web3-bot 218f33bc62 run gofmt -s 4 years ago
Steven Allen 2ad02f79b2 chore: update to go-log v2 4 years ago
Cory Schwartz 04a93f4080 static check fixes 4 years ago
Cory Schwartz 628f86c689 fix go vet 4 years ago
vyzo a78f048d9c fix tests 4 years ago
Will Scott c2c5918483
fix autonat race 4 years ago
Aarsh Shah 69916ed465
Emit event for User's NAT Type i.e. Hard NAT or Easy NAT (#1042) 4 years ago
Aarsh Shah 890f2e86b2
Close peerstore and document Host Close (#1037) 4 years ago