Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Create constants and data types #2

Closed
Wizdave97 opened this issue Jan 8, 2023 · 1 comment · Fixed by #1
Closed

Create constants and data types #2

Wizdave97 opened this issue Jan 8, 2023 · 1 comment · Fixed by #1
Assignees

Comments

@Wizdave97
Copy link
Member

Create all constants and data types as part of the light-client-primitives crate.

@dharjeezy
Copy link
Contributor

dharjeezy commented Jan 8, 2023

Most of the constants and data types are already implemented here. The no-std implementation of the ethereum-consensus repo is implemented here and a PR for this can be found here.

There are other types spec'd out with the research carried out by @seunlanlege in the article which can be found here.

The other types and constants spec'd out are what needs to be created. Types such as:

  • ExecutionPayloadProof
  • BlockRootsProof
  • AncestryProof
  • AncestorBlock
  • SyncCommitteeUpdate
  • LightClientState
  • LightClientUpdate

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants