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: Checkpoints relayer #94

Merged
merged 24 commits into from
Aug 6, 2024
Merged

feat: Checkpoints relayer #94

merged 24 commits into from
Aug 6, 2024

Commits on Jul 26, 2024

  1. initial relayer struct

    gshep committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    7f84e9c View commit details
    Browse the repository at this point in the history
  2. move tests to relayer

    gshep committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    d45049f View commit details
    Browse the repository at this point in the history
  3. introduce utils module

    gshep committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    dd51673 View commit details
    Browse the repository at this point in the history
  4. initial logic

    gshep committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    09fbb98 View commit details
    Browse the repository at this point in the history
  5. introduce slots_batch::Iterator

    gshep committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    783d5fa View commit details
    Browse the repository at this point in the history
  6. implement replay_back func

    gshep committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    560bda4 View commit details
    Browse the repository at this point in the history
  7. adjust slots_batch::Iter test

    gshep committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    51ad3b0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cfbda75 View commit details
    Browse the repository at this point in the history
  9. use SyncCommitteeUpdate

    gshep committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    023bcf4 View commit details
    Browse the repository at this point in the history
  10. process SIGINT

    gshep committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    120d5e1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    688def2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0645bce View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3700a1f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3526eb4 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. add metrics

    gshep committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    ac1db66 View commit details
    Browse the repository at this point in the history
  2. eliminate unwraps

    gshep committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    7637531 View commit details
    Browse the repository at this point in the history
  3. cargo fmt & clippy

    gshep committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    56e0465 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9389122 View commit details
    Browse the repository at this point in the history
  5. cargo fmt

    gshep committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    bc140cc View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

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

Commits on Aug 1, 2024

  1. fix review remarks

    gshep committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    e6e709e View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. fix review remarks

    gshep committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    da7e2fa View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. fix review remarks

    gshep committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    f741abb View commit details
    Browse the repository at this point in the history
  2. refactor tests

    gshep committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    08aa4ae View commit details
    Browse the repository at this point in the history