-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Rename NewService
to New
#8337
Rename NewService
to New
#8337
Conversation
This reverts commit 896fa11.
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.
I am not sure if you plan to comb through the whole project looking for similar patterns, but one that I found is NewBeaconNode
in beacon-chain/node/node.go
that can be simplified to New
. I'm sure there are similar cases with other node types. We have several node.go
files, so it might be a good idea to also go through them.
This reverts commit d121b19. # Conflicts: # beacon-chain/sync/initial-sync/round_robin_test.go
What type of PR is this?
What does this PR do? Why is it needed?
Addressing feedback from #8320
Which issues(s) does this PR fix?
N/A
Other notes for review
N/A