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
cf31e2d1
Commit
cf31e2d1
authored
Mar 13, 2024
by
贾浩@五瓣科技
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename: witness -> validator
parent
2b8a15ef
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
103 additions
and
74 deletions
+103
-74
buf.work.yaml
buf.work.yaml
+1
-1
request_response.pb.go
gen/proto/go/nodemanager/v1/request_response.pb.go
+2
-0
request_response.pb.go
gen/proto/go/validator/v1/request_response.pb.go
+59
-41
resource.pb.go
gen/proto/go/validator/v1/resource.pb.go
+33
-24
buf.lock
validator/buf.lock
+0
-0
buf.yaml
validator/buf.yaml
+0
-0
request_response.proto
validator/validator/v1/request_response.proto
+3
-3
resource.proto
validator/validator/v1/resource.proto
+1
-1
service.proto
validator/validator/v1/service.proto
+4
-4
No files found.
buf.work.yaml
View file @
cf31e2d1
...
@@ -3,4 +3,4 @@ directories:
...
@@ -3,4 +3,4 @@ directories:
-
baseapi
-
baseapi
-
scheduler
-
scheduler
-
nodemanager
-
nodemanager
-
witness
-
validator
gen/proto/go/nodemanager/v1/request_response.pb.go
View file @
cf31e2d1
...
@@ -24,6 +24,7 @@ const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
...
@@ -24,6 +24,7 @@ const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
type
WorkerMessage
struct
{
type
WorkerMessage
struct
{
// Types that are valid to be assigned to Message:
// Types that are valid to be assigned to Message:
//
// *WorkerMessage_HeartbeatResponse
// *WorkerMessage_HeartbeatResponse
// *WorkerMessage_SubmitTaskResult
// *WorkerMessage_SubmitTaskResult
// *WorkerMessage_Status
// *WorkerMessage_Status
...
@@ -205,6 +206,7 @@ func (*WorkerMessage) XXX_OneofWrappers() []interface{} {
...
@@ -205,6 +206,7 @@ func (*WorkerMessage) XXX_OneofWrappers() []interface{} {
type
ManagerMessage
struct
{
type
ManagerMessage
struct
{
// Types that are valid to be assigned to Message:
// Types that are valid to be assigned to Message:
//
// *ManagerMessage_HeartbeatRequest
// *ManagerMessage_HeartbeatRequest
// *ManagerMessage_PushTaskMessage
// *ManagerMessage_PushTaskMessage
// *ManagerMessage_ProofTaskResult
// *ManagerMessage_ProofTaskResult
...
...
gen/proto/go/validator/v1/request_response.pb.go
View file @
cf31e2d1
...
@@ -51,7 +51,7 @@ func (m *ValidatorStatusRequest) XXX_DiscardUnknown() {
...
@@ -51,7 +51,7 @@ func (m *ValidatorStatusRequest) XXX_DiscardUnknown() {
var
xxx_messageInfo_ValidatorStatusRequest
proto
.
InternalMessageInfo
var
xxx_messageInfo_ValidatorStatusRequest
proto
.
InternalMessageInfo
type
ValidatorStatusResponse
struct
{
type
ValidatorStatusResponse
struct
{
ValidatorId
string
`protobuf:"bytes,1,opt,name=validator_id,json=validatorId,proto3" json:"validator
_id,omitempty"`
WitnessId
string
`protobuf:"bytes,1,opt,name=witness_id,json=witnessId,proto3" json:"witness
_id,omitempty"`
Peers
[]
string
`protobuf:"bytes,2,rep,name=peers,proto3" json:"peers,omitempty"`
Peers
[]
string
`protobuf:"bytes,2,rep,name=peers,proto3" json:"peers,omitempty"`
XXX_NoUnkeyedLiteral
struct
{}
`json:"-"`
XXX_NoUnkeyedLiteral
struct
{}
`json:"-"`
XXX_unrecognized
[]
byte
`json:"-"`
XXX_unrecognized
[]
byte
`json:"-"`
...
@@ -82,9 +82,9 @@ func (m *ValidatorStatusResponse) XXX_DiscardUnknown() {
...
@@ -82,9 +82,9 @@ func (m *ValidatorStatusResponse) XXX_DiscardUnknown() {
var
xxx_messageInfo_ValidatorStatusResponse
proto
.
InternalMessageInfo
var
xxx_messageInfo_ValidatorStatusResponse
proto
.
InternalMessageInfo
func
(
m
*
ValidatorStatusResponse
)
Get
Validator
Id
()
string
{
func
(
m
*
ValidatorStatusResponse
)
Get
Witness
Id
()
string
{
if
m
!=
nil
{
if
m
!=
nil
{
return
m
.
Validator
Id
return
m
.
Witness
Id
}
}
return
""
return
""
}
}
...
@@ -158,6 +158,8 @@ type Proof struct {
...
@@ -158,6 +158,8 @@ type Proof struct {
ManagerSignature
[]
byte
`protobuf:"bytes,3,opt,name=manager_signature,json=managerSignature,proto3" json:"manager_signature,omitempty"`
ManagerSignature
[]
byte
`protobuf:"bytes,3,opt,name=manager_signature,json=managerSignature,proto3" json:"manager_signature,omitempty"`
ContainerSignature
[]
byte
`protobuf:"bytes,4,opt,name=container_signature,json=containerSignature,proto3" json:"container_signature,omitempty"`
ContainerSignature
[]
byte
`protobuf:"bytes,4,opt,name=container_signature,json=containerSignature,proto3" json:"container_signature,omitempty"`
MinerSignature
[]
byte
`protobuf:"bytes,5,opt,name=miner_signature,json=minerSignature,proto3" json:"miner_signature,omitempty"`
MinerSignature
[]
byte
`protobuf:"bytes,5,opt,name=miner_signature,json=minerSignature,proto3" json:"miner_signature,omitempty"`
TaskType
uint64
`protobuf:"varint,8,opt,name=task_type,json=taskType,proto3" json:"task_type,omitempty"`
Timestamp
uint64
`protobuf:"varint,9,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
XXX_NoUnkeyedLiteral
struct
{}
`json:"-"`
XXX_NoUnkeyedLiteral
struct
{}
`json:"-"`
XXX_unrecognized
[]
byte
`json:"-"`
XXX_unrecognized
[]
byte
`json:"-"`
XXX_sizecache
int32
`json:"-"`
XXX_sizecache
int32
`json:"-"`
...
@@ -236,6 +238,20 @@ func (m *Proof) GetMinerSignature() []byte {
...
@@ -236,6 +238,20 @@ func (m *Proof) GetMinerSignature() []byte {
return
nil
return
nil
}
}
func
(
m
*
Proof
)
GetTaskType
()
uint64
{
if
m
!=
nil
{
return
m
.
TaskType
}
return
0
}
func
(
m
*
Proof
)
GetTimestamp
()
uint64
{
if
m
!=
nil
{
return
m
.
Timestamp
}
return
0
}
type
PushProofResponse
struct
{
type
PushProofResponse
struct
{
Workload
uint64
`protobuf:"varint,1,opt,name=workload,proto3" json:"workload,omitempty"`
Workload
uint64
`protobuf:"varint,1,opt,name=workload,proto3" json:"workload,omitempty"`
XXX_NoUnkeyedLiteral
struct
{}
`json:"-"`
XXX_NoUnkeyedLiteral
struct
{}
`json:"-"`
...
@@ -553,42 +569,44 @@ func init() {
...
@@ -553,42 +569,44 @@ func init() {
}
}
var
fileDescriptor_668f1b5e8791e33f
=
[]
byte
{
var
fileDescriptor_668f1b5e8791e33f
=
[]
byte
{
// 586 bytes of a gzipped FileDescriptorProto
// 621 bytes of a gzipped FileDescriptorProto
0x1f
,
0x8b
,
0x08
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x02
,
0xff
,
0x8c
,
0x54
,
0xcf
,
0x6e
,
0xda
,
0x4e
,
0x1f
,
0x8b
,
0x08
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x02
,
0xff
,
0x8c
,
0x54
,
0xdf
,
0x4e
,
0xdb
,
0x3c
,
0x10
,
0x96
,
0x71
,
0x02
,
0x61
,
0x80
,
0x84
,
0x6c
,
0xf8
,
0x05
,
0xff
,
0xda
,
0x0b
,
0x35
,
0xaa
,
0x8a
,
0x14
,
0x57
,
0x5a
,
0x68
,
0x9b
,
0x43
,
0x81
,
0x62
,
0xf8
,
0x20
,
0xdf
,
0xd8
,
0xa4
,
0x2a
,
0x68
,
0x5a
,
0x14
,
0xd5
,
0x96
,
0x9b
,
0x5b
,
0x2a
,
0x55
,
0x2a
,
0x17
,
0x1a
,
0x45
,
0x91
,
0x90
,
0x23
,
0xd1
,
0xa8
,
0x25
,
0xb4
,
0x44
,
0x1d
,
0x77
,
0x4c
,
0x9a
,
0x34
,
0x6e
,
0x3a
,
0x84
,
0x98
,
0xaa
,
0x32
,
0x75
,
0x68
,
0x8a
,
0x84
,
0x36
,
0x78
,
0x8b
,
0x2d
,
0xb0
,
0x17
,
0x76
,
0xd7
,
0xa0
,
0x3c
,
0x43
,
0xdf
,
0xa2
,
0xc7
,
0x42
,
0xaa
,
0x4c
,
0x73
,
0xd6
,
0x46
,
0x34
,
0x71
,
0xb0
,
0x9d
,
0x56
,
0x7d
,
0x86
,
0xbd
,
0xc5
,
0x2e
,
0x3e
,
0x48
,
0x0f
,
0x7d
,
0x8c
,
0x1e
,
0xfb
,
0x0a
,
0xbd
,
0x54
,
0xde
,
0xb5
,
0x8d
,
0x49
,
0x94
,
0xb4
,
0xf7
,
0x00
,
0x7b
,
0x84
,
0x5d
,
0xec
,
0x31
,
0x76
,
0xb9
,
0xa7
,
0x98
,
0x62
,
0x27
,
0x69
,
0x0a
,
0x82
,
0xb7
,
0xfd
,
0x66
,
0xbe
,
0x99
,
0x6f
,
0xfe
,
0xec
,
0x2e
,
0x74
,
0x57
,
0x78
,
0x1e
,
0x78
,
0x58
,
0x50
,
0xed
,
0x2e
,
0xbf
,
0x3f
,
0xc7
,
0xbf
,
0x73
,
0x6c
,
0xc7
,
0x70
,
0x30
,
0xa5
,
0x13
,
0xdf
,
0xa3
,
0x92
,
0x66
,
0xaf
,
0x1c
,
0x9b
,
0x91
,
0x65
,
0x4c
,
0xb8
,
0x18
,
0x33
,
0xc2
,
0x17
,
0x34
,
0xe2
,
0xc4
,
0x5a
,
0x71
,
0x77
,
0xda
,
0x76
,
0x39
,
0xde
,
0xc6
,
0x28
,
0xe4
,
0x80
,
0xa3
,
0x88
,
0x58
,
0x28
,
0xd0
,
0x89
,
0x30
,
0x2a
,
0x28
,
0xaa
,
0xe7
,
0x24
,
0x6b
,
0xe5
,
0x98
,
0x06
,
0x1c
,
0x8f
,
0x32
,
0x7c
,
0x25
,
0xb0
,
0x38
,
0x93
,
0x8c
,
0xd4
,
0x73
,
0x93
,
0x33
,
0x6d
,
0xdb
,
0x16
,
0xec
,
0xf6
,
0x33
,
0x7c
,
0x21
,
0xa9
,
0x88
,
0xb9
,
0xab
,
0xc2
,
0x4c
,
0x17
,
0xda
,
0x0f
,
0x3c
,
0x2a
,
0x11
,
0x7a
,
0x01
,
0x9b
,
0x24
,
0xe3
,
0x8c
,
0x45
,
0x4f
,
0x97
,
0xd9
,
0xef
,
0x61
,
0xef
,
0x9e
,
0xa2
,
0x17
,
0x22
,
0xcf
,
0x00
,
0x66
,
0xbe
,
0xc0
,
0x33
,
0xb4
,
0x8e
,
0xd6
,
0xab
,
0xba
,
0xb5
,
0xdc
,
0x76
,
0xee
,
0xa1
,
0x16
,
0xec
,
0x2e
,
0x08
,
0x0c
,
0x51
,
0x88
,
0x81
,
0xef
,
0x59
,
0x46
,
0xd3
,
0x68
,
0x99
,
0x3d
,
0x33
,
0x65
,
0x4e
,
0x3d
,
0xb2
,
0x61
,
0xdc
,
0x28
,
0x75
,
0xf4
,
0x5e
,
0xd5
,
0x55
,
0xc0
,
0xfc
,
0xa2
,
0x41
,
0x73
,
0x18
,
0x73
,
0x7f
,
0x03
,
0xab
,
0x11
,
0x22
,
0x17
,
0x56
,
0xa9
,
0x59
,
0x6e
,
0x99
,
0x3d
,
0x0d
,
0xec
,
0x2f
,
0x06
,
0x34
,
0xc8
,
0x28
,
0xfd
,
0x9c
,
0x0a
,
0xa1
,
0x13
,
0x28
,
0x2f
,
0x12
,
0xcc
,
0x0d
,
0xad
,
0xa3
,
0xf7
,
0x6a
,
0xba
,
0xb1
,
0x18
,
0x77
,
0x39
,
0x63
,
0x9f
,
0xd3
,
0x10
,
0x72
,
0x08
,
0x95
,
0x28
,
0xc1
,
0xc2
,
0x32
,
0x6f
,
0x8e
,
0xac
,
0x62
,
0x85
,
0x96
,
0xe2
,
0xa6
,
0x14
,
0xf4
,
0x12
,
0xf6
,
0x19
,
0x59
,
0x63
,
0xe6
,
0x9a
,
0xe5
,
0xd6
,
0xda
,
0xab
,
0x6d
,
0xa7
,
0xd8
,
0x9d
,
0xa3
,
0xbd
,
0xa9
,
0x85
,
0x3c
,
0x87
,
0x0d
,
0x8d
,
0xb1
,
0xe7
,
0x31
,
0xc2
,
0x13
,
0x81
,
0x44
,
0xbc
,
0xa1
,
0xac
,
0xef
,
0x95
,
0x11
,
0x75
,
0xa1
,
0x8e
,
0x33
,
0xca
,
0xbd
,
0x01
,
0xf5
,
0x3c
,
0x8e
,
0x22
,
0x09
,
0x48
,
0xa2
,
0xd7
,
0x35
,
0xfb
,
0x56
,
0x11
,
0x06
,
0x11
,
0x61
,
0x39
,
0x4b
,
0x97
,
0xac
,
0xba
,
0x34
,
0xa6
,
0x24
,
0xf3
,
0xb7
,
0x06
,
0xbb
,
0x93
,
0xe4
,
0x00
,
0xd6
,
0x03
,
0x3f
,
0x44
,
0x9e
,
0xbb
,
0xca
,
0xca
,
0x55
,
0x57
,
0x64
,
0x6a
,
0xb2
,
0x32
,
0x3b
,
0x7a
,
0x06
,
0x7b
,
0x6b
,
0xca
,
0x66
,
0x73
,
0x8a
,
0x55
,
0x33
,
0x3b
,
0x6e
,
0x8e
,
0x51
,
0xbf
,
0x97
,
0x60
,
0x55
,
0xad
,
0x4e
,
0x9e
,
0x40
,
0x6d
,
0xc6
,
0xf8
,
0xcd
,
0x84
,
0x51
,
0x3d
,
0xca
,
0x1b
,
0x2a
,
0x02
,
0xf3
,
0x59
,
0xd2
,
0xa7
,
0x92
,
0x2a
,
0x27
,
0xf0
,
0xdc
,
0x43
,
0xff
,
0xc3
,
0x1e
,
0x4a
,
0x2f
,
0xc7
,
0x64
,
0x0f
,
0xaa
,
0x92
,
0x8a
,
0x9b
,
0x64
,
0x4a
,
0x1d
,
0x55
,
0x49
,
0xe0
,
0xa9
,
0x23
,
0xcb
,
0xb1
,
0x8f
,
0xb9
,
0x6f
,
0x94
,
0x3b
,
0x5a
,
0xaf
,
0xee
,
0x56
,
0x18
,
0x59
,
0x7e
,
0xc0
,
0x47
,
0xfe
,
0x87
,
0x1a
,
0xc7
,
0xdb
,
0xc1
,
0x98
,
0x8a
,
0xb1
,
0x55
,
0x69
,
0x1a
,
0xad
,
0x7a
,
0xaf
,
0xdc
,
0x47
,
0xcf
,
0xa1
,
0x9a
,
0x4c
,
0x5d
,
0xf9
,
0x2a
,
0xd2
,
0xb7
,
0x97
,
0x18
,
0xa4
,
0xf3
,
0x04
,
0xca
,
0xf1
,
0xf6
,
0x1d
,
0x15
,
0x63
,
0xb2
,
0x0f
,
0x66
,
0xb2
,
0xe3
,
0x5a
,
0xab
,
0x2a
,
0xad
,
0x96
,
0x0e
,
0x43
,
0x1c
,
0xe1
,
0x29
,
0x61
,
0x63
,
0x1e
,
0x4c
,
0x23
,
0x2c
,
0x62
,
0x46
,
0x64
,
0x7d
,
0x75
,
0x10
,
0x4a
,
0x3c
,
0x84
,
0xad
,
0x80
,
0x86
,
0x74
,
0x84
,
0x7c
,
0x20
,
0xfc
,
0x51
,
0x48
,
0x65
,
0xcc
,
0xb7
,
0x99
,
0x3a
,
0xae
,
0x32
,
0x3b
,
0xb2
,
0xe1
,
0x68
,
0x42
,
0x23
,
0x81
,
0x65
,
0x33
,
0x1b
,
0xfa
,
0x51
,
0xf5
,
0x57
,
0xef
,
0x35
,
0x52
,
0xe1
,
0x22
,
0xe3
,
0x89
,
0x0b
,
0xdb
,
0x43
,
0x16
,
0x4a
,
0xaa
,
0x8e
,
0xa4
,
0xa3
,
0xdc
,
0xb5
,
0x09
,
0x78
,
0x05
,
0x07
,
0xe1
,
0x3d
,
0xf2
,
0xae
,
0x24
,
0xef
,
0x87
,
0x86
,
0x59
,
0xd8
,
0x57
,
0x94
,
0x9d
,
0xe4
,
0xd2
,
0xa2
,
0xe0
,
0x05
,
0x6c
,
0x06
,
0x77
,
0xcc
,
0xab
,
0x5b
,
0x44
,
0xd3
,
0x86
,
0xc3
,
0xc2
,
0x2a
,
0xd2
,
0xcd
,
0x3e
,
0x31
,
0x08
,
0xf3
,
0x1d
,
0xb4
,
0x06
,
0xca
,
0xbc
,
0x11
,
0x2c
,
0x1b
,
0xf7
,
0xc1
,
0x54
,
0x73
,
0xc9
,
0x79
,
0x84
,
0x56
,
0x4d
,
0x0f
,
0x9d
,
0x44
,
0x5c
,
0x26
,
0x59
,
0xb6
,
0xf6
,
0xd7
,
0x04
,
0xfd
,
0x2e
,
0xcc
,
0x2e
,
0x41
,
0x72
,
0x4c
,
0x96
,
0x10
,
0x1f
,
0xe6
,
0x11
,
0x92
,
0xa7
,
0x60
,
0x4a
,
0x3f
,
0x40
,
0x21
,
0x69
,
0x10
,
0x59
,
0xa6
,
0x12
,
0x2f
,
0xc5
,
0xd2
,
0x81
,
0x29
,
0x60
,
0x5e
,
0xc0
,
0x7f
,
0xf7
,
0xe2
,
0xff
,
0x2e
,
0x8a
,
0x8e
,
0xa1
,
0x17
,
0x84
,
0xed
,
0xc2
,
0x56
,
0xe1
,
0x14
,
0xd3
,
0x0b
,
0xf1
,
0xc8
,
0x1e
,
0xda
,
0x6f
,
0x60
,
0xa7
,
0x8c
,
0x43
,
0x1a
,
0x47
,
0x22
,
0x1b
,
0xbe
,
0x42
,
0x66
,
0x17
,
0x0e
,
0x06
,
0x44
,
0x3c
,
0x5d
,
0x87
,
0x83
,
0xf2
,
0x3c
,
0x69
,
0x60
,
0xe9
,
0xe8
,
0x1b
,
0x50
,
0x9e
,
0x07
,
0xd9
,
0xed
,
0x49
,
0x3e
,
0x93
,
0x69
,
0x41
,
0x73
,
0x43
,
0xfa
,
0x87
,
0x0e
,
0x4f
,
0xa1
,
0x3d
,
0x20
,
0xe2
,
0x63
,
0x20
,
0x7c
,
0x8f
,
0x7b
,
0xa3
,
0xfa
,
0x4c
,
0xf7
,
0x5a
,
0x03
,
0xfb
,
0x0c
,
0xfe
,
0xbb
,
0x53
,
0xff
,
0xf7
,
0x50
,
0xb2
,
0xe1
,
0xf5
,
0x56
,
0x72
,
0x03
,
0x2a
,
0xd9
,
0x55
,
0x52
,
0x02
,
0x19
,
0x34
,
0x23
,
0x30
,
0x1e
,
0x06
,
0x0b
,
0x15
,
0x1a
,
0xb0
,
0x38
,
0x94
,
0xd9
,
0xb9
,
0x69
,
0x64
,
0x1f
,
0xc0
,
0x66
,
0x07
,
0xe5
,
0xe3
,
0xa5
,
0x62
,
0x8f
,
0x46
,
0x3d
,
0xd6
,
0x17
,
0xea
,
0x40
,
0x2d
,
0x24
,
0x6c
,
0x36
,
0x27
,
0x32
,
0x91
,
0x7d
,
0xd8
,
0x0e
,
0x34
,
0x16
,
0xa6
,
0x7f
,
0x98
,
0xf0
,
0x08
,
0xf6
,
0x3a
,
0x28
,
0x3f
,
0xfa
,
0x72
,
0xa1
,
0xcb
,
0xd7
,
0x53
,
0x34
,
0xf5
,
0xbf
,
0x6b
,
0xd0
,
0x9c
,
0xd0
,
0x70
,
0xeb
,
0x91
,
0xf4
,
0x5b
,
0xec
,
0x71
,
0x3a
,
0x5b
,
0x5a
,
0xdc
,
0x82
,
0x6a
,
0x76
,
0x0b
,
0x75
,
0x40
,
0x06
,
0xed
,
0x10
,
0xac
,
0x69
,
0x9d
,
0x99
,
0xf2
,
0x30
,
0x79
,
0xea
,
0x43
,
0xed
,
0xd3
,
0xc5
,
0x34
,
0x10
,
0x7e
,
0x7c
,
0x6b
,
0xfb
,
0x45
,
0x69
,
0xd8
,
0x83
,
0x55
,
0x0f
,
0xcd
,
0x45
,
0x9a
,
0xb0
,
0x16
,
0x20
,
0xbf
,
0x99
,
0xa0
,
0x4d
,
0x68
,
0x68
,
0x53
,
0xef
,
0x8e
,
0x73
,
0x12
,
0xf3
,
0xfc
,
0xf0
,
0x5a
,
0x7e
,
0x08
,
0x13
,
0x3a
,
0x5a
,
0xc8
,
0x2a
,
0xab
,
0x1f
,
0xaf
,
0x48
,
0x9d
,
0xfc
,
0x30
,
0xa0
,
0x31
,
0x64
,
0xc1
,
0xd2
,
0xff
,
0xb7
,
0xa7
,
0x24
,
0xb2
,
0x25
,
0xb0
,
0xa7
,
0xd4
,
0x2e
,
0x7e
,
0x22
,
0x6f
,
0x73
,
0xb0
,
0x72
,
0xbe
,
0x75
,
0xb2
,
0x93
,
0xf6
,
0x99
,
0x25
,
0x77
,
0x93
,
0x17
,
0xa2
,
0x6b
,
0x7c
,
0x3a
,
0x1b
,
0xf9
,
0x72
,
0x96
,
0xf4
,
0xd1
,
0xf5
,
0xf5
,
0xb7
,
0x52
,
0x3d
,
0xff
,
0x16
,
0xac
,
0x91
,
0xf3
,
0xa3
,
0x00
,
0x6f
,
0x1c
,
0x5f
,
0x3b
,
0x43
,
0x16
,
0xb8
,
0xcc
,
0x9b
,
0x0b
,
0x81
,
0xb1
,
0xc8
,
0x3f
,
0x5e
,
0xaa
,
0x77
,
0x46
,
0xce
,
0xcf
,
0x92
,
0x51
,
0x84
,
0x37
,
0x83
,
0x61
,
0xff
,
0x92
,
0x08
,
0xec
,
0x61
,
0x81
,
0x7f
,
0x64
,
0xc8
,
0x26
,
0xee
,
0x08
,
0x43
,
0x57
,
0x01
,
0x77
,
0xc4
,
0xdc
,
0xe2
,
0xdb
,
0xf3
,
0x3a
,
0x07
,
0x95
,
0x1a
,
0xb9
,
0xeb
,
0xec
,
0x6c
,
0xe4
,
0xdc
,
0x96
,
0xa5
,
0xe2
,
0xe9
,
0x9f
,
0x00
,
0x00
,
0x00
,
0xd3
,
0xf6
,
0xd7
,
0x52
,
0xb9
,
0x7f
,
0x79
,
0xf9
,
0xad
,
0x54
,
0xcf
,
0x5f
,
0x13
,
0xa7
,
0xdf
,
0xfe
,
0xff
,
0xff
,
0x63
,
0x44
,
0xe2
,
0xd7
,
0xb6
,
0x04
,
0x00
,
0x00
,
0x59
,
0x80
,
0x57
,
0xfd
,
0xf6
,
0xaf
,
0x92
,
0x55
,
0x84
,
0x57
,
0x9d
,
0xee
,
0xc9
,
0x39
,
0x4a
,
0xea
,
0x51
,
0x49
,
0x7f
,
0x97
,
0xd6
,
0x73
,
0xe9
,
0xf8
,
0xb8
,
0xdf
,
0xbe
,
0xae
,
0xa8
,
0xc4
,
0xa3
,
0x3f
,
0x01
,
0x00
,
0x00
,
0xff
,
0xff
,
0x40
,
0x96
,
0xed
,
0xdf
,
0xed
,
0x04
,
0x00
,
0x00
,
}
}
gen/proto/go/validator/v1/resource.pb.go
View file @
cf31e2d1
...
@@ -21,8 +21,9 @@ var _ = math.Inf
...
@@ -21,8 +21,9 @@ var _ = math.Inf
const
_
=
proto
.
GoGoProtoPackageIsVersion3
// please upgrade the proto package
const
_
=
proto
.
GoGoProtoPackageIsVersion3
// please upgrade the proto package
type
ValidatedProof
struct
{
type
ValidatedProof
struct
{
Balance
uint64
`protobuf:"varint
,1,opt,name=balance,proto3" json:"balance,omitempty"`
Balance
string
`protobuf:"bytes
,1,opt,name=balance,proto3" json:"balance,omitempty"`
Workload
uint64
`protobuf:"varint,2,opt,name=workload,proto3" json:"workload,omitempty"`
Workload
uint64
`protobuf:"varint,2,opt,name=workload,proto3" json:"workload,omitempty"`
Timestamp
uint64
`protobuf:"varint,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
XXX_NoUnkeyedLiteral
struct
{}
`json:"-"`
XXX_NoUnkeyedLiteral
struct
{}
`json:"-"`
XXX_unrecognized
[]
byte
`json:"-"`
XXX_unrecognized
[]
byte
`json:"-"`
XXX_sizecache
int32
`json:"-"`
XXX_sizecache
int32
`json:"-"`
...
@@ -52,11 +53,11 @@ func (m *ValidatedProof) XXX_DiscardUnknown() {
...
@@ -52,11 +53,11 @@ func (m *ValidatedProof) XXX_DiscardUnknown() {
var
xxx_messageInfo_ValidatedProof
proto
.
InternalMessageInfo
var
xxx_messageInfo_ValidatedProof
proto
.
InternalMessageInfo
func
(
m
*
ValidatedProof
)
GetBalance
()
uint64
{
func
(
m
*
ValidatedProof
)
GetBalance
()
string
{
if
m
!=
nil
{
if
m
!=
nil
{
return
m
.
Balance
return
m
.
Balance
}
}
return
0
return
""
}
}
func
(
m
*
ValidatedProof
)
GetWorkload
()
uint64
{
func
(
m
*
ValidatedProof
)
GetWorkload
()
uint64
{
...
@@ -66,9 +67,16 @@ func (m *ValidatedProof) GetWorkload() uint64 {
...
@@ -66,9 +67,16 @@ func (m *ValidatedProof) GetWorkload() uint64 {
return
0
return
0
}
}
func
(
m
*
ValidatedProof
)
GetTimestamp
()
uint64
{
if
m
!=
nil
{
return
m
.
Timestamp
}
return
0
}
type
MinerObject
struct
{
type
MinerObject
struct
{
Miner
string
`protobuf:"bytes,1,opt,name=miner,proto3" json:"miner,omitempty"`
Miner
string
`protobuf:"bytes,1,opt,name=miner,proto3" json:"miner,omitempty"`
Balance
uint64
`protobuf:"varint
,2,opt,name=balance,proto3" json:"balance,omitempty"`
Balance
string
`protobuf:"bytes
,2,opt,name=balance,proto3" json:"balance,omitempty"`
Workload
uint64
`protobuf:"varint,3,opt,name=workload,proto3" json:"workload,omitempty"`
Workload
uint64
`protobuf:"varint,3,opt,name=workload,proto3" json:"workload,omitempty"`
XXX_NoUnkeyedLiteral
struct
{}
`json:"-"`
XXX_NoUnkeyedLiteral
struct
{}
`json:"-"`
XXX_unrecognized
[]
byte
`json:"-"`
XXX_unrecognized
[]
byte
`json:"-"`
...
@@ -106,11 +114,11 @@ func (m *MinerObject) GetMiner() string {
...
@@ -106,11 +114,11 @@ func (m *MinerObject) GetMiner() string {
return
""
return
""
}
}
func
(
m
*
MinerObject
)
GetBalance
()
uint64
{
func
(
m
*
MinerObject
)
GetBalance
()
string
{
if
m
!=
nil
{
if
m
!=
nil
{
return
m
.
Balance
return
m
.
Balance
}
}
return
0
return
""
}
}
func
(
m
*
MinerObject
)
GetWorkload
()
uint64
{
func
(
m
*
MinerObject
)
GetWorkload
()
uint64
{
...
@@ -128,22 +136,23 @@ func init() {
...
@@ -128,22 +136,23 @@ func init() {
func
init
()
{
proto
.
RegisterFile
(
"validator/v1/resource.proto"
,
fileDescriptor_f97d5d703a2bfce9
)
}
func
init
()
{
proto
.
RegisterFile
(
"validator/v1/resource.proto"
,
fileDescriptor_f97d5d703a2bfce9
)
}
var
fileDescriptor_f97d5d703a2bfce9
=
[]
byte
{
var
fileDescriptor_f97d5d703a2bfce9
=
[]
byte
{
// 268 bytes of a gzipped FileDescriptorProto
// 286 bytes of a gzipped FileDescriptorProto
0x1f
,
0x8b
,
0x08
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x02
,
0xff
,
0xe2
,
0x92
,
0x2e
,
0x4b
,
0xcc
,
0xc9
,
0x1f
,
0x8b
,
0x08
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x02
,
0xff
,
0x74
,
0x90
,
0xb1
,
0x4e
,
0xf3
,
0x30
,
0x4c
,
0x49
,
0x2c
,
0xc9
,
0x2f
,
0xd2
,
0x2f
,
0x33
,
0xd4
,
0x2f
,
0x4a
,
0x2d
,
0xce
,
0x2f
,
0x2d
,
0x4a
,
0x14
,
0x85
,
0x15
,
0xe7
,
0xff
,
0x81
,
0x9a
,
0x16
,
0xa1
,
0x88
,
0x21
,
0x02
,
0x86
,
0xaa
,
0x53
,
0x17
,
0x4e
,
0xd5
,
0x2b
,
0x28
,
0xca
,
0x2f
,
0xc9
,
0x17
,
0xe2
,
0x81
,
0x4b
,
0xea
,
0x95
,
0x19
,
0x2a
,
0xb9
,
0x62
,
0x59
,
0x6c
,
0x65
,
0xcb
,
0xc2
,
0x80
,
0x2a
,
0xa2
,
0x0c
,
0x56
,
0x41
,
0x5d
,
0x1c
,
0xdb
,
0x84
,
0x71
,
0xf1
,
0x85
,
0x41
,
0xf8
,
0xa9
,
0x29
,
0x01
,
0x45
,
0xf9
,
0xf9
,
0x69
,
0x42
,
0x12
,
0x5c
,
0xec
,
0x40
,
0x92
,
0x5b
,
0x39
,
0x4e
,
0x10
,
0xaf
,
0xc3
,
0xc8
,
0x4b
,
0xb0
,
0xf3
,
0x18
,
0x8c
,
0x3c
,
0x05
,
0x49
,
0x89
,
0x39
,
0x89
,
0x79
,
0xc9
,
0xa9
,
0x12
,
0x8c
,
0x0a
,
0x8c
,
0x1a
,
0x2c
,
0x41
,
0x30
,
0xae
,
0x6a
,
0x5a
,
0x8c
,
0x19
,
0xd8
,
0xee
,
0x77
,
0xcf
,
0xf0
,
0xe9
,
0x1c
,
0x7c
,
0xd2
,
0xf1
,
0xb2
,
0x90
,
0x90
,
0x14
,
0x17
,
0x47
,
0x79
,
0x7e
,
0x51
,
0x76
,
0x4e
,
0x7e
,
0x62
,
0x8a
,
0x04
,
0x13
,
0x58
,
0x0a
,
0xdc
,
0x80
,
0x26
,
0x1d
,
0x25
,
0x5a
,
0x35
,
0xd0
,
0x6a
,
0xa1
,
0xa2
,
0x95
,
0x06
,
0x03
,
0xc1
,
0xd0
,
0xce
,
0x57
,
0x8a
,
0xe4
,
0xe2
,
0xf6
,
0xcd
,
0xcc
,
0x4b
,
0x2d
,
0xf2
,
0x4f
,
0xca
,
0x4a
,
0x4d
,
0x2e
,
0x86
,
0x51
,
0x47
,
0x27
,
0x12
,
0x1f
,
0xb0
,
0x0d
,
0x2b
,
0x99
,
0x68
,
0x80
,
0xbb
,
0x20
,
0xc4
,
0xbb
,
0x11
,
0x12
,
0xe1
,
0x62
,
0xcd
,
0x05
,
0x71
,
0xc1
,
0x46
,
0x70
,
0x06
,
0x41
,
0x38
,
0xc8
,
0x46
,
0x33
,
0x19
,
0x2f
,
0x79
,
0x2d
,
0x54
,
0xe8
,
0x8d
,
0xbd
,
0xe9
,
0x20
,
0xfd
,
0xc6
,
0xe0
,
0x18
,
0xef
,
0x3d
,
0xe1
,
0x36
,
0x9a
,
0x19
,
0xd5
,
0x68
,
0xa7
,
0xfd
,
0x8c
,
0x5c
,
0x02
,
0xc9
,
0xf9
,
0xb9
,
0x7a
,
0xc8
,
0x81
,
0x7e
,
0x2c
,
0x81
,
0xcb
,
0x10
,
0x8d
,
0xbd
,
0xe9
,
0xbf
,
0xd4
,
0x72
,
0x70
,
0x8a
,
0x07
,
0xa6
,
0xee
,
0x76
,
0xe2
,
0x0d
,
0x82
,
0xfa
,
0x2a
,
0x00
,
0xe4
,
0xa9
,
0x00
,
0xc6
,
0x28
,
0xef
,
0xf4
,
0xcc
,
0xa8
,
0x54
,
0x63
,
0x78
,
0xb5
,
0x0a
,
0xfd
,
0x3e
,
0xfc
,
0x79
,
0x4c
,
0x6e
,
0xf0
,
0xfe
,
0xbc
,
0xa8
,
0x92
,
0x8c
,
0xd2
,
0x24
,
0xbd
,
0xe4
,
0xfc
,
0x5c
,
0xfd
,
0xfc
,
0x94
,
0xca
,
0xe2
,
0xe2
,
0xd4
,
0xd2
,
0x95
,
0xbe
,
0xce
,
0x1e
,
0x94
,
0x30
,
0xc1
,
0x11
,
0xfe
,
0x5f
,
0xad
,
0x71
,
0x2b
,
0xd8
,
0x80
,
0x2b
,
0x62
,
0x38
,
0x43
,
0x17
,
0xec
,
0xf5
,
0xe4
,
0xfc
,
0x1c
,
0xfd
,
0xf4
,
0xd4
,
0x3c
,
0x7d
,
0x30
,
0x47
,
0x46
,
0x7f
,
0x8b
,
0xfd
,
0xdf
,
0xe2
,
0xf8
,
0xcd
,
0xc3
,
0x87
,
0x02
,
0xaa
,
0xc8
,
0x6d
,
0x15
,
0x8f
,
0x3f
,
0x3d
,
0x5f
,
0x1f
,
0x39
,
0x98
,
0xac
,
0xe1
,
0x9c
,
0x32
,
0xc3
,
0x45
,
0x4c
,
0xcc
,
0x61
,
0x11
,
0xd2
,
0x6d
,
0xe7
,
0x64
,
0x5d
,
0x39
,
0xf1
,
0x6e
,
0xaf
,
0xf2
,
0xc2
,
0xdc
,
0xb7
,
0x59
,
0x24
,
0xa0
,
0x11
,
0xab
,
0x98
,
0x78
,
0xc2
,
0xe0
,
0x56
,
0x86
,
0x19
,
0x9e
,
0x42
,
0xe2
,
0xc6
,
0x84
,
0x19
,
0x3e
,
0x22
,
0x20
,
0x9f
,
0x9b
,
0x46
,
0xb5
,
0x8d
,
0x3d
,
0xce
,
0xfa
,
0x61
,
0x04
,
0x94
,
0x24
,
0x57
,
0x35
,
0x62
,
0x92
,
0x40
,
0xe6
,
0xc6
,
0xb8
,
0x07
,
0x38
,
0xf9
,
0xa6
,
0x96
,
0x24
,
0xa6
,
0x24
,
0x96
,
0x24
,
0xe9
,
0x81
,
0xe4
,
0x40
,
0xdc
,
0x11
,
0x2f
,
0x2c
,
0x74
,
0xf4
,
0x05
,
0xf9
,
0x6c
,
0xb1
,
0x78
,
0x45
,
0xbe
,
0x62
,
0xe2
,
0x85
,
0x4b
,
0x59
,
0x59
,
0x85
,
0x19
,
0x26
,
0xb1
,
0x81
,
0x6d
,
0x34
,
0x06
,
0x04
,
0x43
,
0x66
,
0x95
,
0x8c
,
0xbe
,
0x3b
,
0xb8
,
0x64
,
0xf4
,
0x03
,
0x85
,
0x2e
,
0x2e
,
0x2f
,
0x93
,
0x78
,
0x00
,
0x00
,
0xff
,
0xff
,
0x75
,
0x64
,
0xf9
,
0x45
,
0x98
,
0x01
,
0x00
,
0x00
,
0xae
,
0x0c
,
0x97
,
0xdc
,
0xf0
,
0x4f
,
0x34
,
0xb2
,
0xd1
,
0x6c
,
0xc6
,
0x68
,
0xb6
,
0xd3
,
0x1b
,
0xcf
,
0xbf
,
0x02
,
0x00
,
0x00
,
0xff
,
0xff
,
0xa1
,
0x35
,
0x8e
,
0x51
,
0xb6
,
0x01
,
0x00
,
0x00
,
}
}
witness
/buf.lock
→
validator
/buf.lock
View file @
cf31e2d1
File moved
witness
/buf.yaml
→
validator
/buf.yaml
View file @
cf31e2d1
File moved
witness/witness
/v1/request_response.proto
→
validator/validator
/v1/request_response.proto
View file @
cf31e2d1
syntax
=
"proto3"
;
syntax
=
"proto3"
;
package
witness
.
v1
;
package
validator
.
v1
;
message
Witness
StatusRequest
{
message
Validator
StatusRequest
{
}
}
message
Witness
StatusResponse
{
message
Validator
StatusResponse
{
string
witness_id
=
1
;
string
witness_id
=
1
;
repeated
string
peers
=
2
;
repeated
string
peers
=
2
;
}
}
...
...
witness/witness
/v1/resource.proto
→
validator/validator
/v1/resource.proto
View file @
cf31e2d1
syntax
=
"proto3"
;
syntax
=
"proto3"
;
package
witness
.
v1
;
package
validator
.
v1
;
message
ValidatedProof
{
message
ValidatedProof
{
string
balance
=
1
;
string
balance
=
1
;
...
...
witness/witness
/v1/service.proto
→
validator/validator
/v1/service.proto
View file @
cf31e2d1
syntax
=
"proto3"
;
syntax
=
"proto3"
;
package
witness
.
v1
;
package
validator
.
v1
;
import
"
witness
/v1/request_response.proto"
;
import
"
validator
/v1/request_response.proto"
;
service
Witness
Service
{
service
Validator
Service
{
rpc
WitnessStatus
(
WitnessStatusRequest
)
returns
(
WitnessStatusResponse
)
{};
// witness
status
rpc
ValidatorStatus
(
ValidatorStatusRequest
)
returns
(
ValidatorStatusResponse
)
{};
// validator
status
rpc
PushProof
(
PushProofRequest
)
returns
(
PushProofResponse
)
{};
// miner push proof
rpc
PushProof
(
PushProofRequest
)
returns
(
PushProofResponse
)
{};
// miner push proof
rpc
GetMinerProof
(
GetMinerProofRequest
)
returns
(
GetMinerProofResponse
)
{};
// proof of a miner per day
rpc
GetMinerProof
(
GetMinerProofRequest
)
returns
(
GetMinerProofResponse
)
{};
// proof of a miner per day
...
...
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