ZeroNetJS / zeronet-js

ZeroNet in JS
MIT License
48 stars 9 forks source link

Separate libp2p and znv2 #89

Closed mkg20001 closed 7 years ago

mkg20001 commented 7 years ago

At the beginnig I thought putting both protos on the same port would be a good idea. How wrong I was.

ToDos:

codecov[bot] commented 7 years ago

Codecov Report

Merging #89 into master will decrease coverage by 1.89%. The diff coverage is 81.1%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #89     +/-   ##
=========================================
- Coverage   52.31%   50.41%   -1.9%     
=========================================
  Files          54       53      -1     
  Lines        2294     2184    -110     
=========================================
- Hits         1200     1101     -99     
+ Misses       1094     1083     -11
Impacted Files Coverage Δ
zeronet-zite/lib/file/stream.js 10.93% <ø> (+0.16%) :arrow_up:
index.js 100% <ø> (ø) :arrow_up:
bundle.js 96% <ø> (ø) :arrow_up:
zeronet-protocol/lib/zero/peer-request-handler.js 82.14% <0%> (ø)
zeronet-swarm/lib/zero/nat/index.js 6.19% <0%> (ø)
zeronet-protocol/lib/zero/pack.js 100% <100%> (ø)
zeronet-protocol/lib/zero/index.js 100% <100%> (ø)
zeronet-swarm/lib/index.js 100% <100%> (ø)
zeronet-common/lib/verify/index.js 56.25% <100%> (+1.41%) :arrow_up:
zeronet-client/lib/index.js 87.17% <100%> (+0.33%) :arrow_up:
... and 25 more

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 a4328aa...ce85461. Read the comment docs.

mkg20001 commented 7 years ago

Things left todo:

mkg20001 commented 7 years ago

Merge Time! :tada: