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

bugfix: impose no message size limit, use same version of PAKE in sender and receiver #29

Merged
merged 4 commits into from
Dec 23, 2022

Conversation

ZinoKader
Copy link
Member

(Dev -> Master)

- Sender and receiver had different versions of schollz/pake. The old
version in the receiver was broken in go 1.19
(golang/go#50974)

- Upgrade other packages

-
@codecov-commenter
Copy link

codecov-commenter commented Dec 23, 2022

Codecov Report

Base: 25.00% // Head: 36.20% // Increases project coverage by +11.20% 🎉

Coverage data is based on head (5a7907f) compared to base (3ca2f6b).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@             Coverage Diff             @@
##           master      #29       +/-   ##
===========================================
+ Coverage   25.00%   36.20%   +11.20%     
===========================================
  Files           5        5               
  Lines         172      174        +2     
===========================================
+ Hits           43       63       +20     
+ Misses        113       88       -25     
- Partials       16       23        +7     
Impacted Files Coverage Δ
internal/conn/conn.go 32.05% <0.00%> (-0.85%) ⬇️
portal/portal.go 36.11% <0.00%> (+36.11%) ⬆️
portal/config.go 100.00% <0.00%> (+100.00%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@ZinoKader ZinoKader merged commit 1e9d909 into master Dec 23, 2022
@ZinoKader ZinoKader deleted the develop branch December 23, 2022 18:17
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.

2 participants