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

Sync performance improvements #7595

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Sep 10, 2024

  1. Cache transactionsRoot and receiptsRoot validation when getting data …

    …from other peers
    
    Signed-off-by: Ameziane H <[email protected]>
    ahamlat committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    038d151 View commit details
    Browse the repository at this point in the history
  2. spotless

    Signed-off-by: Ameziane H <[email protected]>
    ahamlat committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5e51bf1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33d3a37 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Fix reference tests issue

    Signed-off-by: Ameziane H <[email protected]>
    ahamlat committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    e7ccc94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bd2a8a View commit details
    Browse the repository at this point in the history
  3. spotless.

    Signed-off-by: Ameziane H <[email protected]>
    ahamlat committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    35da69a View commit details
    Browse the repository at this point in the history
  4. Calculate asynchronously the hashes of transactions during "downloadB…

    …odies" step
    
    Signed-off-by: Ameziane H <[email protected]>
    ahamlat committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    56069a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Reduce caches memory footprint

    Signed-off-by: Ameziane H <[email protected]>
    ahamlat committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    8650c94 View commit details
    Browse the repository at this point in the history
  2. Fix the type issue

    Signed-off-by: Ameziane H <[email protected]>
    ahamlat committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    486f1ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    282ba2b View commit details
    Browse the repository at this point in the history