-
Notifications
You must be signed in to change notification settings - Fork 236
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
Feature Noise XKpsk3 integration #4360
base: develop
Are you sure you want to change the base?
Conversation
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.
Having NoiseInformation separate from HostInformation, I take it this is for backwards compatibility? Or perhaps another reason?
Also, the Option, it seems like it's never None?
Yes. Backwards compatibility and temporary information for the upgrade transition
It's None for mix nodes, so the description can be unified with gateways |
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
PR stack has been collapsed |
* add custom mixnet option for gateways * add custom mixnet option for mixnode * change topology construction as to not miss described_nodes * adapt localnet scripts to new topology * add snake_case alias to described_nodes
Description
This is the base of stacked PRs to integrate XKpsk3 Noise connection between nym nodes
This PR concerns self-described API and Nym-API changes.
The stack of PR is as follow :
#4360 (this one) -> #4361 -> #4373 -> #4362
Checklist:
CHANGELOG.md
This change is