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(gnarkd): added CancelProveJob and ListProveJob methods #57

Merged
merged 4 commits into from
Feb 12, 2021

Conversation

gbotrel
Copy link
Collaborator

@gbotrel gbotrel commented Feb 12, 2021

// CancelProveJob does what it says it does.
rpc CancelProveJob(CancelProveJobRequest) returns (CancelProveJobResponse);

// ListProveJob does what it says it does.
rpc ListProveJob(ListProveJobRequest) returns (ListProveJobResponse);

additionally, a CreateProveJobRequest now has an optional TTL parameter (in seconds):

message CreateProveJobRequest {
	string circuitID = 1;
	optional int64 TTL = 2; // in seconds
}

cc @AlexandreBelling

@gbotrel gbotrel merged commit ec63896 into develop Feb 12, 2021
@gbotrel gbotrel deleted the feature/gnarkd branch March 15, 2021 22:40
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