-
Notifications
You must be signed in to change notification settings - Fork 215
Merge rc v1 6 cons changes aug11 #5475
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 cons changes aug11 #5475
Conversation
… fixes were made there
Manage multiple network messengers on network components
…well added todos for further implementation
small refactor on antiflood components creation created a new full history peer shard mapper create new interceptors for heartbeat to feed the new peer shard mapper
Full archive heartbeat sender + new data pools
…or_fullarchive_messenger
added separate preferred peers holder for the new network
- added new p2p lib version
Full archive integration test
…//github.com/multiversx/mx-chain-go into requesters_resolvers_full_archive_network # Conflicts: # factory/processing/processComponents.go # factory/processing/processComponentsHandler_test.go # integrationTests/multiShard/hardFork/hardFork_test.go # update/factory/exportHandlerFactory.go
…le_p2p_messengers Merge rc160 into feat multiple p2p messengers
Update mx-chain-communication-go tag
Feat/multiple p2p messengers
Copy fullArchiveP2P.toml
# Conflicts: # go.mod
…lock Intra-shard miniblocks in outport
# Conflicts: # go.mod # go.sum # outport/outport.go
feat/go v1.20.5 integration
# Conflicts: # cmd/node/config/enableEpochs.toml # cmd/seednode/main.go # common/enablers/enableEpochsHandler.go # common/enablers/enableEpochsHandler_test.go # common/enablers/epochFlags.go # common/interface.go # config/epochConfig.go # config/tomlConfig_test.go # factory/network/networkComponents.go # factory/network/networkComponents_test.go # go.mod # go.sum # integrationTests/testInitializer.go # p2p/constants.go # sharding/mock/enableEpochsHandlerMock.go # testscommon/enableEpochsHandlerMock/enableEpochsHandlerStub.go
Shard ID in all outport structures
# Conflicts: # go.mod # go.sum
…08.04 Merge master rc v1.6.0 2023.08.04
# Conflicts: # common/interface.go # factory/core/coreComponents.go # factory/core/coreComponentsHandler.go # factory/mock/coreComponentsMock.go # node/mock/factory/coreComponentsStub.go # process/errors.go # process/mock/coreComponentsMock.go # testscommon/factory/coreComponentsHolderStub.go
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## feat/consensus-size-changes #5475 +/- ##
===============================================================
+ Coverage 70.91% 80.06% +9.15%
===============================================================
Files 677 708 +31
Lines 87950 93651 +5701
===============================================================
+ Hits 62370 74984 +12614
+ Misses 20897 13331 -7566
- Partials 4683 5336 +653
☔ View full report in Codecov by Sentry. |
Reasoning behind the pull request
Proposed changes
Testing procedure
Pre-requisites
Based on the Contributing Guidelines the PR author and the reviewers must check the following requirements are met:
featbranch created?featbranch merging, do all satellite projects have a proper tag insidego.mod?