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

refactor: update the block production race #6241

Merged
merged 41 commits into from
Feb 5, 2024

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    31e489f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdbc32c View commit details
    Browse the repository at this point in the history
  3. Fix spelling

    nazarhussain committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    e5dcc96 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Work on feedback

    nazarhussain committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    95f088c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0334e7 View commit details
    Browse the repository at this point in the history
  3. Update the promise tests

    nazarhussain committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    74e6d1e View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Update util to switch

    nazarhussain committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    8149719 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

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

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    aab884f View commit details
    Browse the repository at this point in the history
  2. Update the builder flow

    nazarhussain committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    70a35b7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'nh/6159-block-prod-race' of github.com:ChainSafe/lodest…

    …ar into nh/6159-block-prod-race
    nazarhussain committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    535fb23 View commit details
    Browse the repository at this point in the history
  4. Fix the types

    nazarhussain committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    a1e8a0c View commit details
    Browse the repository at this point in the history
  5. Fix lint errors

    nazarhussain committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    8698e46 View commit details
    Browse the repository at this point in the history
  6. Simplify logging

    nazarhussain committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    c6150bb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    efd684c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6865972 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    9c7942d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4597d06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17686b9 View commit details
    Browse the repository at this point in the history
  4. Fix lint errors

    nazarhussain committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    f4c93e7 View commit details
    Browse the repository at this point in the history
  5. Fix lint error

    nazarhussain committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    3391626 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    73943ee View commit details
    Browse the repository at this point in the history
  7. Fix flaky tests

    nazarhussain committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    374aeff View commit details
    Browse the repository at this point in the history
  8. Improve log message

    nazarhussain committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    6196428 View commit details
    Browse the repository at this point in the history
  9. Simplify implementation

    nazarhussain committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    7e6e91c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ddad503 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7a2027a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    806c88f View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. chore: fix linter error

    wemeetagain committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    a0dc19f View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    ba444cc View commit details
    Browse the repository at this point in the history
  2. Update packages/beacon-node/src/api/impl/validator/index.ts

    Co-authored-by: Nico Flaig <nflaig@protonmail.com>
    wemeetagain and nflaig authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    f6e6619 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e14889b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15c7210 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    689e087 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Fix unit tests

    nazarhussain committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    72e4a2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76768b6 View commit details
    Browse the repository at this point in the history
  3. Fix unit tests

    nazarhussain committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    f44fd8a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74fdad3 View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Co-authored-by: Nico Flaig <nflaig@protonmail.com>
    nazarhussain and nflaig authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    64e6605 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a291fc View commit details
    Browse the repository at this point in the history
  7. Revert e2e timeout

    nazarhussain committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    cb022e4 View commit details
    Browse the repository at this point in the history