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

all DKG packets are now gossiped throughout the network #1230

Merged
merged 31 commits into from
Jul 6, 2023

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    e7cf3e5 View commit details
    Browse the repository at this point in the history
  2. all DKG packets are now gossiped throughout the network

    - DKG RPCs are split into `Command`s and `GossipPacket`s
    - the flow of execution is now a lot simpler and with fewer
      higher-order-function shenanigans
    CluEleSsUK committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    c49a965 View commit details
    Browse the repository at this point in the history
  3. fixed a refactor bug

    CluEleSsUK committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    608a84b View commit details
    Browse the repository at this point in the history
  4. linter

    CluEleSsUK committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    4226f5e View commit details
    Browse the repository at this point in the history
  5. fixed race condition

    CluEleSsUK committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    3f7a30c View commit details
    Browse the repository at this point in the history
  6. import reordering D:

    CluEleSsUK committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    d51d8e7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bfbb0ed View commit details
    Browse the repository at this point in the history
  8. ignore leaver errors in proposal

    - fixed some demo project tests
    CluEleSsUK committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    ec9b320 View commit details
    Browse the repository at this point in the history
  9. move packet dedupe to avoid races

    - passed the scheme into some of the tests
    CluEleSsUK committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    edf0f34 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    06cb6af View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a4b2e60 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    358ebd7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e7cc8af View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    29773a1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8c24046 View commit details
    Browse the repository at this point in the history
  16. addressed PR comments

    CluEleSsUK committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    8ff54dc View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    cc28768 View commit details
    Browse the repository at this point in the history
  2. additional nil checks

    CluEleSsUK committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    6633058 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7179d25 View commit details
    Browse the repository at this point in the history
  4. fixed linting complaints

    CluEleSsUK committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    67d198c View commit details
    Browse the repository at this point in the history
  5. fixed some unit tests

    CluEleSsUK committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    f9efcc1 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    5919617 View commit details
    Browse the repository at this point in the history
  2. removed mysterious debug log setting

    added a timeout for the large DKG
    CluEleSsUK committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    daada49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc92fe5 View commit details
    Browse the repository at this point in the history
  4. Update internal/dkg/actions.go

    Co-authored-by: Yolan Romailler <AnomalRoil@users.noreply.github.com>
    CluEleSsUK and AnomalRoil authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    0965277 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    b92f25e View commit details
    Browse the repository at this point in the history
  2. added clock to DKG runner instead of using system time

    - increased genesis time
    CluEleSsUK committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    a63094a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84b1c9f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c045951 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b2dec2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a44a01b View commit details
    Browse the repository at this point in the history