-
Notifications
You must be signed in to change notification settings - Fork 205
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/v1.6.0 in feat/balance data tries 24may #5279
Merged
BeniaminDrasovean
merged 100 commits into
feat/balance-data-tries
from
merge-rc/v1.6.0-in-feat/balance-data-tries-24may
May 25, 2023
Merged
Merge rc/v1.6.0 in feat/balance data tries 24may #5279
BeniaminDrasovean
merged 100 commits into
feat/balance-data-tries
from
merge-rc/v1.6.0-in-feat/balance-data-tries-24may
May 25, 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
propagate getNodeFromDb err
…-missing-trie-nodes Merge rc v1.4.0 feat sync missing trie nodes
…-missing-trie-nodes-18may Merge rc/v1.6.0 in feat/sync missing trie nodes 18may
Fixed the indexer creation
Add identifer in tsm
…in-feat/balance-data-trie-23may # Conflicts: # factory/processing/blockProcessorCreator.go # factory/processing/blockProcessorCreator_test.go # factory/processing/export_test.go # factory/processing/processComponents.go # go.mod # go.sum
…eat/balance-data-trie-23may
…nce-data-trie-23may Merge rc/v1.6.0 in feat/sync missing trie nodes 23may
fix race condition in test
…c-missing-trie-nodes proper release
Feat/sync missing trie nodes
…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
BeniaminDrasovean
added
the
ignore-for-release-notes
Do not include item in release notes
label
May 24, 2023
ssd04
approved these changes
May 24, 2023
update vm versions in go mod
…in-feat/balance-data-tries-24may # Conflicts: # go.mod # go.sum
sstanculeanu
approved these changes
May 25, 2023
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## feat/balance-data-tries #5279 +/- ##
===========================================================
+ Coverage 77.44% 79.40% +1.95%
===========================================================
Files 682 693 +11
Lines 88995 89843 +848
===========================================================
+ Hits 68926 71337 +2411
+ Misses 14678 13261 -1417
+ Partials 5391 5245 -146
☔ View full report in Codecov by Sentry. |
BeniaminDrasovean
deleted the
merge-rc/v1.6.0-in-feat/balance-data-tries-24may
branch
May 25, 2023 08:38
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
?