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

Create a pipeline that verifies S5 for block ranges #969

Open
kjezek opened this issue Jul 21, 2024 · 0 comments
Open

Create a pipeline that verifies S5 for block ranges #969

kjezek opened this issue Jul 21, 2024 · 0 comments
Assignees

Comments

@kjezek
Copy link
Collaborator

kjezek commented Jul 21, 2024

Currently we have jobs that validate block processing of the whole blockchain. It takes days to finalise.

We should have a job (jobs?) that do validation for block ranges.

It will need to:

  • create beforehand export (genesis) of block highs for ranges
  • create a job that run validation of block ranges in parallel

Need to consider

  • storage for genesis files must be established
  • we should have approx. 10-15 chunks and create them up-front
  • all validations should run about the same time - i.e. the chunks will not be the same size as various block heights run different time.

I guess this could nicely use parallel blocks in Jenkins pipeline

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

No branches or pull requests

2 participants