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

feat: custom call #43

Merged
merged 9 commits into from
Sep 27, 2024
Merged

feat: custom call #43

merged 9 commits into from
Sep 27, 2024

Conversation

BC-A
Copy link
Contributor

@BC-A BC-A commented Sep 13, 2024

No description provided.

@BC-A BC-A force-pushed the call_service branch 2 times, most recently from 2722fc0 to 9891a8c Compare September 25, 2024 14:39
@@ -54,7 +98,10 @@ impl Settler {
worker_interval: Duration,
) -> Result<()> {
let mut ticker = tokio::time::interval(worker_interval);
prover.start().await.unwrap();
let gen_proof = GLOBAL_ENV.gen_proof;
Copy link
Member

Choose a reason for hiding this comment

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

Can we change the gen_proof to debug_proof?

@eigmax eigmax merged commit 00e4e61 into main Sep 27, 2024
4 of 5 checks passed
@eigmax eigmax deleted the call_service branch September 27, 2024 05:12
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.

2 participants