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(ethexe): Deep sync, faster chain load #4063

Merged
merged 25 commits into from
Aug 5, 2024
Merged

feat(ethexe): Deep sync, faster chain load #4063

merged 25 commits into from
Aug 5, 2024

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    a788dd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d6a9ac View commit details
    Browse the repository at this point in the history
  3. fn get_latest_valid_block

    ukint-vs committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    2aebc07 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

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

Commits on Jul 24, 2024

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

    ukint-vs committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    1452325 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. throw err

    ukint-vs committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    467eb51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    245a8f2 View commit details
    Browse the repository at this point in the history
  3. handle reorg

    ukint-vs committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    3a2e46f View commit details
    Browse the repository at this point in the history
  4. clippy

    ukint-vs committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    d504c93 View commit details
    Browse the repository at this point in the history
  5. reorg log

    ukint-vs committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    963ed74 View commit details
    Browse the repository at this point in the history
  6. minor improvements

    ukint-vs committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    f4c4e09 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    35457aa View commit details
    Browse the repository at this point in the history
  2. add comment

    ukint-vs committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    66e2898 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a31b761 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

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

    ukint-vs committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    deda8bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ceb5be View commit details
    Browse the repository at this point in the history
  4. skip latest valid in batch

    ukint-vs committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    54c25d2 View commit details
    Browse the repository at this point in the history
  5. deep sync test

    ukint-vs committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    21d0327 View commit details
    Browse the repository at this point in the history
  6. rm log

    ukint-vs committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    3dd62da View commit details
    Browse the repository at this point in the history
  7. use latest block height

    ukint-vs committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    3c79f3b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    454acaf View commit details
    Browse the repository at this point in the history
  9. refactor

    ukint-vs committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    d58893b View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. build correct chain.

    ukint-vs committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    3310db9 View commit details
    Browse the repository at this point in the history