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

Impl registry coordinator #76

Merged
merged 118 commits into from
Jun 27, 2023
Merged

Impl registry coordinator #76

merged 118 commits into from
Jun 27, 2023

Commits on May 25, 2023

  1. add initial stake registry

    gpsanant committed May 25, 2023
    Configuration menu
    Copy the full SHA
    8d6737d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0798ffa View commit details
    Browse the repository at this point in the history
  3. everything but quorumNumbers

    gpsanant committed May 25, 2023
    Configuration menu
    Copy the full SHA
    98c5e77 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. added indexregistry

    Sidu28 committed May 26, 2023
    Configuration menu
    Copy the full SHA
    5161eab View commit details
    Browse the repository at this point in the history
  2. fixed error

    Sidu28 committed May 26, 2023
    Configuration menu
    Copy the full SHA
    518ef4e View commit details
    Browse the repository at this point in the history
  3. fixed error

    Sidu28 committed May 26, 2023
    Configuration menu
    Copy the full SHA
    eac96b1 View commit details
    Browse the repository at this point in the history
  4. fixed error

    Sidu28 committed May 26, 2023
    Configuration menu
    Copy the full SHA
    bfae892 View commit details
    Browse the repository at this point in the history
  5. fixed error

    Sidu28 committed May 26, 2023
    Configuration menu
    Copy the full SHA
    dedc642 View commit details
    Browse the repository at this point in the history
  6. fixed error

    Sidu28 committed May 26, 2023
    Configuration menu
    Copy the full SHA
    2f8df64 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e0e17a0 View commit details
    Browse the repository at this point in the history
  8. modified interface

    Sidu28 committed May 26, 2023
    Configuration menu
    Copy the full SHA
    4d80a7e View commit details
    Browse the repository at this point in the history
  9. modified interface

    Sidu28 committed May 26, 2023
    Configuration menu
    Copy the full SHA
    9ae1af4 View commit details
    Browse the repository at this point in the history
  10. fixed incorrect checl

    Sidu28 committed May 26, 2023
    Configuration menu
    Copy the full SHA
    3abc044 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    de579ec View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6b760fb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    235b8ec View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ae519e7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    eee0936 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    58ead13 View commit details
    Browse the repository at this point in the history
  17. added comments

    Sidu28 committed May 26, 2023
    Configuration menu
    Copy the full SHA
    bf3a740 View commit details
    Browse the repository at this point in the history
  18. added comments

    Sidu28 committed May 26, 2023
    Configuration menu
    Copy the full SHA
    5286912 View commit details
    Browse the repository at this point in the history
  19. fix conflicts

    gpsanant committed May 26, 2023
    Configuration menu
    Copy the full SHA
    47c7506 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7e15efb View commit details
    Browse the repository at this point in the history
  21. more work on stakeregistry

    gpsanant committed May 26, 2023
    Configuration menu
    Copy the full SHA
    69f04fb View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    cef971f View commit details
    Browse the repository at this point in the history
  23. fix total stake update logic

    gpsanant committed May 26, 2023
    Configuration menu
    Copy the full SHA
    500b41f View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. fix voteweigher interface

    gpsanant committed May 27, 2023
    Configuration menu
    Copy the full SHA
    1fb084c View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

  1. removed random inut

    Sidu28 committed May 28, 2023
    Configuration menu
    Copy the full SHA
    ba56be4 View commit details
    Browse the repository at this point in the history
  2. fixed error

    Sidu28 committed May 28, 2023
    Configuration menu
    Copy the full SHA
    b0ac3b1 View commit details
    Browse the repository at this point in the history
  3. fixed error

    Sidu28 committed May 28, 2023
    Configuration menu
    Copy the full SHA
    8f8c912 View commit details
    Browse the repository at this point in the history
  4. added comment

    Sidu28 committed May 28, 2023
    Configuration menu
    Copy the full SHA
    5529568 View commit details
    Browse the repository at this point in the history
  5. added blackbox unit tests

    Sidu28 committed May 28, 2023
    Configuration menu
    Copy the full SHA
    abfa22c View commit details
    Browse the repository at this point in the history
  6. added blackbox unit tests

    Sidu28 committed May 28, 2023
    Configuration menu
    Copy the full SHA
    2dd2c72 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. added tests

    Siddhartha Jagannath authored and Siddhartha Jagannath committed May 30, 2023
    Configuration menu
    Copy the full SHA
    a0381d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d5b0bc View commit details
    Browse the repository at this point in the history
  3. add valid modification test

    gpsanant committed May 30, 2023
    Configuration menu
    Copy the full SHA
    3a8ff37 View commit details
    Browse the repository at this point in the history
  4. add weight of operator test

    gpsanant committed May 30, 2023
    Configuration menu
    Copy the full SHA
    a0d802e View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    d4be2b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b14be2 View commit details
    Browse the repository at this point in the history
  3. heavy speedup

    gpsanant committed May 31, 2023
    Configuration menu
    Copy the full SHA
    2c3df9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7992f65 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    501291b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a768731 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e57eb8b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d69f30e View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. fixed the tests

    Siddhartha Jagannath authored and Siddhartha Jagannath committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    42234da View commit details
    Browse the repository at this point in the history
  2. added test

    Siddhartha Jagannath authored and Siddhartha Jagannath committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    e753296 View commit details
    Browse the repository at this point in the history
  3. added test

    Siddhartha Jagannath authored and Siddhartha Jagannath committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    515d631 View commit details
    Browse the repository at this point in the history
  4. removed quorum To Operator list

    Siddhartha Jagannath authored and Siddhartha Jagannath committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    ba2185e View commit details
    Browse the repository at this point in the history
  5. removed quorum To Operator list

    Siddhartha Jagannath authored and Siddhartha Jagannath committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    5b1d971 View commit details
    Browse the repository at this point in the history
  6. removed quorum To Operator list

    Siddhartha Jagannath authored and Siddhartha Jagannath committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    13cf421 View commit details
    Browse the repository at this point in the history
  7. replaced length with variable

    Siddhartha Jagannath authored and Siddhartha Jagannath committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    f343682 View commit details
    Browse the repository at this point in the history
  8. minor improvements

    Siddhartha Jagannath authored and Siddhartha Jagannath committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    7f8a752 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. fixed tests expecept for deregistry one

    Siddhartha Jagannath authored and Siddhartha Jagannath committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    27ae581 View commit details
    Browse the repository at this point in the history
  2. fixed error in code

    Siddhartha Jagannath authored and Siddhartha Jagannath committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    ba2a270 View commit details
    Browse the repository at this point in the history
  3. fixed error in code

    Siddhartha Jagannath authored and Siddhartha Jagannath committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    a85e26a View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. add index update events

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

