Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(core-p2p): set maxPayload on ws server #3996

Merged
merged 3 commits into from
Sep 7, 2020

Conversation

sebastijankuzner
Copy link
Contributor

@sebastijankuzner sebastijankuzner commented Sep 2, 2020

Summary

Solves issue #3973

Checklist

  • Tests (if necessary)
  • Ready to be merged

@codecov
Copy link

codecov bot commented Sep 2, 2020

Codecov Report

Merging #3996 into develop will increase coverage by 0.36%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #3996      +/-   ##
===========================================
+ Coverage    98.12%   98.49%   +0.36%     
===========================================
  Files          631      631              
  Lines        14578    14587       +9     
  Branches      1729     1732       +3     
===========================================
+ Hits         14305    14367      +62     
+ Misses         130      129       -1     
+ Partials       143       91      -52     
Flag Coverage Δ
#functional 6.80% <0.00%> (-0.01%) ⬇️
#integration 9.87% <0.00%> (-0.01%) ⬇️
#unit 96.66% <100.00%> (+0.36%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
packages/core-p2p/src/hapi-nes/plugin.ts 100.00% <ø> (ø)
packages/core-p2p/src/hapi-nes/listener.ts 100.00% <100.00%> (ø)
packages/core-p2p/src/socket-server/server.ts 85.71% <100.00%> (+1.09%) ⬆️
...ate/src/wallets/wallet-repository-copy-on-write.ts 91.30% <0.00%> (-3.44%) ⬇️
packages/core-p2p/src/network-monitor.ts 99.62% <0.00%> (-0.38%) ⬇️
packages/core-state/src/wallets/wallet-index.ts 100.00% <0.00%> (ø)
...es/core-transactions/src/handlers/two/htlc-lock.ts 100.00% <0.00%> (+3.07%) ⬆️
...core-transactions/src/handlers/handler-registry.ts 100.00% <0.00%> (+3.12%) ⬆️
...sactions/src/handlers/two/delegate-registration.ts 100.00% <0.00%> (+3.44%) ⬆️
.../src/handlers/one/second-signature-registration.ts 100.00% <0.00%> (+3.44%) ⬆️
... and 11 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 934d306...d8d1c7b. Read the comment docs.

@air1one air1one merged commit bf892b5 into develop Sep 7, 2020
@ghost ghost deleted the chore/core-p2p/maxPayload branch September 7, 2020 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants