58bdee499b
Fix linting issue
2019-03-15 11:22:20 -04:00
a46779918f
Fix linting issue
2019-03-15 11:22:20 -04:00
0c60e28150
Fix linting issues
2019-03-15 11:22:20 -04:00
2eb8382280
Refactor test setup to remove duplicate code
2019-03-15 11:22:20 -04:00
22d6c97ef3
Add conn to net stream and conn tests
2019-03-15 11:22:20 -04:00
26dd385c95
Fix linting issue
2019-03-15 11:22:20 -04:00
670076035c
Fix linting issue
2019-03-15 11:22:20 -04:00
3e64520506
Make notifee functions all async
2019-03-15 11:22:20 -04:00
7a8878411f
Add tests for notify
2019-03-15 11:22:20 -04:00
1ce8225c7d
Implement notify feature
2019-03-15 11:22:20 -04:00
f7d1bb3a89
Add notify function to network interface
2019-03-15 11:22:20 -04:00
cdfcdd528e
Add notifee interface
2019-03-15 11:22:20 -04:00
78d0a658bb
Typo fixes ( #127 )
...
* Update transport_interface.py
* Update tcp.py
* Update README.md
2019-02-24 23:11:54 -05:00
82840b5e6c
Stream rearchitecture ( #126 )
...
* Add generic protocol handler
* Add generic protocol handler to stream muxing pipeline
* Modify conn_handler to only deal with connections
* mplex accept stream architecture changes
* Add create generic protocol handler
* Fix minor bugs
* who would win 4 devs or one not
* Debugging
* rearch with handle_incoming infinite loop, seems to work, needs cleanup"
* passing linting, still needs cleanup
* fixing linting again; code still needs cleanup
* fixing tests; code still needs cleanup
* adding test cleanup and task cleanup, removing prints
* linting, and cleanup complete
* storing connections based on peer id
* remove dead code
* remove unnecessary peer_id
2019-02-24 20:58:23 -05:00
17c778de15
Peer Discovery Interface ( #123 )
...
* added file
* basic interface modeled on go repo
* fixed linting
* updated based on comments
2019-02-24 18:37:56 -05:00
e3e3ac30b1
Adding sponsorship ack to EF ( #125 )
...
Now that sponsorship has been announced (see link in blog), we can add acknowledgement and close out #60 .
2019-02-22 15:02:17 -05:00
934714df62
updated readme ( #124 )
2019-02-12 10:56:03 -05:00
e34603c364
fixing chat to use public IP ( #122 )
2019-02-10 20:52:05 -05:00
5af7079f08
Change webrtc to planned ( #117 )
...
* Change webrtc to planned
Change WebRTC transport to planned.
* Change nat-pmp and upnp to planned
2019-02-10 13:27:25 -05:00
bfb2c73810
Fixed some issues with the chat example ( #120 )
...
* Fixed some issues with the chat example
* Bump version to Python 3.7 (#121 )
* bump version
* enable 3.7 in travis
* Minor refactor
2019-02-10 13:07:42 -05:00
732a15ec93
Bump version to Python 3.7 ( #121 )
...
* bump version
* enable 3.7 in travis
2019-02-09 21:40:05 -05:00
82d08a3b14
chat.py very little code refactor. ( #112 )
...
That was an useless duplicate
2019-01-30 23:54:55 -05:00
9b6d61ca63
remove unused multiaddr module ( #110 )
2019-01-30 19:41:03 -05:00
d0f47ef24f
removed accidently added duplicate mplex ( #111 )
2019-01-28 19:22:30 -05:00
7736d2afd2
updated reading to read until you see a message for your stream ( #100 )
...
* updated reading to read until you see a message for your stream
* added timeout to decode uvarint
* resolved comments
* shortened long line
2019-01-28 16:15:22 -05:00
fa4895dad8
Ignore kademlia folder in code coverage ( #109 )
2019-01-28 16:06:03 -05:00
ebd5ddc21f
Update unit tests from peer package ( #103 )
...
* Update more test for peerid.py
Signed-off-by: Tran Ly Vu <tranly.vu@accellion.com >
* Update more tests for peerid.py
Signed-off-by: Tran Ly Vu <tranly.vu@accellion.com >
* Update more tests for peerid.py
Signed-off-by: Tran Ly Vu <tranly.vu@accellion.com >
* Update more unit tests
Signed-off-by: Tran Ly Vu <tranly.vu@accellion.com >
* Update more unit tests
Signed-off-by: Tran Ly Vu <tranly.vu@accellion.com >
* FIx travis failaure
Signed-off-by: Tran Ly Vu <tranly.vu@accellion.com >
* Fix travis failaure
Signed-off-by: Tran Ly Vu <tranly.vu@accellion.com >
* Update indent-string to tab
Signed-off-by: Tran Ly Vu <tranly.vu@accellion.com >
* Fix lines that too long
Signed-off-by: Tran Ly Vu <tranly.vu@accellion.com >
* Convert indent back to space
Signed-off-by: Tran Ly Vu <tranly.vu@accellion.com >
* Fix lines that too long
Signed-off-by: Tran Ly Vu <tranly.vu@accellion.com >
* Fix lines that too long
Signed-off-by: Tran Ly Vu <tranly.vu@accellion.com >
* Fix lines that too long
Signed-off-by: Tran Ly Vu <tranly.vu@accellion.com >
* Fix lines that too long
Signed-off-by: Tran Ly Vu <tranly.vu@accellion.com >
* Disable W0212 and E1120
Signed-off-by: Tran Ly Vu <tranly.vu@accellion.com >
* Fix lines that too long
Signed-off-by: Tran Ly Vu <tranly.vu@accellion.com >
* Fix failure from travis
Signed-off-by: Tran Ly Vu <tranly.vu@accellion.com >
* Fix failure from travis
Signed-off-by: Tran Ly Vu <tranly.vu@accellion.com >
* Remove W0212 and E1120
Signed-off-by: Tran Ly Vu <vutransingapore@gmail.com >
* Fix packages import
Signed-off-by: Tran Ly Vu <vutransingapore@gmail.com >
* Add pylint dsiable
Signed-off-by: Tran Ly Vu <vutransingapore@gmail.com >
2019-01-12 11:31:08 -05:00
fef4a5f5f6
Merge pull request #108 from zixuanzh/requirements_dev
...
Adding requirements_dev.txt
2019-01-10 21:00:57 -05:00
e47c4e98fa
adding requirements_dev.txt
2019-01-10 19:44:24 -05:00
7c2b2800a8
Merge branch 'magniff-feature/issue-104'
2019-01-10 20:46:44 +08:00
71a6b868e1
fix merge conflicts
2019-01-10 20:45:03 +08:00
ba8d2491d4
Merge pull request #106 from zixuanzh/protocol-mux-lint
...
Fixing linting errors in protocol_muxer and adding to Travis
2019-01-09 21:38:22 -10:00
714ea929a7
bad travis copy
2019-01-09 20:35:03 -05:00
869351a380
upgrading pip, as in #105
2019-01-09 20:32:02 -05:00
1dbe490623
fixing linting errors with protocol_muxer and adding to Travis
2019-01-09 20:24:41 -05:00
597f94ddb2
Pylint --ignore-patterns seems to be broken.
2019-01-09 23:10:36 +03:00
58743bb373
Unpack bash curly stuff.
2019-01-09 22:34:35 +03:00
113021eacd
Delete trailing whitespace issue, ignore previously untested folders for now.
2019-01-09 22:30:18 +03:00
3ab741feb4
Upgrade pip, using pytest>=3.6.
2019-01-09 22:13:44 +03:00
d629a0c85e
Fix examples/chat/chat.py. Extract test requirements to .travis.yaml file.
2019-01-09 22:01:46 +03:00
ce6ddb27a9
Migrate to new project structure.
2019-01-09 21:38:56 +03:00
880ae748d1
Delete requirements.txt file, add setup.py instead.
2019-01-09 20:57:41 +03:00
ab1aa0e7a8
adding links to maintainers
2018-12-31 08:37:39 -08:00
6821236e8f
Adding maintainers to README
2018-12-31 08:33:26 -08:00
9cfe26fcd3
Merge pull request #99 from zixuanzh/proper-multiaddr
...
Updating to proper multiaddr dependency
2018-12-28 20:17:33 -05:00
2f33f55141
updating peerinfo variable style
2018-12-28 02:01:50 -05:00
4c0cd8730f
updating to proper multiaddr and changing to p2p
2018-12-28 01:56:00 -05:00
f6c6ec2213
Merge pull request #98 from zixuanzh/feature-breakdown
...
Adding feature breakdown to readme
2018-12-23 11:13:59 -05:00
d12bac462e
adding unplanned features and lemons
2018-12-22 12:19:17 -05:00
84e09ee243
Adding feature breakdown to readme
2018-12-22 01:19:24 -05:00