e355cb2600
Apply PR feedback:
...
Only use pop method if error handling is in place
2019-11-23 16:04:22 +08:00
501eef59de
Apply PR feedback:
...
Only use pop method if graceful failure handling is desired
2019-11-21 14:48:03 +08:00
19907e18ec
Replace (check and) del pattern with pop method
2019-11-20 23:06:37 +08:00
c0522c1bd9
Check if entry exists in dictionary before delete
2019-11-17 21:52:05 +08:00
ace5ef69a8
Apply PR feedback:
...
handle pubsub dead peer when stream closed in gossipsub
2019-11-16 17:03:04 +08:00
ccc7879422
Add stream.write error handling in gossipsub
2019-11-16 16:57:11 +08:00
9be9b4bbfc
Handle StreamClosed in pub/gossip/flood-sub
2019-11-16 16:56:59 +08:00
b8c7f0cfff
Fix lint
2019-11-09 23:55:35 +08:00
5dfa29a0df
Track tasks created in pubsub and add close()
2019-11-09 23:24:09 +08:00
93ef36bd86
Clean up peer record if pubsub stream fail
2019-11-09 23:24:09 +08:00
eeb87848af
Apply PR feedback:
...
- fix await stream close/reset
- make `_handle_dead_peer` a sync function
2019-11-09 23:24:09 +08:00
d36e323703
Update error handling of pubsub stream handler
2019-11-09 23:24:08 +08:00
a8d9536b08
Spin up handle_dead_peer_queue task
2019-11-09 23:24:08 +08:00
84f5210220
Implement handle_dead_peer_queue
2019-11-09 23:24:08 +08:00
4b15cb1af5
Implement PubsubNotifee.disconnected
2019-11-09 23:24:08 +08:00
c6c9393f2b
Add dead_peer_queue to pubsub
2019-11-09 23:24:08 +08:00
ded3792924
Merge pull request #331 from dmuhs/fix/docs-format
...
Add automatic docstring formatting
2019-10-28 09:39:52 -06:00
f2bfc68f6d
Re-generate protobufs
2019-10-25 18:51:57 +09:00
bafdd8512d
Enforce pre-summary newline in docstrings
2019-10-24 20:10:45 +02:00
afb79da9f8
Fix typo
2019-10-24 19:12:15 +02:00
eef505f2d9
Add automatic docstring formatter and apply
2019-10-24 08:41:10 +02:00
986a852e7e
Remove forced debug level
2019-10-01 11:17:05 +02:00
dbc35e8b9d
Merge pull request #310 from mhchia/fix/missing_await_for_stream_reset_in_pubsub
...
Add the missing `await` for `stream.reset` in pubsub
2019-09-24 14:04:25 +08:00
da34b086d5
Merge branch 'master' into fix/change-notifee-and-add-tests-for-swarm-conn-and-mplex
2019-09-24 13:50:54 +08:00
b0c919aab7
Add the missing await
2019-09-24 13:34:26 +08:00
d1c25b8b1e
Fix interop pubsub tests and PR feedback
...
- Use `from_id`, the changed field name in `PSMessage`.
- PR feedbacks
- Add label `test` in `testenv` in tox.ini, to avoid wrong
dispatching an environment's command in the future.
- Use `pytest` over `py.test`.
2019-09-24 11:30:52 +08:00
92deae41dc
Change SwarmConn.conn to muxed_conn
2019-09-23 15:46:50 +08:00
6f8394e4bd
Merge branch 'master' into fix/change-notifee-and-add-tests-for-swarm-conn-and-mplex
2019-09-21 18:34:12 +08:00
b8b5ac5e06
Add test for notifee disconnected
2019-09-19 16:31:41 +08:00
5307c0506b
Change IMuxedConn to INetConn in Notifee
2019-09-19 16:31:41 +08:00
f253152858
Handle protocol negotiation failure in swarm new_stream
2019-09-17 16:17:41 +08:00
879f193aa1
Handle errors from
...
- `read_delim`
- `read_varint_prefixed_bytes`
- `decode_uvarint_from_stream`
2019-09-15 16:58:08 +08:00
9bad7a61f0
Add some loggings to pubsub
2019-09-14 21:54:26 +08:00
f128c746f0
Write data payload as hex to log
2019-09-10 16:17:40 -04:00
68e75707e4
Enhance logs
2019-09-10 16:04:18 -04:00
6c1f77dc1a
Fix: Change the event.close to event.set
...
And add missing parts.
2019-09-06 21:35:15 +08:00
1cd969a2d5
Fix: Add typing in functions
2019-09-06 20:02:35 +08:00
0e3d4508d6
PR feedback
...
- Use `Sequence` instead of `List`
- Add note
- Remove redundant words in docstring
2019-09-04 20:52:18 +08:00
5113785543
Update libp2p/pubsub/pubsub.py
...
Co-Authored-By: NIC Lin <twedusuck@gmail.com >
2019-09-04 20:32:43 +08:00
677531db76
Fix pubsub tests
2019-09-04 15:33:07 +08:00
961e51fa2e
Remove leftover prints
2019-09-03 23:39:29 +08:00
7f20ab781d
Fix gosssipsub tests
2019-09-03 23:37:34 +08:00
7385a7a677
Add is_gossipsub fixture in interop test
...
To use the same code to test against both routers: floodsub and
gossipsub.
2019-09-03 16:49:00 +08:00
33dae87c35
Add pubsub test for gossipsub
2019-09-03 16:07:44 +08:00
194b494057
Tested against subscriptions and publish
2019-09-02 23:21:57 +08:00
3717dc9adf
Add helper functions
2019-09-02 21:01:13 +08:00
1b5d064a8d
Add utility functions for libp2p bindings
...
To prepare for pubsub interop test
2019-09-02 14:30:25 +08:00
5192944724
Update pb
2019-08-22 22:53:46 +08:00
4358a4bc89
Negotiate multiselect version for Muxer
...
`MuxerMultistream` is introduced to negotiate `Multiselect` version
before negotiating Multiplexer's version. This is required by
multistream 1.x
2019-08-21 11:43:24 +08:00
0f81ca42a6
Add mypy protobufs plugin and regenerate protobufs
2019-08-15 16:01:44 -07:00