Skip to content

Commit 62d359d

Browse files
committed
adds stake_requested field on the client side
1 parent 1963e35 commit 62d359d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

proto/lagrange.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,17 @@ message UUID {
4444

4545
message SubmitTaskRequest {
4646
bytes task_bytes = 1;
47+
4748
// friendly name of a task for logging and tracing
4849
string user_task_id = 2;
50+
4951
google.protobuf.Duration timeout = 3;
52+
5053
bytes price_requested = 4;
5154
string class = 5;
55+
56+
// BE-encoded `U256`.
57+
bytes stake_requested = 6;
5258
}
5359

5460
message SubmitTaskResponse {

0 commit comments

Comments
 (0)