-
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 #5293
Merged
ssd04
merged 354 commits into
feat/trie-sync-optimizations
from
merge-rc-1.6.0-trie-sync-optimizations
May 29, 2023
Merged
Merge rc 1.6.0 trie sync optimizations #5293
ssd04
merged 354 commits into
feat/trie-sync-optimizations
from
merge-rc-1.6.0-trie-sync-optimizations
May 29, 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
add marshaller type for notifier to external config
Fixes outport refactor
# Conflicts: # go.sum
Merge rc into feat outport
…in-feat/sync-missing-trie-nodes-3apr
…-missing-trie-nodes-3apr Merge rc/v1.6.0 in feat/sync missing trie nodes 3apr
# Conflicts: # cmd/node/config/enableEpochs.toml # common/enablers/enableEpochsHandler.go # common/enablers/enableEpochsHandler_test.go # common/enablers/epochFlags.go # common/interface.go # config/epochConfig.go # config/tomlConfig_test.go # go.mod # go.sum # sharding/mock/enableEpochsHandlerMock.go # testscommon/enableEpochsHandlerStub.go
update vm versions in go mod
…ith_p2p Integrate communication go with p2p
…h-checks # Conflicts: # go.mod # go.sum
…alues-length-checks Mx 13962 consistent tokens values length checks
…mi-int-test added semi-integration test for relayed v2 multi nft transfers
…into dataretriever_tests # Conflicts: # testscommon/storageManager/storageManagerStub.go
Coverage for: dataRetriever
Fix transactions fee processor
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## feat/trie-sync-optimizations #5293 +/- ##
================================================================
+ Coverage 79.04% 80.03% +0.98%
================================================================
Files 683 691 +8
Lines 88377 89207 +830
================================================================
+ Hits 69859 71395 +1536
+ Misses 13309 12685 -624
+ Partials 5209 5127 -82
☔ View full report in Codecov by Sentry. |
BeniaminDrasovean
approved these changes
May 29, 2023
bogdan-rosianu
approved these changes
May 29, 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
?