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

Feature Noise XKpsk3 integration #4360

Open
wants to merge 28 commits into
base: develop
Choose a base branch
from
Open

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    786ff31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d841e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5908741 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    7363cda View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. augment topology with described nodes

    simonwicky authored and Simon Wicky committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    d4a2be8 View commit details
    Browse the repository at this point in the history
  2. add epoch in validator client

    simonwicky authored and Simon Wicky committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    580457a View commit details
    Browse the repository at this point in the history
  3. add topology access to nodes

    simonwicky authored and Simon Wicky committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    0a826b8 View commit details
    Browse the repository at this point in the history
  4. move topology control into its own crate

    simonwicky authored and Simon Wicky committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    8c29fba View commit details
    Browse the repository at this point in the history
  5. apply octlol suggestion

    simonwicky authored and Simon Wicky committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    fbbd634 View commit details
    Browse the repository at this point in the history
  6. changes on nym-connect and wasm client

    simonwicky authored and Simon Wicky committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    6924f29 View commit details
    Browse the repository at this point in the history
  7. cargo fmt

    simonwicky authored and Simon Wicky committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    a16b21c View commit details
    Browse the repository at this point in the history
  8. add main noise logic

    simonwicky authored and Simon Wicky committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    54feb9e View commit details
    Browse the repository at this point in the history
  9. add noise connection in nodes

    simonwicky authored and Simon Wicky committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    e4425f9 View commit details
    Browse the repository at this point in the history
  10. enable noise support in self described API

    simonwicky authored and Simon Wicky committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    06f1271 View commit details
    Browse the repository at this point in the history
  11. apply some of octlol's suggestion

    simonwicky authored and Simon Wicky committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    293cf2f View commit details
    Browse the repository at this point in the history
  12. apply octlol's type suggestion

    simonwicky authored and Simon Wicky committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    e2fa1ae View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e57fcf4 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    49588e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    7ec35fe View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. change mix_host in Node to a vec

    simonwicky authored and Simon Wicky committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    30a1f55 View commit details
    Browse the repository at this point in the history
  2. change key retrieval to use bond info

    simonwicky authored and Simon Wicky committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    a0e3610 View commit details
    Browse the repository at this point in the history
  3. update cargo lock

    simonwicky authored and Simon Wicky committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    2e12c20 View commit details
    Browse the repository at this point in the history
  4. comment change according to review

    simonwicky authored and Simon Wicky committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    3846d3c View commit details
    Browse the repository at this point in the history
  5. apply jstuczyn suggestion

    simonwicky authored and Simon Wicky committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    6b1657a View commit details
    Browse the repository at this point in the history
  6. change to psk structure and port checking to allow same ip

    simonwicky authored and Simon Wicky committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    4d273ea View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. remove outdated comments

    simonwicky committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    011be0d View commit details
    Browse the repository at this point in the history
  2. change license

    simonwicky committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    5a9c391 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Feature Noise XKpsk3 : Fix localnet (#4465)

    * 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
    simonwicky authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    4b3dcb6 View commit details
    Browse the repository at this point in the history