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

[Merged by Bors] - hare3 implementation #4765

Closed
wants to merge 70 commits into from

Commits on Aug 2, 2023

  1. squash hare3

    dshulyak committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    de3d42a View commit details
    Browse the repository at this point in the history
  2. integrate into codebase

    dshulyak committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    ca90c2e View commit details
    Browse the repository at this point in the history
  3. validation

    dshulyak committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    42538d3 View commit details
    Browse the repository at this point in the history
  4. linter

    dshulyak committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    c575e1d View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. progress

    dshulyak committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    8ea1178 View commit details
    Browse the repository at this point in the history
  2. add more references

    dshulyak committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    2ec5578 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. add fuzzer for decode

    dshulyak committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    d85de6d View commit details
    Browse the repository at this point in the history
  2. cleanup and more tests

    dshulyak committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    0f4e364 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68ff558 View commit details
    Browse the repository at this point in the history
  4. cleanup

    dshulyak committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    a41d87c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d12a2ae View commit details
    Browse the repository at this point in the history
  6. linter

    dshulyak committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    6710ae7 View commit details
    Browse the repository at this point in the history
  7. move message key back

    dshulyak committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    8ebdd81 View commit details
    Browse the repository at this point in the history
  8. limit iterations in test

    dshulyak committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    1fd9531 View commit details
    Browse the repository at this point in the history
  9. remove redundant checks

    dshulyak committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    cbd9373 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3ffa3df View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. remove redundant grade

    dshulyak committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    7a3a95b View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    323f7e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e08da8 View commit details
    Browse the repository at this point in the history
  3. test handler

    dshulyak committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    0b7bd19 View commit details
    Browse the repository at this point in the history
  4. proposals unit tests

    dshulyak committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    f888a9e View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. agree on empty layer

    dshulyak committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    ee6f4c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5d795e View commit details
    Browse the repository at this point in the history
  3. linter

    dshulyak committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    ba8db06 View commit details
    Browse the repository at this point in the history
  4. remove custom panics

    dshulyak committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    9783cb1 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. typo

    dshulyak committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    df575ea View commit details
    Browse the repository at this point in the history
  2. change receive to invoke

    dshulyak committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    e7b700a View commit details
    Browse the repository at this point in the history
  3. drop struct for valid values

    dshulyak committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    300974d View commit details
    Browse the repository at this point in the history
  4. improve reference

    dshulyak committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    4417679 View commit details
    Browse the repository at this point in the history
  5. Single -> Absolute

    dshulyak committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    f9669b0 View commit details
    Browse the repository at this point in the history
  6. fix iteration limit

    dshulyak committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    c6ba677 View commit details
    Browse the repository at this point in the history
  7. changes after call

    dshulyak committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    46beb86 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    ce19cf8 View commit details
    Browse the repository at this point in the history
  2. run test with passive

    dshulyak committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    d4679d0 View commit details
    Browse the repository at this point in the history
  3. use mustencode

    dshulyak committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    0fe991a View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. rename instance to session

    dshulyak committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    6453986 View commit details
    Browse the repository at this point in the history
  2. add a test for softlock

    dshulyak committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    1d198a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. refactor test setup

    dshulyak committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    8e20b8e View commit details
    Browse the repository at this point in the history
  2. setup equivocators

    dshulyak committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    c83b5ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26ce13e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2ea761 View commit details
    Browse the repository at this point in the history
  5. linter

    dshulyak committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    378bdab View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Configuration menu
    Copy the full SHA
    3545ccd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84e9565 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab4056c View commit details
    Browse the repository at this point in the history
  4. change round 6 to notify

    dshulyak committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    13e21b4 View commit details
    Browse the repository at this point in the history
  5. misc review fixes

    dshulyak committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    f39b6bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f2664ad View commit details
    Browse the repository at this point in the history
  7. better enabling

    dshulyak committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    4092350 View commit details
    Browse the repository at this point in the history
  8. add disabled layer

    dshulyak committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    929ab8c View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    62a3d80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ec655e View commit details
    Browse the repository at this point in the history
  3. switch to grade5

    dshulyak committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    302713a View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. add patrol and other changes

    dshulyak committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    cb1b6c8 View commit details
    Browse the repository at this point in the history
  2. misc

    dshulyak committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    064c514 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e756b8e View commit details
    Browse the repository at this point in the history
  4. deflake equivocation test

    dshulyak committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    badafc3 View commit details
    Browse the repository at this point in the history
  5. add patrol to node

    dshulyak committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    afdc292 View commit details
    Browse the repository at this point in the history
  6. better latency in histograms

    dshulyak committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    77c3767 View commit details
    Browse the repository at this point in the history
  7. race on startup

    dshulyak committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    655fd7b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ca1b0b2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4fea19d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0b77921 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. add parallel execution

    dshulyak committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    5d669d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a389f66 View commit details
    Browse the repository at this point in the history
  3. set disabled layer in config

    dshulyak committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    40cc565 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef7ed9a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7618036 View commit details
    Browse the repository at this point in the history
  6. add a line about hare3

    dshulyak committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    666f447 View commit details
    Browse the repository at this point in the history
  7. remove debug log

    dshulyak committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    2c86042 View commit details
    Browse the repository at this point in the history