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

Beacon sync block import via forked chain #2747

Merged
merged 6 commits into from
Oct 17, 2024

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    b82c91b View commit details
    Browse the repository at this point in the history
  2. Reorg internal sync descriptor(s)

    details:
      Update target from RPC to provide the `consensus header` as well as
      the `finalised` block number
    
    why:
      Prepare for using `importBlock()` instead of `persistBlocks()`
    mjfh committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e422cae View commit details
    Browse the repository at this point in the history
  3. Cosmetic updates

    details:
    + Collect all pretty printers in `helpers.nim`
    + Remove unused return codes from function prototype
    mjfh committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    c314c7d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d76832 View commit details
    Browse the repository at this point in the history
  5. Update logging and metrics

    mjfh committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    5eb56c4 View commit details
    Browse the repository at this point in the history
  6. Update docu

    mjfh committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    74ef36a View commit details
    Browse the repository at this point in the history