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

light-client-cli: add command to fetch archive blocks and verify them #3399

Merged
merged 7 commits into from
Jun 28, 2023

Conversation

eranrund
Copy link
Contributor

Small iteration on the light-client-cli tool to retrieve stored blocks from S3 and store them inside a protobuf, while also verifying fetched blocks.
This lets me take the protobuf and use it for testing in my go bindings endeavor.

Base automatically changed from light-client-cli to master June 26, 2023 17:37
Copy link
Collaborator

@nick-mobilecoin nick-mobilecoin left a comment

Choose a reason for hiding this comment

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

I don't think it's necessarily a blocker, but the GenerateConfig and FetchArchiveBlocks behavior deviate with respect to the handling of the output(file)

light-client/cli/src/bin/main.rs Outdated Show resolved Hide resolved
light-client/cli/src/bin/main.rs Outdated Show resolved Hide resolved
light-client/verifier/src/verifier.rs Show resolved Hide resolved
@eranrund eranrund enabled auto-merge (squash) June 28, 2023 15:44
@eranrund eranrund merged commit 5d98ce1 into master Jun 28, 2023
@eranrund eranrund deleted the light-client-cli2 branch June 28, 2023 15:44
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