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

feat: implement block_to_light_client_header #14433

Merged
merged 13 commits into from
Sep 12, 2024

Conversation

rupam-04
Copy link
Contributor

@rupam-04 rupam-04 commented Sep 8, 2024

What type of PR is this?

Feature

What does this PR do? Why is it needed?

This PR implements the block_to_light_client_header function from CL specs light client full-node.md upto Deneb (not Electra as of now). This function is needed to update the createLightClientBootstrapXXX functions to use the dev branch of CL specs. Currently they follow this implementation

Which issues(s) does this PR fix?

Partly addresses #12991

Other notes for review

Acknowledgements

  • I have read CONTRIBUTING.md.
  • I have made an appropriate entry to CHANGELOG.md.
  • I have added a description to this PR with sufficient context for reviewers to understand this PR.

beacon-chain/rpc/eth/light-client/helpers.go Outdated Show resolved Hide resolved
beacon-chain/rpc/eth/light-client/helpers.go Outdated Show resolved Hide resolved
beacon-chain/rpc/eth/light-client/helpers.go Outdated Show resolved Hide resolved
beacon-chain/core/light-client/lightclient.go Outdated Show resolved Hide resolved
beacon-chain/core/light-client/lightclient.go Outdated Show resolved Hide resolved
beacon-chain/core/light-client/lightclient.go Outdated Show resolved Hide resolved
beacon-chain/core/light-client/lightclient.go Outdated Show resolved Hide resolved
beacon-chain/core/light-client/lightclient.go Outdated Show resolved Hide resolved
beacon-chain/core/light-client/lightclient_test.go Outdated Show resolved Hide resolved
beacon-chain/core/light-client/lightclient_test.go Outdated Show resolved Hide resolved
beacon-chain/core/light-client/lightclient_test.go Outdated Show resolved Hide resolved
testing/util/lightclient.go Outdated Show resolved Hide resolved
@rkapka rkapka marked this pull request as ready for review September 12, 2024 17:11
@rkapka rkapka requested a review from a team as a code owner September 12, 2024 17:11
@rkapka rkapka enabled auto-merge September 12, 2024 17:20
@rkapka rkapka added this pull request to the merge queue Sep 12, 2024
Merged via the queue into prysmaticlabs:develop with commit b5cfd0d Sep 12, 2024
17 of 18 checks passed
@rupam-04 rupam-04 deleted the block-to-light-client-header branch September 12, 2024 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants