ZeroNetJS / zeronet-js

ZeroNet in JS
MIT License
48 stars 9 forks source link

Target: Loading Zites #29

Closed mkg20001 closed 7 years ago

mkg20001 commented 7 years ago

Final goals of this pr:

codecov[bot] commented 7 years ago

Codecov Report

Merging #29 into master will decrease coverage by 10.75%. The diff coverage is 14.86%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #29       +/-   ##
===========================================
- Coverage   44.71%   33.95%   -10.76%     
===========================================
  Files          24       37       +13     
  Lines         917     1399      +482     
===========================================
+ Hits          410      475       +65     
- Misses        507      924      +417
Impacted Files Coverage Δ
zeronet-swarm/dial/index.js 15% <ø> (ø) :arrow_up:
zeronet-storage-fs/lib/index.js 78.68% <0%> (-2.67%) :arrow_down:
zeronet-uiserver/lib/index.js 56.14% <0%> (-1.01%) :arrow_down:
zeronet-common/lib/verify/index.js 8% <0%> (-2%) :arrow_down:
zeronet-protocol/lib/proto/handshake.js 8.75% <0%> (-0.59%) :arrow_down:
zeronet-protocol/lib/stream/msgpack.js 10.25% <10.25%> (ø)
zeronet-node/lib/index.js 95.94% <100%> (ø) :arrow_up:
zeronet-zite/lib/manager.js 78.94% <100%> (+2.47%) :arrow_up:
zeronet-protocol/lib/proto/index.js 65.11% <100%> (ø) :arrow_up:
zeronet-swarm/index.js 95% <100%> (ø) :arrow_up:
... and 36 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 91a9afd...6cf08ab. Read the comment docs.

mkg20001 commented 7 years ago

Currently working on the streams and trees. Will take a bit until it loads in the browser

danimesq commented 7 years ago

@mkg20001 Some goal is already done?

mkg20001 commented 7 years ago

It downloads the content json. Which is a part of the first goal. So almost one goal done

mkg20001 commented 7 years ago

Now the tree is almost done. Maybe I can get downloading to work in a few days

mkg20001 commented 7 years ago

It's merge time