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

Consider polytope-labs/sync-committee-rs for preprocessing #2

Closed
nulltea opened this issue Aug 28, 2023 · 2 comments · Fixed by #12
Closed

Consider polytope-labs/sync-committee-rs for preprocessing #2

nulltea opened this issue Aug 28, 2023 · 2 comments · Fixed by #12
Assignees
Milestone

Comments

@nulltea
Copy link
Member

nulltea commented Aug 28, 2023

Analogous to https://github.com/ChainSafe/Banshee/issues/47, but instead of the entire beacon state, we only need light client sync committee data and block roots. There, the blocker was in the lack of specific SSZ methods in ssz-rs; we don't need those methods, so the option of writing data retrieval and pre-processing in Rust is relevant again.

The potential shortcut could be by using https://github.com/polytope-labs/sync-committee-rs.

Scope:

@araskachoi
Copy link

for the link that you posted, it still looks like it's using "mock data" where the script is generating data (primarily for private keys and validators). the script would also require calling to an exposed endpoint and retrieving the beacon state for a light client?

@nulltea
Copy link
Member Author

nulltea commented Sep 12, 2023

The goal is to use Rust for data retrieval and pre-processing and hopefully to re-use methods from polytope-labs/sync-committee-rs

@nulltea nulltea self-assigned this Sep 12, 2023
@itsbobbyzzz168 itsbobbyzzz168 added this to the Spectre PoC milestone Sep 14, 2023
@nulltea nulltea linked a pull request Sep 29, 2023 that will close this issue
@nulltea nulltea closed this as completed Sep 29, 2023
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 a pull request may close this issue.

3 participants