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

Transaction proving takes too long to run in RPCServer #212

Open
Sword-Smith opened this issue Oct 23, 2024 · 0 comments
Open

Transaction proving takes too long to run in RPCServer #212

Sword-Smith opened this issue Oct 23, 2024 · 0 comments
Assignees

Comments

@Sword-Smith
Copy link
Member

When initiating a transaction through the dashboard on a machine that produces SingleProof pressing Send crashes the dashboard because RPCServer is blocked for the few minutes it takes to produce the proof.

The best solution is probably to produce a PrimitiveWitness data structure in the RPCServer and then send this to the main_loop that then needs to spawn a new task to produce the proof.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant