Skip to content
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

refactor: reduce code duplication and remove unnecesary strings #5762

Open
wants to merge 2 commits into
base: unstable
Choose a base branch
from

Conversation

1010adigupta
Copy link

Issue Addressed

closes #5745

Proposed Changes

modifies code according to issue description, removes some boilerplate comments and reduces code duplication.

@CLAassistant
Copy link

CLAassistant commented May 10, 2024

CLA assistant check
All committers have signed the CLA.

@1010adigupta
Copy link
Author

if some other comments need to be removed then kindly tell

@chong-he chong-he added ready-for-review The code is ready for review low-hanging-fruit Easy to resolve, get it before someone else does! labels May 10, 2024
Copy link
Collaborator

@dapplion dapplion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for jumping onto this @1010adigupta, some nits

LightClientBootstrap(Arc<LightClientBootstrap<T>>),

/// A response to a get BLOBS_BY_ROOT request.
BlobsByRoot(Arc<BlobSidecar<T>>),

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can remove the whitespace too. Also ResponseTermination variant comments can be dropped too

#[strum(serialize = "beacon_blocks_by_root")]
BlocksByRoot,
/// The `BlobsByRange` protocol name.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Drop the whitespaces for the enums your PR is already modifying

@1010adigupta
Copy link
Author

@chong-he all suggested changes have been addressed, can merge

@jimmygchen jimmygchen changed the base branch from stable to unstable May 29, 2024 07:09
@jimmygchen
Copy link
Member

Hi @1010adigupta
Latest development is happening on the unstable branch, and all PRs should target unstable. I've modified the target branch of this PR.

However it looks like this was built on top of stable, could you please make the changes on unstable instead? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low-hanging-fruit Easy to resolve, get it before someone else does! ready-for-review The code is ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drop some boilerplate in lighthouse_network
5 participants