Steven Allen
7eaeeaa9fe
Merge pull request #461 from libp2p/fix/remove-protocol-version-check
...
don't disconnect on protocol version mismatch
2018-10-24 07:35:23 -07:00
Steven Allen
dd7868a1a7
don't disconnect on protocol version mismatch
...
Sending a protocol version is nice. However, this "disconnect if our versions
are different" logic makes the version entirely useless (because we can't change
it).
Really, each indevidual protocol is versioned so let's just leave it at that. If
we make a breaking change that requires a protocol bump, we can do that and
then switch on the other side's version. However, we'll have to wait for the
entire network to upgrade for that to work.
2018-10-24 07:00:42 -07:00
vyzo
ddd5604b14
Merge pull request #458 from libp2p/feat/ping
...
Add ping service in basic host and libp2p constructor option (enabled by default)
2018-10-23 12:33:07 +03:00
vyzo
48e0effd6a
resolve import cycle in ping test
2018-10-19 12:47:08 +03:00
vyzo
1056fa8119
Ping constructor option, enabled by default
2018-10-19 12:37:20 +03:00
vyzo
0fa1c25479
ping service in basic host
2018-10-19 12:28:58 +03:00
vyzo
a768598c50
free standing Ping function
2018-10-19 12:22:13 +03:00
vyzo
4dc78663d6
Merge pull request #457 from libp2p/fix/pubsub-link
...
package-list: fix pubsub link
2018-10-19 01:56:16 +03:00
Steven Allen
9592a3eab6
package-list: fix pubsub link
...
(for rename)
2018-10-18 21:29:19 +01:00
Raúl Kripalani
11bd3221ba
Merge pull request #456 from libp2p/feat/update-package-list
...
update package list for discovery and autonat
2018-10-18 19:45:26 +01:00
vyzo
55f24aa3fc
shuffle packages to better spots
2018-10-18 21:28:39 +03:00
vyzo
9a8a3d7437
update package list for discovery and autonat
2018-10-18 18:55:10 +03:00
vyzo
2f5a29e64e
Merge pull request #449 from libp2p/fix/issue-448
...
fix relay-specific address dialing in routed host
2018-10-18 18:45:19 +03:00
vyzo
1536433f6b
use TempAddrTTL for relay addrs
2018-10-18 18:37:35 +03:00
Steven Allen
0126c421eb
Merge pull request #453 from libp2p/docs/gorpc-in-list
...
Add go-libp2p-gorpc to package list.
2018-10-18 16:17:06 +01:00
vyzo
e0e1c9f82f
Merge pull request #441 from libp2p/feat/default-relay
...
Enable relay by default in New
2018-10-18 17:39:05 +03:00
Steven Allen
01399d737c
Merge pull request #455 from libp2p/gx/update-circuit
...
gx: update go-libp2p-circuit
2018-10-18 15:35:28 +01:00
Steven Allen
9237347ad2
ci: update go
2018-10-18 15:29:21 +01:00
Steven Allen
c3acc1c21b
gx: update go-libp2p-circuit
...
(disables discovery by default)
2018-10-18 15:23:29 +01:00
Hector Sanjuan
80a994aeb0
Add go-libp2p-gorpc to package list.
...
Apparently this also includes some new Jenkins badges.
License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
2018-10-17 15:56:04 +02:00
Steven Allen
061038402a
gx publish 6.0.19
2018-10-12 15:59:24 +01:00
Steven Allen
9750574e2e
gx publish 6.0.18
2018-10-10 11:44:03 +01:00
vyzo
46c377ac12
Merge pull request #451 from libp2p/fix/readme
...
fix README info for pubsub
2018-10-10 12:06:27 +03:00
vyzo
6d641cac9f
fix README info for pubsub
2018-10-10 12:04:02 +03:00
vyzo
c52f45235d
simplify routed relay addr check
...
the first component must be P_P2P, or else we have a specific address to dial
2018-10-08 15:04:43 +03:00
vyzo
dd9b96f702
check for old-style relay addrs
2018-10-06 09:40:24 +03:00
Steven Allen
2fac973565
gx publish 6.0.17
2018-10-05 14:40:46 -07:00
Steven Allen
42346ec3a1
gx publish 6.0.16
2018-10-05 13:40:12 -07:00
vyzo
f3c4a0c48b
fix relay-specific address dialing in routed host
2018-10-05 23:01:22 +03:00
Steven Allen
27f502e525
Merge pull request #443 from libp2p/fix/log-spam
...
downgrade protocol mux failure log to debug
2018-10-04 17:41:02 -07:00
Kevin Atkinson
394c637102
gx publish 6.0.15
2018-10-04 19:26:11 -04:00
Kevin Atkinson
9c7d8298e3
gx publish 6.0.14
2018-10-04 18:42:18 -04:00
vyzo
e7fc8861f9
downgrade protocol mux failure log to debug
2018-10-01 10:34:39 +03:00
Steven Allen
57ed88e170
Merge pull request #427 from cannium/track-more-observed-address-info
...
Track more info for observed addresses
2018-10-01 01:38:43 +00:00
Can ZHANG
92ec4b2d18
Updates due to code review
2018-09-29 20:16:09 +08:00
vyzo
5834054ad8
fix typo
2018-09-28 12:50:53 +03:00
vyzo
0600392e23
enable relay by default in New
2018-09-28 11:30:45 +03:00
Can ZHANG
96df62bd5b
Changes on discussion
...
- map internal -> []{external -> { observer -> [time, direction] } }
- some cleaning
2018-09-26 16:52:46 +08:00
Can ZHANG
b4e4d496ea
Fix test
2018-09-26 16:52:46 +08:00
Can ZHANG
d859fb0dd7
Track more info for observed addresses
2018-09-26 16:52:46 +08:00
Steven Allen
2787133b04
gx publish 6.0.13
2018-09-24 05:11:17 -07:00
Steven Allen
a88ea16620
Merge pull request #430 from Ice-Storm/patch-1
...
Delete extra comments
2018-09-21 15:31:42 +00:00
QYuan
38abbc9128
Delete extra comments
2018-09-21 10:33:15 +08:00
Steven Allen
290499641e
Merge pull request #426 from libp2p/feat/415
...
gx: update go-libp2p-nat
2018-09-17 21:05:40 +00:00
Steven Allen
ad42428e6b
gx: update go-libp2p-nat
...
Pulls in update to fix #415 . Thanks @cannium!
2018-09-17 14:01:07 -07:00
vyzo
1959dde238
Merge pull request #423 from KerwinKoo/master
...
Just repair spelling mistake
2018-09-14 12:09:26 +03:00
gukq
2ea753ece0
Just repair spelling mistake
...
Signed-off-by: gukq <gukaiqiang@gmail.com>
2018-09-14 17:03:39 +08:00
Steven Allen
8f826ec266
Merge pull request #412 from cannium/deduplicate-addrs
...
Deduplicate addresses of host output
2018-09-13 23:04:09 +00:00
Can ZHANG
e6b1e07f11
Updates due to code review
2018-09-13 11:38:16 +08:00
Steven Allen
3620e52d9f
Merge pull request #422 from KerwinKoo/master
...
Just repair spelling mistake
2018-09-12 17:10:01 +00:00