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

feat secure #101

Merged
merged 6 commits into from
Dec 27, 2023
Merged

feat secure #101

merged 6 commits into from
Dec 27, 2023

Conversation

giangndm
Copy link
Contributor

This PR implement secure feature includes:

  • node connect handshake with signature
  • node data transfer is encrypted with noise-protocol (snow crate)

Copy link

codecov bot commented Dec 27, 2023

Codecov Report

Attention: 29 lines in your changes are missing coverage. Please review.

❗ No coverage uploaded for pull request base (master@8b07e6b). Click here to learn what that means.

Files Patch % Lines
packages/transports/tcp/src/handshake.rs 62.90% 23 Missing ⚠️
packages/transports/tcp/src/connection.rs 78.26% 5 Missing ⚠️
packages/transports/tcp/src/connector.rs 90.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             master     #101   +/-   ##
=========================================
  Coverage          ?   87.32%           
=========================================
  Files             ?      116           
  Lines             ?    12917           
  Branches          ?        0           
=========================================
  Hits              ?    11280           
  Misses            ?     1637           
  Partials          ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@giangndm giangndm marked this pull request as ready for review December 27, 2023 17:10
@giangndm giangndm merged commit af51caf into 8xFF:master Dec 27, 2023
6 checks passed
@github-actions github-actions bot mentioned this pull request Dec 27, 2023
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.

1 participant