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] - Add AttesterCache for attestation production #2478

Closed
wants to merge 31 commits into from

Commits on Jul 26, 2021

  1. Add first compiling draft

    paulhauner committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    9cd5d42 View commit details
    Browse the repository at this point in the history
  2. Refactor to remove enum

    paulhauner committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    a920f28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dde2880 View commit details
    Browse the repository at this point in the history
  4. Add max len to cache

    paulhauner committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    7d90b26 View commit details
    Browse the repository at this point in the history
  5. Add some initial comments

    paulhauner committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    2d313e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7688e1a View commit details
    Browse the repository at this point in the history
  7. Add comments

    paulhauner committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    1207587 View commit details
    Browse the repository at this point in the history
  8. Remove Vec from cache

    paulhauner committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    1dbe12c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    64e26a9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0444d89 View commit details
    Browse the repository at this point in the history
  11. Add comments

    paulhauner committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    095f359 View commit details
    Browse the repository at this point in the history
  12. Tidy beacon chain

    paulhauner committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    f538365 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    66f9aa7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6fd2299 View commit details
    Browse the repository at this point in the history
  15. Tidy comments

    paulhauner committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    5ed7f42 View commit details
    Browse the repository at this point in the history
  16. Fix HTTP error

    paulhauner committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    e9ec567 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d22ece5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f511137 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Remove unused variable

    paulhauner committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    b501963 View commit details
    Browse the repository at this point in the history
  2. Tidy, add comments

    paulhauner committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    0d0c972 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0697059 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fe2eaa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2906646 View commit details
    Browse the repository at this point in the history
  6. Tidy comments

    paulhauner committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    dd375a0 View commit details
    Browse the repository at this point in the history
  7. Add metrics

    paulhauner committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    5bedecf View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Apply suggestions from code review

    Co-authored-by: Michael Sproul <micsproul@gmail.com>
    paulhauner and michaelsproul committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    0cdbe3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    625a69e View commit details
    Browse the repository at this point in the history
  3. Clone the head state

    paulhauner committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    8cb488e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cefab04 View commit details
    Browse the repository at this point in the history
  5. Revert "Fix state root, load target"

    This reverts commit cefab04.
    paulhauner committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    9e23360 View commit details
    Browse the repository at this point in the history
  6. Revert "Clone the head state"

    This reverts commit 8cb488e.
    paulhauner committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    e7c3008 View commit details
    Browse the repository at this point in the history