Commit Graph

184 Commits

Author SHA1 Message Date
ZX
8bcffb67cb WIP CI Build Errors (#76)
* ignore TODO and kademlia

* remove unnecessary pass

* fixed swarm warnings

* fixed peerdata_interface warnings

* fixed peer warnings

* fixed rest of linting errors

* trying to fix last error

* fixed dup errors
2018-11-26 18:24:29 -05:00
8326f87835 Update .travis.yml 2018-11-26 13:30:05 -05:00
2165afdb81 Update README.md 2018-11-26 13:20:46 -05:00
ZX
31222a0b4f Merge pull request #67 from zaibon/travis-upstream
enable CI
2018-11-26 13:09:44 -05:00
e7029a1b00 enable CI 2018-11-26 19:01:13 +01:00
ZX
161f4d1001 Merge pull request #70 from zixuanzh/refactor-libp2p
refactor libp2p
closes #69
2018-11-25 18:39:46 -05:00
4439229632 Merge pull request #72 from zixuanzh/stream-id
Improved stream IDs
2018-11-25 15:29:57 -05:00
6c99d854dd fixes for muxed_conn interface and usage of self.buffers over self.stream 2018-11-25 15:27:54 -05:00
592ef69d8d Improved stream IDs 2018-11-25 11:05:56 -05:00
ff6fdccea4 refactor libp2p 2018-11-25 01:45:13 -05:00
ZX
5548041a37 Merge pull request #66 from zixuanzh/mplex
Refactor Muxed_Connection to Mplex
2018-11-21 00:45:25 -05:00
0bfb7fb7e2 Merge branch 'mplex' of https://github.com/zixuanzh/py-libp2p into mplex 2018-11-21 00:42:07 -05:00
7df6424ff1 todo for close and reset 2018-11-21 00:41:13 -05:00
276aa97f21 adding todo to connection test 2018-11-21 00:13:02 -05:00
2569eac3a0 lint 2018-11-20 23:49:37 -05:00
daf9f69b62 raw_connection echo test 2018-11-20 23:25:49 -05:00
d83b6ef459 mplex stream close reset done 2018-11-20 21:46:18 -05:00
e047752d82 rename muxed_conn 2018-11-20 20:28:41 -05:00
4e2749c915 Merge pull request #64 from zaibon/chat_example
Chat example
2018-11-19 11:36:43 -05:00
d8f0f71413 add click and base58 to requiremrents.txt 2018-11-19 17:29:54 +01:00
b80df48d37 move chat.py into examples directory 2018-11-19 17:29:48 +01:00
b3e2e6d8ad run stdin reading in its own thread to no block the event loop 2018-11-19 08:58:07 +01:00
9123760191 WIP: chat example 2018-11-18 23:38:45 +01:00
96edf96e76 make stream close async 2018-11-18 23:38:39 +01:00
01daf8ae8a Merge pull request #63 from zixuanzh/chat-hotfix
Dialer should not read until user says so.
2018-11-18 16:16:35 -05:00
b2a35114b1 reading logic in muxed_connection 2018-11-18 16:04:52 -05:00
4e8b969864 Merge pull request #62 from zixuanzh/readme-notice
Warning on readme
2018-11-17 13:27:09 -05:00
5ec8bcd066 Warning on readme 2018-11-17 13:24:02 -05:00
5f6bdcf40d Merge pull request #59 from raulk/docs
Docs: enrich the Concepts section
2018-11-16 18:07:55 -05:00
fd83824246 Merge pull request #61 from mgoelzer/dual-license
Dual license (MIT+Apache2)
2018-11-16 18:02:12 -05:00
91b69bb37a Dual license (MIT+Apache2) 2018-11-16 11:55:12 -08:00
2c51096050 Update README.md 2018-11-16 12:12:30 +00:00
cf5b159971 Merge pull request #56 from zixuanzh/add-overview
Update readme
2018-11-12 13:40:59 -05:00
2aaa81b3d3 Merge branch 'master' into add-overview 2018-11-12 13:36:16 -05:00
9dd6b87bed Update readme 2018-11-12 13:33:47 -05:00
4304098977 updating readme 2018-11-12 13:32:55 -05:00
2e1313022f Merge pull request #55 from zixuanzh/folder-typo
fixed typo
2018-11-12 13:32:24 -05:00
b3d9519c13 fixed typo 2018-11-12 13:19:31 -05:00
c106d2291a Merge pull request #54 from zixuanzh/lint
lgtm
2018-11-12 13:11:11 -05:00
4daba76908 minor test bugfix 2018-11-12 13:10:51 -05:00
c5c9d3e5c9 lint 2018-11-12 13:02:49 -05:00
b4272918d9 Merge pull request #52 from zixuanzh/libp2p-new-node
End to end messaging bugfixes
2018-11-12 12:28:32 -05:00
6e3857c89a message read length fix 2018-11-12 12:26:11 -05:00
61e11a2716 adding additional bugfixed files 2018-11-12 11:00:43 -05:00
90cb0e903e Merge branch 'master' of https://github.com/zixuanzh/py-libp2p into libp2p-new-node
master merge
2018-11-12 10:57:45 -05:00
430e63f263 End to end messaging bugfixes 2018-11-12 10:57:40 -05:00
cdfd30216b Merge pull request #50 from zixuanzh/libp2p-new-node
Libp2p new node
2018-11-11 20:47:27 -05:00
e2b7ad8926 minor fix 2018-11-11 20:46:32 -05:00
a0ad0b5ef7 Merge pull request #51 from zixuanzh/zx-new-node
implement new_node
2018-11-11 20:43:52 -05:00
64002acc64 implement new_node 2018-11-11 20:41:21 -05:00