lighthouse
lighthouse copied to clipboard
refactor: reduce code duplication and remove unnecesary strings
Issue Addressed
closes #5745
Proposed Changes
modifies code according to issue description, removes some boilerplate comments and reduces code duplication.
if some other comments need to be removed then kindly tell
@chong-he all suggested changes have been addressed, can merge
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!
@1010adigupta Could you please merge the latest unstable to update this PR and solve the conflicts, as @jimmygchen mentioned?
There are some light client RPCs (#3849) that are in the latest unstable. Need to merge the fields related to LightClientOptimisticUpdate
and LightClientFinalityUpdate
to your PR.
Thanks!