-
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 v1.4.0 feat/p2p-separate-repo #4503
Merge v1.4.0 feat/p2p-separate-repo #4503
Conversation
move components mock to testscommon
Refactor factory
- temporary mock for multisigner - unit tests - temp elrond-go-crypto version
# Conflicts: # factory/crypto/cryptoComponentsHandler_test.go # factory/crypto/cryptoComponents_test.go
Update bls multisigner
…factor to specify the current epoch
# Conflicts: # cmd/node/config/enableEpochs.toml # config/epochConfig.go # config/tomlConfig_test.go # errors/errors.go # factory/bootstrap/bootstrapComponents.go # factory/bootstrap/bootstrapComponentsHandler.go # factory/consensus/consensusComponents.go # factory/consensus/consensusComponents_test.go # factory/core/coreComponents.go # factory/coreComponents_test.go # factory/crypto/cryptoComponents.go # factory/heartbeat/heartbeatComponents.go # factory/heartbeat/heartbeatV2Components.go # factory/heartbeatComponents_test.go # factory/networkComponents_test.go # factory/processComponents_test.go # factory/state/stateComponents.go # factory/stateComponents_test.go # integrationTests/consensus/testInitializer.go # integrationTests/factory/consensusComponents/consensusComponents_test.go # integrationTests/factory/processComponents/processComponents_test.go # integrationTests/factory/statusComponents/statusComponents_test.go # integrationTests/testProcessorNodeWithCoordinator.go # integrationTests/testProcessorNodeWithMultisigner.go # node/nodeRunner.go # process/errors.go # testscommon/mainFactoryMocks/bootstrapComponentsStub.go
Merge v1.4 feat kosk
# Conflicts: # config/tomlConfig_test.go # factory/consensus/consensusComponents.go
…0922 Merge v1.4.0 feat kosk 210922
Feat/kosk bls multisigner
…-key-for-p2p Merge v1.4.0 into load private key for p2p
Load pem file for p2p signing
Update crypto repo version
# Conflicts: # cmd/seednode/main.go # config/p2pConfig.go # factory/network/networkComponents.go # factory/networkComponents_test.go # p2p/libp2p/netMessenger.go # p2p/libp2p/netMessenger_test.go # p2p/libp2p/p2pSigner.go # p2p/libp2p/p2pSigner_test.go
Codecov ReportBase: 72.97% // Head: 70.74% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## feat/p2p-separate-repo #4503 +/- ##
==========================================================
- Coverage 72.97% 70.74% -2.24%
==========================================================
Files 620 623 +3
Lines 82927 83231 +304
==========================================================
- Hits 60519 58878 -1641
- Misses 17644 19951 +2307
+ Partials 4764 4402 -362
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Description of the reasoning behind the pull request (what feature was missing / how the problem was manifesting itself / what was the motive behind the refactoring)
Proposed Changes
Testing procedure