Hector Sanjuan
562d54ff15
gx: update go-libp2p-peer
6 years ago
Steven Allen
695d0ce801
gx publish 6.0.36
6 years ago
Jakub Sztandera
617cbd50b5
gx publish 6.0.35
6 years ago
Jakub Sztandera
533d9866c6
gx publish 6.0.34
6 years ago
Matt Joiner
3b8d83ffdc
Resolve addrs with P2P instead of IPFS ( #539 )
6 years ago
vyzo
c8e2699045
Merge pull request #536 from libp2p/gx/update
gx publish 6.0.33
6 years ago
vyzo
d80a58df1d
gx publish 6.0.33
6 years ago
Steven Allen
74b74b1594
Merge pull request #535 from iulianpascalau/fix/race-mock-conn-stream
Fixed race conditions in mock package mock_stream and mock_conn
6 years ago
iulianpascalau
b8e47c5dea
mock package:
- changed GetStreams function from mock_conn.go to call allStreams which has the same functionality but is concurrent safe
- changed protocol field from mock_stream to be concurrent safe. Taken the implementation from swarm_stream.go
6 years ago
vyzo
ee3d862ba5
Merge pull request #534 from libp2p/fix/relay-advertisement-delay
increase initial relay advertisement delay to 30s
6 years ago
vyzo
7fa37513fd
increase initial relay advertisement delay to 30s
6 years ago
vyzo
fa7ef71531
Merge pull request #532 from libp2p/gx/update
gx publish 6.0.32
6 years ago
vyzo
74ff6a1a2a
gx publish 6.0.32
6 years ago
vyzo
63756355b0
Merge pull request #531 from libp2p/fix/autorelay-peer-info
Use PeerRouting in autorelay to find relay peer addresses
6 years ago
vyzo
3a993345d0
use PeerRouting in autorelay to find relay peer addresses
6 years ago
Steven Allen
3e74f0464a
gx publish 6.0.31
6 years ago
vyzo
6547c0dc37
Merge pull request #517 from petroav/update-links-in-news
docs: update broken links in NEWS.md
6 years ago
Anton Petrov
072f460a71
docs: update broken links in NEWS.md
6 years ago
Steven Allen
4b70d71c1d
Merge pull request #511 from libp2p/fix/autorelay-pubaddr
don't advertise the raw public address in autorelay
6 years ago
vyzo
c5f50f9c2d
don't advertise the raw public address in autorelay
6 years ago
Steven Allen
768598b353
gx publish 6.0.30
6 years ago
Steven Allen
6678a99858
Merge pull request #507 from libp2p/fix/export-ratelimiter
mock: export ratelimiter as RateLimiter
6 years ago
Steven Allen
758b516603
mock: export ratelimiter as RateLimiter
Technically a breaking change because I changed the constructor casing but
nobody's using this outside of libp2p (yet), mostly because the type hasn't been
exported.
6 years ago
Steven Allen
894979f46f
Merge pull request #506 from petroav/remove-duplicates-in-readme
readme: remove duplicate repo entries in README and package-list.json
6 years ago
Anton Petrov
168488bfc3
readme: remove duplicate repo entries in README and package-list.json
License: MIT
Signed-off-by: Anton Petrov <anton.github@gmail.com>
6 years ago
Hector Sanjuan
1a0c9bc9f4
Merge pull request #504 from libp2p/update/manet
gx publish 6.0.29
6 years ago
Hector Sanjuan
c78f6942f7
gx publish 6.0.29
License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
6 years ago
Steven Allen
2ad7f703fe
gx publish 6.0.28
6 years ago
vyzo
a4827ae9dd
Merge pull request #500 from libp2p/feat/autorelay-option
explicit option to enable autorelay
6 years ago
vyzo
e0429051e6
Merge pull request #495 from libp2p/fix/advertise-relay
Add delay in initial relay advertisement to allow the dht time to bootstrap
6 years ago
vyzo
5d0a6e23ce
use select for initial advertisement delay
6 years ago
vyzo
a1b5b9ed53
explicit option to enable autorelay
6 years ago
Steven Allen
a17052f5fe
Merge pull request #498 from upperwal/identity
suppressing error msg for NoSecurity option
6 years ago
Abhishek Upperwal
36a2645306
removing redundant if condition
6 years ago
Abhishek Upperwal
3ae2d75e46
added comments for clarity
6 years ago
Abhishek Upperwal
88d98287ff
suppressing error msg for NoSecurity option
6 years ago
Abhishek Upperwal
962dc057e6
Merge pull request #4 from libp2p/master
pulling updates
6 years ago
vyzo
31eb77d446
add delay in initial relay advertisement to allow the dht time to bootstrap
6 years ago
Steven Allen
14fad346b7
Merge pull request #494 from libp2p/fix-contributing-link
fix contributing link in README
6 years ago
Marten Seemann
d76db1d65d
fix contributing link in README
6 years ago
David Dias
e15828972d
docs: libp2p yellow
6 years ago
Raúl Kripalani
4341acb1b1
Merge pull request #485 from libp2p/fix-readme
Fix badges and links on README.md
6 years ago
Raúl Kripalani
388a294578
Fix badges and links on README.md
6 years ago
Steven Allen
69ff94d8cf
Merge pull request #481 from libp2p/gx/update-kque0y
gx publish 6.0.27
6 years ago
hannahhoward
f7df58532f
gx publish 6.0.27
6 years ago
Steven Allen
053f59e053
Merge pull request #480 from libp2p/fix/mock-connect
mocknet: fix NewStream and self dials
6 years ago
Steven Allen
3fa06e6971
Merge pull request #479 from libp2p/fix/478
deflake identify test
6 years ago
Steven Allen
79ba610d21
mocknet: create a connection on NewStream if we need one
That's what the Swarm does and that's what the function's documentation says it
does.
6 years ago
Steven Allen
a8e25bf270
mocknet: refuse to connect to self
The swarm does this as well and most of our services will fail if we don't have
this.
6 years ago
Steven Allen
00ba6a165a
deflake identify test
This was probably failing (rarely) due to the fact that we're shrinking the
timeout asynchronously (I think?).
6 years ago