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

fix(proposer): SQLite fixes #171

Merged
merged 2 commits into from
Oct 17, 2024
Merged

fix(proposer): SQLite fixes #171

merged 2 commits into from
Oct 17, 2024

Conversation

ratankaliani
Copy link
Member

  • Implement the changes recommended in the TL;DR section of https://kerkour.com/sqlite-for-servers
  • Downgrade to rc3 for experimental cluster testing.
  • On restart, correctly mark the witness generation proofs as failed. Previously, it set the proofs in PROVING state to failed.
  • Add a maximum limit for the number of concurrent witness generation requests by a single proposer. Otherwise, due to the lack of safety in Kona I/O, witness generation processes can unexpectedly die. feat(common): Improve native IO API anton-rs/kona#553

@ratankaliani ratankaliani merged commit fadc4bf into main Oct 17, 2024
6 checks passed
@ratankaliani ratankaliani deleted the ratan/proposer-sqlite-fixes branch October 17, 2024 22:41
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.

1 participant