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

Perf/parallelize storage commit #7605

Merged
merged 28 commits into from
Oct 16, 2024
Merged

Commits on Oct 11, 2024

  1. Unecesary

    asdacap committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    dc3f59b View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Block number not necessary

    asdacap committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    246a04c View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    75d02aa View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/fix/inaccurate-memory-metric' in…

    …to perf/parallelize-storage-commit
    asdacap committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    3247a4d View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Minor tweak

    asdacap committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    5496fd7 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    asdacap committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    638456a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0c888c View commit details
    Browse the repository at this point in the history
  4. Reducing change

    asdacap committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    4a336d1 View commit details
    Browse the repository at this point in the history
  5. Reducing change

    asdacap committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    56381fe View commit details
    Browse the repository at this point in the history
  6. Reducing change

    asdacap committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    0641c02 View commit details
    Browse the repository at this point in the history
  7. Unnecerrary assert

    asdacap committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    9f7fc26 View commit details
    Browse the repository at this point in the history
  8. Whitespace

    asdacap committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    074b813 View commit details
    Browse the repository at this point in the history
  9. Fix build

    asdacap committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b13c084 View commit details
    Browse the repository at this point in the history
  10. Fix assertion

    asdacap committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    503b361 View commit details
    Browse the repository at this point in the history
  11. Fix build

    asdacap committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    f82d451 View commit details
    Browse the repository at this point in the history
  12. Update src/Nethermind/Nethermind.Trie/Pruning/TrieStore.cs

    Co-authored-by: Lukasz Rozmej <lukasz.rozmej@gmail.com>
    asdacap and LukaszRozmej authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    4dab81a View commit details
    Browse the repository at this point in the history
  13. Update src/Nethermind/Nethermind.Trie/Pruning/TrieStore.cs

    Co-authored-by: Lukasz Rozmej <lukasz.rozmej@gmail.com>
    asdacap and LukaszRozmej authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    a961a92 View commit details
    Browse the repository at this point in the history
  14. Update src/Nethermind/Nethermind.Trie/Pruning/TrieStore.cs

    Co-authored-by: Lukasz Rozmej <lukasz.rozmej@gmail.com>
    asdacap and LukaszRozmej authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    185e312 View commit details
    Browse the repository at this point in the history
  15. Fix build

    asdacap committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    4c18e7c View commit details
    Browse the repository at this point in the history
  16. Singleton null committer

    asdacap committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    21cb334 View commit details
    Browse the repository at this point in the history
  17. Address comment

    asdacap committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    6cfe889 View commit details
    Browse the repository at this point in the history
  18. Addressing comment

    asdacap committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    50a238c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8b5e7e2 View commit details
    Browse the repository at this point in the history
  20. Split back commit logic

    asdacap committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ab30fcd View commit details
    Browse the repository at this point in the history
  21. Remove block commit set

    asdacap committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    5e90aed View commit details
    Browse the repository at this point in the history
  22. More comment

    asdacap committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    30f800a View commit details
    Browse the repository at this point in the history
  23. More comment

    asdacap committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    f371cba View commit details
    Browse the repository at this point in the history
  24. Fix build

    asdacap committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    e1e3f65 View commit details
    Browse the repository at this point in the history