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

Decouple TrieLogManager and CachedWorldStorageManager #6072

Merged
merged 7 commits into from
Oct 25, 2023

Commits on Oct 23, 2023

  1. Move TrieLogProvider setup code to AbstractTrieLogManager

    Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
    siladu committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    048623a View commit details
    Browse the repository at this point in the history
  2. Decouple CachedWorldStorageManager from TrieLogManager

    Separate out the concepts of world state caching from trie log management
    Make AbstractTrieLogManager a concrete implemenation (to be further renamed/refactored next commit)
    Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
    siladu committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    24bdcf6 View commit details
    Browse the repository at this point in the history
  3. Rename AbstractTrieLogManager to DefaultTrieLogManager

    Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
    siladu committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    7a6552c View commit details
    Browse the repository at this point in the history
  4. Make TrieLogManager the default implementation and remove the interface

    Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
    siladu committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    0bb66f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Merge branch 'main' into refactor-trie-log-manager

    Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
    siladu authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    6161444 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into refactor-trie-log-manager

    Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
    siladu committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    ddf56a2 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into refactor-trie-log-manager

    Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
    siladu authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    6d7bd58 View commit details
    Browse the repository at this point in the history