scrtlabs / enigma-p2p

The Enigma Worker Peer-to-Peer (P2P) package written in Node.js based on libp2p-js
https://enigma.co/protocol/
GNU Affero General Public License v3.0
38 stars 4 forks source link

Management Server #280

Closed Cashmaney closed 4 years ago

Cashmaney commented 4 years ago

Don't have to merge everything, but this is the current build running on testnet

codecov[bot] commented 4 years ago

Codecov Report

Merging #280 into develop will decrease coverage by 0.35%. The diff coverage is 46.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop    #280      +/-   ##
==========================================
- Coverage    78.16%   77.8%   -0.36%     
==========================================
  Files          104     105       +1     
  Lines         4799    4840      +41     
==========================================
+ Hits          3751    3766      +15     
- Misses        1048    1074      +26
Impacted Files Coverage Δ
src/worker/handlers/ProtocolHandler.js 62.06% <ø> (+1.39%) :arrow_up:
...r/controller/actions/proxy/GetStatusProxyAction.js 100% <ø> (ø) :arrow_up:
src/common/constants.js 100% <ø> (ø) :arrow_up:
src/worker/handlers/ManagementServer.js 23.52% <ø> (ø) :arrow_up:
...worker/controller/actions/ethereum/LogoutAction.js 11.53% <0%> (ø) :arrow_up:
.../worker/controller/actions/ethereum/LoginAction.js 10% <0%> (ø) :arrow_up:
src/client_api/JsonRpcServer.js 90.36% <100%> (ø) :arrow_up:
...rker/controller/actions/ethereum/RegisterAction.js 88.46% <100%> (ø) :arrow_up:
src/worker/EnigmaNode.js 67.68% <100%> (+0.28%) :arrow_up:
src/ethereum/EnigmaContractReaderAPI.js 57.89% <100%> (+0.22%) :arrow_up:
... and 4 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 fe53d42...6362dc9. Read the comment docs.

Cashmaney commented 4 years ago

@assafmo eslint/webstorm actually detects prettier rules properly now (with the additional dependencies)

See: https://prettier.io/docs/en/integrating-with-linters.html