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: engine p2p sync feature #62

Merged
merged 6 commits into from
Oct 18, 2023

Commits on Aug 31, 2023

  1. op-node: Implement engine P2P sync mode

    - Add new flag and sync.Config struct for engine p2p sync
    - Fix EngineQueue to support engine p2p sync
    - Add op-e2e test casees
    - Fix related components to pass sync config
    - Fix execution engine specs
    ImTei authored and krish-nr committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    7cfe98f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79c7a36 View commit details
    Browse the repository at this point in the history
  3. Rename flags and config variables for clarify to the user

    Co-Authored-By: protolambda <19571989+protolambda@users.noreply.github.com>
    2 people authored and krish-nr committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    458d86e View commit details
    Browse the repository at this point in the history
  4. Improve error handling

    ImTei authored and krish-nr committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    f05057c View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

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

Commits on Oct 12, 2023

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