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(snapshots): write Headers to snapshots during HeaderStage #6273

Merged
merged 51 commits into from
Feb 5, 2024

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    24b9a1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7132ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd32124 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f0d4c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ed71ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    290f5da View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eee811f View commit details
    Browse the repository at this point in the history
  8. unwind HeaderStage

    joshieDo committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    6c50aff View commit details
    Browse the repository at this point in the history
  9. clippy

    joshieDo committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    ad6bb26 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    debaca4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    489b582 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1f5704 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

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

    joshieDo committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    3d2514e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8673d82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    155ce6e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b442fee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c04e3dc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c988685 View commit details
    Browse the repository at this point in the history
  8. clippy

    joshieDo committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    8873287 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5b20c26 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cc2adfa View commit details
    Browse the repository at this point in the history
  11. remove dbg statement

    joshieDo committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    c186a5e View commit details
    Browse the repository at this point in the history
  12. fix range end

    joshieDo committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    7ddad97 View commit details
    Browse the repository at this point in the history
  13. clippy

    joshieDo committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    78e0ab2 View commit details
    Browse the repository at this point in the history
  14. fix remaining calc

    joshieDo committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    8890dc9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4778948 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3fda062 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. use tempdir from tempfile

    joshieDo committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    9dcf073 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1647ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b74b726 View commit details
    Browse the repository at this point in the history
  4. fix prune test

    joshieDo committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    d0a14f1 View commit details
    Browse the repository at this point in the history
  5. fix prune tests

    joshieDo committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    4b6eb0a View commit details
    Browse the repository at this point in the history
  6. fmt

    joshieDo committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    a201af2 View commit details
    Browse the repository at this point in the history
  7. fix bodies stage tests

    joshieDo committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    874ae1c View commit details
    Browse the repository at this point in the history
  8. fix merkle stage tests

    joshieDo committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    4a36762 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ced4432 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9b0ff57 View commit details
    Browse the repository at this point in the history
  11. remove dbg statement

    joshieDo committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    0088ff1 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Update crates/stages/src/stages/headers.rs

    Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
    joshieDo and shekhirin authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    e0668ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13382ce View commit details
    Browse the repository at this point in the history
  3. fix snapshotter test

    shekhirin committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    94c6d16 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    132bd00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    483ae7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c29c100 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed4d768 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0210eb9 View commit details
    Browse the repository at this point in the history
  6. temporary/ci: comment fsync

    joshieDo committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    f6a8b5e View commit details
    Browse the repository at this point in the history
  7. Revert "temporary/ci: comment fsync"

    This reverts commit f6a8b5e.
    joshieDo committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    05ad35e View commit details
    Browse the repository at this point in the history
  8. add insert_historical_block

    joshieDo committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    b2dfb31 View commit details
    Browse the repository at this point in the history
  9. clippy

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