phoreproject / graphene

Phore Synapse working repository
MIT License
13 stars 6 forks source link

Refactored P2P module #24

Closed wqking closed 5 years ago

wqking commented 5 years ago

Integrated grpc and libp2p. Wrapped P2P module to HostNode and PeerNode. Added new integration test.

meyer9 commented 5 years ago

looks good. make sure CI is passing. a dependency updated their tag and now the hash mismatches the one provided. https://travis-ci.com/phoreproject/synapse/builds/95218427#L685

codecov[bot] commented 5 years ago

Codecov Report

Merging #24 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #24   +/-   ##
=======================================
  Coverage   75.46%   75.46%           
=======================================
  Files          12       12           
  Lines        1121     1121           
=======================================
  Hits          846      846           
  Misses        209      209           
  Partials       66       66

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b2e9cab...c3929d3. Read the comment docs.

wqking commented 5 years ago

Fixed