-
Notifications
You must be signed in to change notification settings - Fork 476
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
Feature/end to end discovery test #8098
Conversation
|
||
namespace Nethermind.Core.Test.Modules; | ||
|
||
public class InsecureProtectedPrivateKey(PrivateKey privateKey) : IProtectedPrivateKey |
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.
NotProtetedPriveteKey :D
@@ -257,8 +257,6 @@ private void InitDiscovery() | |||
_api.LogManager, _api.Timestamper, _api.CryptoRandom, | |||
_api.NodeStatsManager, _api.IpResolver | |||
); | |||
|
|||
_api.DiscoveryApp.Initialize(_api.NodeKey.PublicKey); |
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.
This is moved somewhere esle?
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.
Moved to CompositeDiscoveryApp's constructor.
Types of changes
What types of changes does your code introduce?
Testing
Requires testing
If yes, did you write tests?
Notes on testing