Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Mixnet integration #14207

Closed
wants to merge 20 commits into from
Closed

Mixnet integration #14207

wants to merge 20 commits into from

Commits on Jul 26, 2023

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

Commits on Jul 27, 2023

  1. Mixnet pallet

    Responsible for determining the mixnode set for each session.
    zdave authored and zdave-parity committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    a7581f2 View commit details
    Browse the repository at this point in the history
  2. Mixnet service

    zdave authored and zdave-parity committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    f77fcd6 View commit details
    Browse the repository at this point in the history
  3. Mixnet RPC interface

    zdave authored and zdave-parity committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    b48e4d3 View commit details
    Browse the repository at this point in the history
  4. Basic mixnet CLI options

    zdave-parity committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    38fae40 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b068a9e View commit details
    Browse the repository at this point in the history
  6. Update Cargo.lock

    zdave-parity committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    8aa640b View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Fix mixnode registration

    zdave-parity committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    3ae4dba View commit details
    Browse the repository at this point in the history
  2. Update spec URL

    zdave-parity committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    6e43842 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Drop ValidatorSet from pallet_mixnet::Config

    Not necessary; the mixnet pallet can track the session index itself.
    zdave committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    692dbee View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Move session key types from pallet_mixnet to sp_mixnet

    To avoid node depending on pallet_mixnet.
    zdave committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    3d9af21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f28ea4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    128b31b View commit details
    Browse the repository at this point in the history
  4. Doc formatting

    zdave committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    ab11fc8 View commit details
    Browse the repository at this point in the history
  5. Some doc comments

    zdave committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    cae93a8 View commit details
    Browse the repository at this point in the history
  6. Clarify some log messages

    zdave committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    ba17d24 View commit details
    Browse the repository at this point in the history
  7. Avoid arrayref dependency

    zdave committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    f4cf5ba View commit details
    Browse the repository at this point in the history
  8. Improve mixnet pallet comments

    In particular, avoid referring to "the register phase". Just refer to it
    as the DisconnectFromPrev phase, which is the name of the enum variant.
    zdave committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    da77d6b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dbe4d92 View commit details
    Browse the repository at this point in the history
  10. Simplify mixnode storage in mixnet pallet

    Note that registrations are now accepted in all phases, and the previous
    mixnode set is kept for the whole session.
    zdave committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    a6194b1 View commit details
    Browse the repository at this point in the history