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

use goroutines manager for trie commit #6611

Draft
wants to merge 8 commits into
base: refactor-trie-set-hash
Choose a base branch
from

Conversation

BeniaminDrasovean
Copy link
Contributor

@BeniaminDrasovean BeniaminDrasovean commented Nov 14, 2024

Reasoning behind the pull request

  • There are several public trie functions that are all called only when committing the state: GetObsoleteHashes, GetDirtyHashes, GetOldRoot. These can be extracted in a new component

Proposed changes

  • Remove this functions and use a hashesCollector which gathers all the necessary data for a Commit
  • Use goroutines when committing dirty data from a trie.

Testing procedure

  • System tests when all the PRs are merged in the feat branch

Pre-requisites

Based on the Contributing Guidelines the PR author and the reviewers must check the following requirements are met:

  • was the PR targeted to the correct branch?
  • if this is a larger feature that probably needs more than one PR, is there a feat branch created?
  • if this is a feat branch merging, do all satellite projects have a proper tag inside go.mod?

…actor-trie-commit

# Conflicts:
#	common/interface.go
#	trie/branchNode_test.go
#	trie/extensionNode_test.go
#	trie/patriciaMerkleTrie.go
…actor-trie-commit

# Conflicts:
#	trie/branchNode.go
#	trie/extensionNode_test.go
#	trie/patriciaMerkleTrie.go
#	trie/rootManager.go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant