Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OdysseusProtocol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Odysseus
OdysseusProtocol
Commits
46ec7d60
Commit
46ec7d60
authored
Jan 12, 2024
by
vicotor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update nodemanager
parent
1aaee35d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
request_response.proto
nodemanager/nodemanager/v1/request_response.proto
+9
-1
No files found.
nodemanager/nodemanager/v1/request_response.proto
View file @
46ec7d60
...
...
@@ -33,18 +33,26 @@ message StatusResp {
}
message
PushTaskMessage
{
string
task_id
=
1
;
base.v1.TaskContent
task
=
1
;
}
message
SubmitTaskResult
{
string
task_id
=
1
;
string
task_proof
=
2
;
bytes
worker_signature
=
3
;
bytes
task_result
=
4
;
}
message
ProofTaskResult
{
string
task_id
=
1
;
bytes
manager_signature
=
2
;
}
message
DispatchTaskRequest
{
string
task_type
=
1
;
b
ytes
task_data
=
2
;
b
ase.v1.TaskContent
task_data
=
2
;
string
worker
=
3
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment