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

feat(repair): link shred collector with snapshot - root slot, leader schedule, verify shreds #169

Merged
merged 41 commits into from
Jul 1, 2024

Commits on May 19, 2024

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

Commits on May 21, 2024

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

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    0322760 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1345e2e View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. feat(shred-collector): pass leader schedule and root slot from snapsh…

    …ot into shred verifier
    dnut committed May 29, 2024
    Configuration menu
    Copy the full SHA
    8289530 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3094a27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f7b491 View commit details
    Browse the repository at this point in the history
  4. fix(utils): service manager name

    dnut committed May 29, 2024
    Configuration menu
    Copy the full SHA
    9cf54b1 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    58e49e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1a7e39 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    cd41978 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4929ee2 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. fix(shred-collector): staked nodes & signed data

    - staked_nodes deserialization is not supported so i get the same data from vote_accounts
    - implementation for getSignedData was missing so i added that plus a bunch of supporting functions
    - also made some minor improvements to logger and service manager
    dnut committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    81886b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    8f1c2cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2dcc0df View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    2220f5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a038d5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    560bebb View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

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

Commits on Jun 10, 2024

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

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    8e5cdad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4eacdc6 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. feat: parse leader schedule

    dnut committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    65af230 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5b6828 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    492247a View commit details
    Browse the repository at this point in the history
  4. fix(shred-collector): get shred signed data

    bugs:
    - infinite loop in iterator due to not incrementing
    - adding in dataIndex instead of subtracting
    - invalid proof should be index != 0
    dnut committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    96ac55f View commit details
    Browse the repository at this point in the history
  5. fix(accountsdb): zig fmt

    dnut committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    9e53401 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a8eefe4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ca303cf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0363821 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

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

Commits on Jun 26, 2024

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

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    10ee2a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1db74d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c5121e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7514974 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd13921 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4abb203 View commit details
    Browse the repository at this point in the history
  7. test(accountsdb): assert MINIMUM_SLOTS_PER_EPOCH works properly in ge…

    …tSlotsInEpoch calculation
    dnut committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    2b3c851 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0f3c5c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

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