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

Process validator performance data #346

Merged
merged 22 commits into from
Sep 25, 2024

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    ee2839d View commit details
    Browse the repository at this point in the history
  2. fix enum

    pablomendezroyo committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    16ed646 View commit details
    Browse the repository at this point in the history
  3. fix cron while loop

    pablomendezroyo committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    40bd2bb View commit details
    Browse the repository at this point in the history
  4. initialize variables

    pablomendezroyo committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    48fc37e View commit details
    Browse the repository at this point in the history
  5. fix data insert

    pablomendezroyo committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    8eb46f7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2fe5ef0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5652ea7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c8f9af5 View commit details
    Browse the repository at this point in the history
  9. rename test

    pablomendezroyo committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    27d27e0 View commit details
    Browse the repository at this point in the history
  10. fix type

    pablomendezroyo committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    06c4dae View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8a14a1c View commit details
    Browse the repository at this point in the history
  12. use math round

    pablomendezroyo committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    9c470c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. parse total rewards

    pablomendezroyo committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    03d7580 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59de4cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3b0ff3 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. refactor cron (#347)

    * refactor cron
    
    * retry mechanism
    
    * Execute cron once every epoch within the first 10% of time of the epoch  (#349)
    
    * Propose changes
    
    * add cron to stop handling
    
    ---------
    
    Co-authored-by: pablomendezroyo <[email protected]>
    Marketen and pablomendezroyo authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    02f2845 View commit details
    Browse the repository at this point in the history
  2. skip unit test

    pablomendezroyo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    97b08c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3d4b94 View commit details
    Browse the repository at this point in the history
  4. Skip epoch if node is syncing and retry if el is offline (#351)

    * reorg check node health
    
    * relocate
    pablomendezroyo authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    21a4200 View commit details
    Browse the repository at this point in the history
  5. Add unit testing to trackValidatorsPerformance cron module (#352)

    * Add unit testing to getActiveValidators
    
    * Implement missing unit testing
    
    * remove only
    pablomendezroyo authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    970c2e7 View commit details
    Browse the repository at this point in the history
  6. Add missing test to validators data ingest. WIP (#353)

    * Add missing test to validators data ingest
    
    * add unit testing to getClientsUsedPerIntervalsMap
    
    * add unit testing for getAttestationSuccessRatePerClients
    pablomendezroyo authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    da5a30b View commit details
    Browse the repository at this point in the history
  7. Reorg track validators performance cron (#355)

    * Reorg track validators performance cron
    
    * remove unused comment
    pablomendezroyo authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    47e0ea0 View commit details
    Browse the repository at this point in the history