-
Notifications
You must be signed in to change notification settings - Fork 261
Initial changes to support extra configurable parameters and to print… #6237
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
base: develop
Are you sure you want to change the base?
Conversation
|
Thank you for making this first PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
simonwicky
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general, double check the changes you have in your PR. I usually do a soft reset to the latest develop to go through all of them. It will allow you to catch those line deletion for example.
For formatting, setup your IDE to format (I have format on save with rust-analyser on VSCode), we can help you with other setups if needed. If you don't want to/can't do that, run cargo fmt --all to format everything.
common/client-core/src/client/real_messages_control/real_traffic_stream.rs
Show resolved
Hide resolved
42f63a0 to
8505458
Compare
25ec91f to
fa25986
Compare
simonwicky
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The open comments still holds
simonwicky
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some duplicate log to remove and some empty lines that needs to stay there ;)
Once that's done, ship it.
Your call on the couple of nits
This branch adds support for the additional configurable parameters introduced in
nicolas/sdk-param-support-debugin the nym vpn client branch and also debugging messages to verify that it works.Ticket
JIRA-VPN-4558
Further details can be found in Configurable Mixnet Params – Design.
This change is