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

Implement header chain prover #356

Open
3 tasks done
Tracked by #337
ekrembal opened this issue Oct 16, 2024 · 0 comments
Open
3 tasks done
Tracked by #337

Implement header chain prover #356

ekrembal opened this issue Oct 16, 2024 · 0 comments
Assignees

Comments

@ekrembal
Copy link
Member

ekrembal commented Oct 16, 2024

Issue Description

Watchtowers and Operators needs to generate a header chain proof for every new bitcon block and store them in db.

We need one public function, get_header_chain_proof(blocknum)

Tasks

Parts of the task:

  • Job that runs every second, checks if there is a new block
  • Runs the prover, saves the stark proof to the db
  • get_header_chain_proof function

Deadline of the Issue

25/10/2024

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