-
Notifications
You must be signed in to change notification settings - Fork 204
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
Merge rc 1.6.0 trie sync optimizations #5309
Merged
ssd04
merged 208 commits into
feat/trie-sync-optimizations
from
merge-rc-1.6.0-trie-sync-optimizations
May 30, 2023
Merged
Merge rc 1.6.0 trie sync optimizations #5309
ssd04
merged 208 commits into
feat/trie-sync-optimizations
from
merge-rc-1.6.0-trie-sync-optimizations
May 30, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ata-trie Add hasher to trackable data trie
…ie-tracker Add marshaller to data trie tracker
….4.0-to-feat/balance-data-tries # Conflicts: # integrationTests/testInitializer.go # integrationTests/vm/testInitializer.go # state/trackableDataTrie_test.go
…eat/balance-data-tries 28.10 merge rc/1.4.0 to feat/balance data tries
…llLeavesOnChannel
…data-trie Enable epochs handler to data trie
Data trie value
# Conflicts: # epochStart/metachain/systemSCs.go # integrationTests/testProcessorNode.go # node/node.go # node/trieIterators/delegatedListProcessor.go # node/trieIterators/directStakedListProcessor.go # node/trieIterators/stakeValuesProcessor.go
Hash keys for data tries
remove key size from total leaf size computation
…nce-data-tries-23may Merge rc/v1.6.0 in feat/balance data tries 23may
…persister Merge rc 1.6.0 into sharded persister
…in-feat/balance-data-tries-24may # Conflicts: # dataRetriever/factory/storageRequestersContainer/baseRequestersContainerFactory.go # dataRetriever/factory/storageRequestersContainer/metaRequestersContainerFactory.go # dataRetriever/factory/storageRequestersContainer/shardRequestersContainerFactory.go # epochStart/metachain/baseRewards_test.go # epochStart/metachain/systemSCs_test.go # errors/errors.go # factory/processing/blockProcessorCreator_test.go # factory/state/stateComponents.go # genesis/process/genesisBlockCreator.go # genesis/process/genesisBlockCreator_test.go # go.mod # go.sum # integrationTests/benchmarks/loadFromTrie_test.go # integrationTests/state/stateTrieClose/stateTrieClose_test.go # integrationTests/testProcessorNode.go # integrationTests/vm/testInitializer.go # state/accountsDB.go # state/syncer/errors.go # testscommon/components/components.go # trie/branchNode.go # trie/branchNode_test.go # trie/doubleListSync_test.go # trie/errors.go # trie/extensionNode.go # trie/extensionNode_test.go # trie/factory/trieCreator.go # trie/factory/trieCreator_test.go # trie/interface.go # trie/leafNode.go # trie/patriciaMerkleTrie.go # trie/patriciaMerkleTrie_test.go # trie/trieStorageManager_test.go # update/genesis/import.go
…in-feat/balance-data-tries-24may # Conflicts: # go.mod # go.sum
…nce-data-tries-24may Merge rc/v1.6.0 in feat/balance data tries 24may
…poch change epoch in which autoBalanceDataTries is enabled
…nce-data-tries-29may # Conflicts: # common/enablers/enableEpochsHandler.go # common/enablers/epochFlags.go # common/interface.go # go.mod # go.sum # sharding/mock/enableEpochsHandlerMock.go # testscommon/enableEpochsHandlerMock/enableEpochsHandlerStub.go
…es-29may Update feat/balance data tries 29may
…feat/balance-data-tries update go mod
…leases add proper releases
Feat/balance data tries
…persister Merge rc 1.6.0 into sharded persister
Feat/sharded persister
iulianpascalau
approved these changes
May 30, 2023
@@ -243,6 +243,8 @@ func (u *userAccountsSyncer) syncAccountDataTries( | |||
return trie.ErrNilTrieIteratorChannels | |||
} | |||
|
|||
defer u.printDataTrieStatistics() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
BeniaminDrasovean
approved these changes
May 30, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reasoning behind the pull request
Pre-requisites
Based on the Contributing Guidelines the PR author and the reviewers must check the following requirements are met:
feat
branch created?feat
branch merging, do all satellite projects have a proper tag insidego.mod
?