Commits on Jun 20, 2023

  1. removed quorumToTotalOperatorCount

    Siddhartha Jagannath authored and Siddhartha Jagannath committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    149b31e View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    7938853 View commit details
    Browse the repository at this point in the history
  2. made two sloads into 1

    Siddhartha Jagannath authored and Siddhartha Jagannath committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    b3adbdd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71dd923 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d34b1bc View commit details
    Browse the repository at this point in the history
  5. merged indexRegistry

    gpsanant committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    1b8148a View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. removed merge ugliness

    gpsanant committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    8e82986 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fc195b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3304f12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b85ce5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f616be4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c37e88 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fa1d1cf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8673c23 View commit details
    Browse the repository at this point in the history
  9. remove test import

    gpsanant committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    ad65b84 View commit details
    Browse the repository at this point in the history
  10. hyphenate

    gpsanant committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    3d5bfdf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e2108d6 View commit details
    Browse the repository at this point in the history
  12. comment disabled function

    gpsanant committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    e9b8781 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4f13cb5 View commit details
    Browse the repository at this point in the history
  14. rename totalStakeHistory

    gpsanant committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    a5ec4e8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2ca877a View commit details
    Browse the repository at this point in the history
  16. fix iindexregistry comments

    gpsanant committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    c88b68b View commit details
    Browse the repository at this point in the history
  17. fix iindexregistry comments

    gpsanant committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    34e2362 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b6abc46 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0c907f4 View commit details
    Browse the repository at this point in the history
  20. preconditions comment

    gpsanant committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    4b8f0ed View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    dd761a6 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b644479 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9674a65 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    c7d5d84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9b3012 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9d36fc View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. add operator churn mechanism

    gpsanant committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    c938c14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb347a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2c66a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    0eff795 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    926aabd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49a9ef1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f38b7c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3f5a94 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d6e5a76 View commit details
    Browse the repository at this point in the history
  7. add struct comments

    gpsanant committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    598d8c6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    481daab View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4f862c5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ba096da View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b20e598 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    88d0c50 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3874818 View commit details
    Browse the repository at this point in the history
  14. kick logic updates

    gpsanant committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    61db480 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2631769 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b03c92c View commit details
    Browse the repository at this point in the history
  17. quorum mispellings"

    gpsanant committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    b3dbc9b View commit details
    Browse the repository at this point in the history
  18. various stakereg updates

    gpsanant committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    0aa1b58 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1a690fa View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2d4a033 View commit details
    Browse the repository at this point in the history
  21. fix quorumBitmap lookup bug

    gpsanant committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    fc499a5 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    8280cc5 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4262ada View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    932d5cb View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f97ac40 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    caab3f3 View commit details
    Browse the repository at this point in the history