2018-07-17 18:39:04 +00:00
|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
2018-09-02 06:34:29 +00:00
|
|
|
// source: messages.proto
|
2018-07-17 18:39:04 +00:00
|
|
|
|
2018-09-02 06:34:29 +00:00
|
|
|
package ethereum_beacon_p2p_v1
|
2018-07-17 18:39:04 +00:00
|
|
|
|
|
|
|
import proto "github.com/golang/protobuf/proto"
|
|
|
|
import fmt "fmt"
|
|
|
|
import math "math"
|
2018-07-28 19:53:02 +00:00
|
|
|
import timestamp "github.com/golang/protobuf/ptypes/timestamp"
|
2018-07-17 18:39:04 +00:00
|
|
|
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
|
|
var _ = proto.Marshal
|
|
|
|
var _ = fmt.Errorf
|
|
|
|
var _ = math.Inf
|
|
|
|
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
|
|
// is compatible with the proto package it is being compiled against.
|
|
|
|
// A compilation error at this line likely means your copy of the
|
|
|
|
// proto package needs to be updated.
|
|
|
|
const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
|
|
|
|
|
2018-08-29 16:32:54 +00:00
|
|
|
type Topic int32
|
|
|
|
|
|
|
|
const (
|
|
|
|
Topic_UNKNOWN Topic = 0
|
|
|
|
Topic_BEACON_BLOCK_HASH_ANNOUNCE Topic = 1
|
|
|
|
Topic_BEACON_BLOCK_REQUEST Topic = 2
|
|
|
|
Topic_BEACON_BLOCK_REQUEST_BY_SLOT_NUMBER Topic = 3
|
|
|
|
Topic_BEACON_BLOCK_RESPONSE Topic = 4
|
|
|
|
Topic_CRYSTALLIZED_STATE_HASH_ANNOUNCE Topic = 5
|
|
|
|
Topic_CRYSTALLIZED_STATE_REQUEST Topic = 6
|
|
|
|
Topic_CRYSTALLIZED_STATE_RESPONSE Topic = 7
|
|
|
|
Topic_ACTIVE_STATE_HASH_ANNOUNCE Topic = 8
|
|
|
|
Topic_ACTIVE_STATE_REQUEST Topic = 9
|
|
|
|
Topic_ACTIVE_STATE_RESPONSE Topic = 10
|
|
|
|
)
|
|
|
|
|
|
|
|
var Topic_name = map[int32]string{
|
|
|
|
0: "UNKNOWN",
|
|
|
|
1: "BEACON_BLOCK_HASH_ANNOUNCE",
|
|
|
|
2: "BEACON_BLOCK_REQUEST",
|
|
|
|
3: "BEACON_BLOCK_REQUEST_BY_SLOT_NUMBER",
|
|
|
|
4: "BEACON_BLOCK_RESPONSE",
|
|
|
|
5: "CRYSTALLIZED_STATE_HASH_ANNOUNCE",
|
|
|
|
6: "CRYSTALLIZED_STATE_REQUEST",
|
|
|
|
7: "CRYSTALLIZED_STATE_RESPONSE",
|
|
|
|
8: "ACTIVE_STATE_HASH_ANNOUNCE",
|
|
|
|
9: "ACTIVE_STATE_REQUEST",
|
|
|
|
10: "ACTIVE_STATE_RESPONSE",
|
|
|
|
}
|
|
|
|
var Topic_value = map[string]int32{
|
|
|
|
"UNKNOWN": 0,
|
|
|
|
"BEACON_BLOCK_HASH_ANNOUNCE": 1,
|
|
|
|
"BEACON_BLOCK_REQUEST": 2,
|
|
|
|
"BEACON_BLOCK_REQUEST_BY_SLOT_NUMBER": 3,
|
|
|
|
"BEACON_BLOCK_RESPONSE": 4,
|
|
|
|
"CRYSTALLIZED_STATE_HASH_ANNOUNCE": 5,
|
|
|
|
"CRYSTALLIZED_STATE_REQUEST": 6,
|
|
|
|
"CRYSTALLIZED_STATE_RESPONSE": 7,
|
|
|
|
"ACTIVE_STATE_HASH_ANNOUNCE": 8,
|
|
|
|
"ACTIVE_STATE_REQUEST": 9,
|
|
|
|
"ACTIVE_STATE_RESPONSE": 10,
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x Topic) String() string {
|
|
|
|
return proto.EnumName(Topic_name, int32(x))
|
|
|
|
}
|
|
|
|
func (Topic) EnumDescriptor() ([]byte, []int) {
|
2018-09-14 00:36:57 +00:00
|
|
|
return fileDescriptor_messages_e19f4492e67c7db5, []int{0}
|
2018-08-29 16:32:54 +00:00
|
|
|
}
|
|
|
|
|
2018-07-28 19:53:02 +00:00
|
|
|
type BeaconBlockHashAnnounce struct {
|
|
|
|
Hash []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *BeaconBlockHashAnnounce) Reset() { *m = BeaconBlockHashAnnounce{} }
|
|
|
|
func (m *BeaconBlockHashAnnounce) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*BeaconBlockHashAnnounce) ProtoMessage() {}
|
|
|
|
func (*BeaconBlockHashAnnounce) Descriptor() ([]byte, []int) {
|
2018-09-14 00:36:57 +00:00
|
|
|
return fileDescriptor_messages_e19f4492e67c7db5, []int{0}
|
2018-07-28 19:53:02 +00:00
|
|
|
}
|
|
|
|
func (m *BeaconBlockHashAnnounce) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_BeaconBlockHashAnnounce.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *BeaconBlockHashAnnounce) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_BeaconBlockHashAnnounce.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *BeaconBlockHashAnnounce) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_BeaconBlockHashAnnounce.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *BeaconBlockHashAnnounce) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_BeaconBlockHashAnnounce.Size(m)
|
|
|
|
}
|
|
|
|
func (m *BeaconBlockHashAnnounce) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_BeaconBlockHashAnnounce.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_BeaconBlockHashAnnounce proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *BeaconBlockHashAnnounce) GetHash() []byte {
|
|
|
|
if m != nil {
|
|
|
|
return m.Hash
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
type BeaconBlockRequest struct {
|
|
|
|
Hash []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *BeaconBlockRequest) Reset() { *m = BeaconBlockRequest{} }
|
|
|
|
func (m *BeaconBlockRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*BeaconBlockRequest) ProtoMessage() {}
|
|
|
|
func (*BeaconBlockRequest) Descriptor() ([]byte, []int) {
|
2018-09-14 00:36:57 +00:00
|
|
|
return fileDescriptor_messages_e19f4492e67c7db5, []int{1}
|
2018-07-28 19:53:02 +00:00
|
|
|
}
|
|
|
|
func (m *BeaconBlockRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_BeaconBlockRequest.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *BeaconBlockRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_BeaconBlockRequest.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *BeaconBlockRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_BeaconBlockRequest.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *BeaconBlockRequest) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_BeaconBlockRequest.Size(m)
|
|
|
|
}
|
|
|
|
func (m *BeaconBlockRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_BeaconBlockRequest.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_BeaconBlockRequest proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *BeaconBlockRequest) GetHash() []byte {
|
|
|
|
if m != nil {
|
|
|
|
return m.Hash
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2018-08-07 12:12:10 +00:00
|
|
|
type BeaconBlockRequestBySlotNumber struct {
|
2018-09-02 06:34:29 +00:00
|
|
|
SlotNumber uint64 `protobuf:"varint,1,opt,name=slot_number,json=slotNumber,proto3" json:"slot_number,omitempty"`
|
2018-08-07 12:12:10 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *BeaconBlockRequestBySlotNumber) Reset() { *m = BeaconBlockRequestBySlotNumber{} }
|
|
|
|
func (m *BeaconBlockRequestBySlotNumber) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*BeaconBlockRequestBySlotNumber) ProtoMessage() {}
|
|
|
|
func (*BeaconBlockRequestBySlotNumber) Descriptor() ([]byte, []int) {
|
2018-09-14 00:36:57 +00:00
|
|
|
return fileDescriptor_messages_e19f4492e67c7db5, []int{2}
|
2018-08-07 12:12:10 +00:00
|
|
|
}
|
|
|
|
func (m *BeaconBlockRequestBySlotNumber) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_BeaconBlockRequestBySlotNumber.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *BeaconBlockRequestBySlotNumber) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_BeaconBlockRequestBySlotNumber.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *BeaconBlockRequestBySlotNumber) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_BeaconBlockRequestBySlotNumber.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *BeaconBlockRequestBySlotNumber) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_BeaconBlockRequestBySlotNumber.Size(m)
|
|
|
|
}
|
|
|
|
func (m *BeaconBlockRequestBySlotNumber) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_BeaconBlockRequestBySlotNumber.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_BeaconBlockRequestBySlotNumber proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *BeaconBlockRequestBySlotNumber) GetSlotNumber() uint64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.SlotNumber
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2018-07-28 19:53:02 +00:00
|
|
|
type BeaconBlockResponse struct {
|
2018-09-02 06:34:29 +00:00
|
|
|
Block *BeaconBlock `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
|
2018-08-05 23:23:31 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
2018-07-28 19:53:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (m *BeaconBlockResponse) Reset() { *m = BeaconBlockResponse{} }
|
|
|
|
func (m *BeaconBlockResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*BeaconBlockResponse) ProtoMessage() {}
|
|
|
|
func (*BeaconBlockResponse) Descriptor() ([]byte, []int) {
|
2018-09-14 00:36:57 +00:00
|
|
|
return fileDescriptor_messages_e19f4492e67c7db5, []int{3}
|
2018-07-28 19:53:02 +00:00
|
|
|
}
|
|
|
|
func (m *BeaconBlockResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_BeaconBlockResponse.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *BeaconBlockResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_BeaconBlockResponse.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *BeaconBlockResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_BeaconBlockResponse.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *BeaconBlockResponse) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_BeaconBlockResponse.Size(m)
|
|
|
|
}
|
|
|
|
func (m *BeaconBlockResponse) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_BeaconBlockResponse.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_BeaconBlockResponse proto.InternalMessageInfo
|
|
|
|
|
2018-08-05 23:23:31 +00:00
|
|
|
func (m *BeaconBlockResponse) GetBlock() *BeaconBlock {
|
|
|
|
if m != nil {
|
|
|
|
return m.Block
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
type BeaconBlock struct {
|
2018-08-14 00:58:37 +00:00
|
|
|
ParentHash []byte `protobuf:"bytes,1,opt,name=parent_hash,json=parentHash,proto3" json:"parent_hash,omitempty"`
|
2018-09-02 06:34:29 +00:00
|
|
|
SlotNumber uint64 `protobuf:"varint,2,opt,name=slot_number,json=slotNumber,proto3" json:"slot_number,omitempty"`
|
2018-08-14 00:58:37 +00:00
|
|
|
RandaoReveal []byte `protobuf:"bytes,3,opt,name=randao_reveal,json=randaoReveal,proto3" json:"randao_reveal,omitempty"`
|
|
|
|
PowChainRef []byte `protobuf:"bytes,4,opt,name=pow_chain_ref,json=powChainRef,proto3" json:"pow_chain_ref,omitempty"`
|
|
|
|
ActiveStateHash []byte `protobuf:"bytes,5,opt,name=active_state_hash,json=activeStateHash,proto3" json:"active_state_hash,omitempty"`
|
|
|
|
CrystallizedStateHash []byte `protobuf:"bytes,6,opt,name=crystallized_state_hash,json=crystallizedStateHash,proto3" json:"crystallized_state_hash,omitempty"`
|
2018-09-02 06:34:29 +00:00
|
|
|
Timestamp *timestamp.Timestamp `protobuf:"bytes,7,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
|
|
|
|
Attestations []*AttestationRecord `protobuf:"bytes,8,rep,name=attestations,proto3" json:"attestations,omitempty"`
|
2018-08-14 00:58:37 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
2018-08-05 23:23:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (m *BeaconBlock) Reset() { *m = BeaconBlock{} }
|
|
|
|
func (m *BeaconBlock) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*BeaconBlock) ProtoMessage() {}
|
|
|
|
func (*BeaconBlock) Descriptor() ([]byte, []int) {
|
2018-09-14 00:36:57 +00:00
|
|
|
return fileDescriptor_messages_e19f4492e67c7db5, []int{4}
|
2018-08-05 23:23:31 +00:00
|
|
|
}
|
|
|
|
func (m *BeaconBlock) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_BeaconBlock.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *BeaconBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_BeaconBlock.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *BeaconBlock) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_BeaconBlock.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *BeaconBlock) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_BeaconBlock.Size(m)
|
|
|
|
}
|
|
|
|
func (m *BeaconBlock) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_BeaconBlock.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_BeaconBlock proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *BeaconBlock) GetParentHash() []byte {
|
2018-07-28 19:53:02 +00:00
|
|
|
if m != nil {
|
|
|
|
return m.ParentHash
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2018-08-05 23:23:31 +00:00
|
|
|
func (m *BeaconBlock) GetSlotNumber() uint64 {
|
2018-07-28 19:53:02 +00:00
|
|
|
if m != nil {
|
|
|
|
return m.SlotNumber
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2018-08-05 23:23:31 +00:00
|
|
|
func (m *BeaconBlock) GetRandaoReveal() []byte {
|
2018-07-28 19:53:02 +00:00
|
|
|
if m != nil {
|
|
|
|
return m.RandaoReveal
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2018-08-14 00:58:37 +00:00
|
|
|
func (m *BeaconBlock) GetPowChainRef() []byte {
|
2018-07-28 19:53:02 +00:00
|
|
|
if m != nil {
|
2018-08-14 00:58:37 +00:00
|
|
|
return m.PowChainRef
|
2018-07-28 19:53:02 +00:00
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2018-08-05 23:23:31 +00:00
|
|
|
func (m *BeaconBlock) GetActiveStateHash() []byte {
|
2018-07-28 19:53:02 +00:00
|
|
|
if m != nil {
|
|
|
|
return m.ActiveStateHash
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2018-08-05 23:23:31 +00:00
|
|
|
func (m *BeaconBlock) GetCrystallizedStateHash() []byte {
|
2018-07-28 19:53:02 +00:00
|
|
|
if m != nil {
|
|
|
|
return m.CrystallizedStateHash
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2018-08-05 23:23:31 +00:00
|
|
|
func (m *BeaconBlock) GetTimestamp() *timestamp.Timestamp {
|
2018-07-28 19:53:02 +00:00
|
|
|
if m != nil {
|
|
|
|
return m.Timestamp
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2018-08-14 00:58:37 +00:00
|
|
|
func (m *BeaconBlock) GetAttestations() []*AttestationRecord {
|
|
|
|
if m != nil {
|
|
|
|
return m.Attestations
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2018-07-31 00:29:40 +00:00
|
|
|
type CrystallizedStateHashAnnounce struct {
|
|
|
|
Hash []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *CrystallizedStateHashAnnounce) Reset() { *m = CrystallizedStateHashAnnounce{} }
|
|
|
|
func (m *CrystallizedStateHashAnnounce) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*CrystallizedStateHashAnnounce) ProtoMessage() {}
|
|
|
|
func (*CrystallizedStateHashAnnounce) Descriptor() ([]byte, []int) {
|
2018-09-14 00:36:57 +00:00
|
|
|
return fileDescriptor_messages_e19f4492e67c7db5, []int{5}
|
2018-07-31 00:29:40 +00:00
|
|
|
}
|
|
|
|
func (m *CrystallizedStateHashAnnounce) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_CrystallizedStateHashAnnounce.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *CrystallizedStateHashAnnounce) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_CrystallizedStateHashAnnounce.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *CrystallizedStateHashAnnounce) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_CrystallizedStateHashAnnounce.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *CrystallizedStateHashAnnounce) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_CrystallizedStateHashAnnounce.Size(m)
|
|
|
|
}
|
|
|
|
func (m *CrystallizedStateHashAnnounce) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_CrystallizedStateHashAnnounce.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_CrystallizedStateHashAnnounce proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *CrystallizedStateHashAnnounce) GetHash() []byte {
|
|
|
|
if m != nil {
|
|
|
|
return m.Hash
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
type CrystallizedStateRequest struct {
|
|
|
|
Hash []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *CrystallizedStateRequest) Reset() { *m = CrystallizedStateRequest{} }
|
|
|
|
func (m *CrystallizedStateRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*CrystallizedStateRequest) ProtoMessage() {}
|
|
|
|
func (*CrystallizedStateRequest) Descriptor() ([]byte, []int) {
|
2018-09-14 00:36:57 +00:00
|
|
|
return fileDescriptor_messages_e19f4492e67c7db5, []int{6}
|
2018-07-31 00:29:40 +00:00
|
|
|
}
|
|
|
|
func (m *CrystallizedStateRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_CrystallizedStateRequest.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *CrystallizedStateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_CrystallizedStateRequest.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *CrystallizedStateRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_CrystallizedStateRequest.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *CrystallizedStateRequest) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_CrystallizedStateRequest.Size(m)
|
|
|
|
}
|
|
|
|
func (m *CrystallizedStateRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_CrystallizedStateRequest.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_CrystallizedStateRequest proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *CrystallizedStateRequest) GetHash() []byte {
|
|
|
|
if m != nil {
|
|
|
|
return m.Hash
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
type CrystallizedStateResponse struct {
|
2018-09-02 06:34:29 +00:00
|
|
|
CrystallizedState *CrystallizedState `protobuf:"bytes,1,opt,name=crystallized_state,json=crystallizedState,proto3" json:"crystallized_state,omitempty"`
|
2018-08-05 23:23:31 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *CrystallizedStateResponse) Reset() { *m = CrystallizedStateResponse{} }
|
|
|
|
func (m *CrystallizedStateResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*CrystallizedStateResponse) ProtoMessage() {}
|
|
|
|
func (*CrystallizedStateResponse) Descriptor() ([]byte, []int) {
|
2018-09-14 00:36:57 +00:00
|
|
|
return fileDescriptor_messages_e19f4492e67c7db5, []int{7}
|
2018-08-05 23:23:31 +00:00
|
|
|
}
|
|
|
|
func (m *CrystallizedStateResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_CrystallizedStateResponse.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *CrystallizedStateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_CrystallizedStateResponse.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *CrystallizedStateResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_CrystallizedStateResponse.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *CrystallizedStateResponse) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_CrystallizedStateResponse.Size(m)
|
|
|
|
}
|
|
|
|
func (m *CrystallizedStateResponse) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_CrystallizedStateResponse.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_CrystallizedStateResponse proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *CrystallizedStateResponse) GetCrystallizedState() *CrystallizedState {
|
|
|
|
if m != nil {
|
|
|
|
return m.CrystallizedState
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
type CrystallizedState struct {
|
2018-09-09 03:05:36 +00:00
|
|
|
LastStateRecalc uint64 `protobuf:"varint,1,opt,name=last_state_recalc,json=lastStateRecalc,proto3" json:"last_state_recalc,omitempty"`
|
|
|
|
JustifiedStreak uint64 `protobuf:"varint,2,opt,name=justified_streak,json=justifiedStreak,proto3" json:"justified_streak,omitempty"`
|
|
|
|
LastJustifiedSlot uint64 `protobuf:"varint,3,opt,name=last_justified_slot,json=lastJustifiedSlot,proto3" json:"last_justified_slot,omitempty"`
|
|
|
|
LastFinalizedSlot uint64 `protobuf:"varint,4,opt,name=last_finalized_slot,json=lastFinalizedSlot,proto3" json:"last_finalized_slot,omitempty"`
|
|
|
|
CurrentDynasty uint64 `protobuf:"varint,5,opt,name=current_dynasty,json=currentDynasty,proto3" json:"current_dynasty,omitempty"`
|
2018-09-14 00:36:57 +00:00
|
|
|
TotalDeposits uint64 `protobuf:"varint,6,opt,name=total_deposits,json=totalDeposits,proto3" json:"total_deposits,omitempty"`
|
|
|
|
DynastySeed []byte `protobuf:"bytes,7,opt,name=dynasty_seed,json=dynastySeed,proto3" json:"dynasty_seed,omitempty"`
|
|
|
|
DynastyStart uint64 `protobuf:"varint,8,opt,name=dynasty_start,json=dynastyStart,proto3" json:"dynasty_start,omitempty"`
|
|
|
|
CrosslinkRecords []*CrosslinkRecord `protobuf:"bytes,9,rep,name=crosslink_records,json=crosslinkRecords,proto3" json:"crosslink_records,omitempty"`
|
|
|
|
Validators []*ValidatorRecord `protobuf:"bytes,10,rep,name=validators,proto3" json:"validators,omitempty"`
|
|
|
|
ShardAndCommitteesForSlots []*ShardAndCommitteeArray `protobuf:"bytes,11,rep,name=shard_and_committees_for_slots,json=shardAndCommitteesForSlots,proto3" json:"shard_and_committees_for_slots,omitempty"`
|
2018-09-09 03:05:36 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
2018-07-31 00:29:40 +00:00
|
|
|
}
|
|
|
|
|
2018-08-05 23:23:31 +00:00
|
|
|
func (m *CrystallizedState) Reset() { *m = CrystallizedState{} }
|
|
|
|
func (m *CrystallizedState) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*CrystallizedState) ProtoMessage() {}
|
|
|
|
func (*CrystallizedState) Descriptor() ([]byte, []int) {
|
2018-09-14 00:36:57 +00:00
|
|
|
return fileDescriptor_messages_e19f4492e67c7db5, []int{8}
|
2018-07-31 00:29:40 +00:00
|
|
|
}
|
2018-08-05 23:23:31 +00:00
|
|
|
func (m *CrystallizedState) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_CrystallizedState.Unmarshal(m, b)
|
2018-07-31 00:29:40 +00:00
|
|
|
}
|
2018-08-05 23:23:31 +00:00
|
|
|
func (m *CrystallizedState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_CrystallizedState.Marshal(b, m, deterministic)
|
2018-07-31 00:29:40 +00:00
|
|
|
}
|
2018-08-05 23:23:31 +00:00
|
|
|
func (dst *CrystallizedState) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_CrystallizedState.Merge(dst, src)
|
2018-07-31 00:29:40 +00:00
|
|
|
}
|
2018-08-05 23:23:31 +00:00
|
|
|
func (m *CrystallizedState) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_CrystallizedState.Size(m)
|
2018-07-31 00:29:40 +00:00
|
|
|
}
|
2018-08-05 23:23:31 +00:00
|
|
|
func (m *CrystallizedState) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_CrystallizedState.DiscardUnknown(m)
|
2018-07-31 00:29:40 +00:00
|
|
|
}
|
|
|
|
|
2018-08-05 23:23:31 +00:00
|
|
|
var xxx_messageInfo_CrystallizedState proto.InternalMessageInfo
|
2018-07-31 00:29:40 +00:00
|
|
|
|
2018-08-14 00:58:37 +00:00
|
|
|
func (m *CrystallizedState) GetLastStateRecalc() uint64 {
|
2018-07-31 00:29:40 +00:00
|
|
|
if m != nil {
|
2018-08-14 00:58:37 +00:00
|
|
|
return m.LastStateRecalc
|
2018-07-31 00:29:40 +00:00
|
|
|
}
|
2018-08-14 00:58:37 +00:00
|
|
|
return 0
|
2018-07-31 00:29:40 +00:00
|
|
|
}
|
|
|
|
|
2018-08-14 00:58:37 +00:00
|
|
|
func (m *CrystallizedState) GetJustifiedStreak() uint64 {
|
2018-07-31 00:29:40 +00:00
|
|
|
if m != nil {
|
2018-08-14 00:58:37 +00:00
|
|
|
return m.JustifiedStreak
|
2018-07-31 00:29:40 +00:00
|
|
|
}
|
2018-08-14 00:58:37 +00:00
|
|
|
return 0
|
2018-07-31 00:29:40 +00:00
|
|
|
}
|
|
|
|
|
2018-08-14 00:58:37 +00:00
|
|
|
func (m *CrystallizedState) GetLastJustifiedSlot() uint64 {
|
2018-07-31 00:29:40 +00:00
|
|
|
if m != nil {
|
2018-08-14 00:58:37 +00:00
|
|
|
return m.LastJustifiedSlot
|
2018-07-31 00:29:40 +00:00
|
|
|
}
|
2018-08-14 00:58:37 +00:00
|
|
|
return 0
|
2018-07-31 00:29:40 +00:00
|
|
|
}
|
|
|
|
|
2018-08-14 00:58:37 +00:00
|
|
|
func (m *CrystallizedState) GetLastFinalizedSlot() uint64 {
|
2018-07-31 00:29:40 +00:00
|
|
|
if m != nil {
|
2018-08-14 00:58:37 +00:00
|
|
|
return m.LastFinalizedSlot
|
2018-07-31 00:29:40 +00:00
|
|
|
}
|
2018-08-14 00:58:37 +00:00
|
|
|
return 0
|
2018-07-31 00:29:40 +00:00
|
|
|
}
|
|
|
|
|
2018-08-14 00:58:37 +00:00
|
|
|
func (m *CrystallizedState) GetCurrentDynasty() uint64 {
|
2018-07-31 00:29:40 +00:00
|
|
|
if m != nil {
|
2018-08-14 00:58:37 +00:00
|
|
|
return m.CurrentDynasty
|
2018-07-31 00:29:40 +00:00
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2018-08-14 00:58:37 +00:00
|
|
|
func (m *CrystallizedState) GetTotalDeposits() uint64 {
|
2018-07-31 00:29:40 +00:00
|
|
|
if m != nil {
|
2018-08-14 00:58:37 +00:00
|
|
|
return m.TotalDeposits
|
2018-07-31 00:29:40 +00:00
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2018-08-14 00:58:37 +00:00
|
|
|
func (m *CrystallizedState) GetDynastySeed() []byte {
|
2018-07-31 00:29:40 +00:00
|
|
|
if m != nil {
|
2018-08-14 00:58:37 +00:00
|
|
|
return m.DynastySeed
|
2018-07-31 00:29:40 +00:00
|
|
|
}
|
2018-08-14 00:58:37 +00:00
|
|
|
return nil
|
2018-07-31 00:29:40 +00:00
|
|
|
}
|
|
|
|
|
2018-09-12 03:17:20 +00:00
|
|
|
func (m *CrystallizedState) GetDynastyStart() uint64 {
|
2018-07-31 00:29:40 +00:00
|
|
|
if m != nil {
|
2018-09-12 03:17:20 +00:00
|
|
|
return m.DynastyStart
|
2018-07-31 00:29:40 +00:00
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2018-08-14 00:58:37 +00:00
|
|
|
func (m *CrystallizedState) GetCrosslinkRecords() []*CrosslinkRecord {
|
2018-07-31 00:29:40 +00:00
|
|
|
if m != nil {
|
2018-08-14 00:58:37 +00:00
|
|
|
return m.CrosslinkRecords
|
2018-07-31 00:29:40 +00:00
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2018-08-14 00:58:37 +00:00
|
|
|
func (m *CrystallizedState) GetValidators() []*ValidatorRecord {
|
2018-07-31 00:29:40 +00:00
|
|
|
if m != nil {
|
2018-08-14 00:58:37 +00:00
|
|
|
return m.Validators
|
2018-07-31 00:29:40 +00:00
|
|
|
}
|
2018-08-14 00:58:37 +00:00
|
|
|
return nil
|
2018-07-31 00:29:40 +00:00
|
|
|
}
|
|
|
|
|
2018-09-09 03:05:36 +00:00
|
|
|
func (m *CrystallizedState) GetShardAndCommitteesForSlots() []*ShardAndCommitteeArray {
|
2018-07-31 00:29:40 +00:00
|
|
|
if m != nil {
|
2018-09-09 03:05:36 +00:00
|
|
|
return m.ShardAndCommitteesForSlots
|
2018-07-31 00:29:40 +00:00
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2018-08-14 00:58:37 +00:00
|
|
|
type ShardAndCommitteeArray struct {
|
2018-09-02 06:34:29 +00:00
|
|
|
ArrayShardAndCommittee []*ShardAndCommittee `protobuf:"bytes,1,rep,name=array_shard_and_committee,json=arrayShardAndCommittee,proto3" json:"array_shard_and_committee,omitempty"`
|
2018-08-14 00:58:37 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *ShardAndCommitteeArray) Reset() { *m = ShardAndCommitteeArray{} }
|
|
|
|
func (m *ShardAndCommitteeArray) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*ShardAndCommitteeArray) ProtoMessage() {}
|
|
|
|
func (*ShardAndCommitteeArray) Descriptor() ([]byte, []int) {
|
2018-09-14 00:36:57 +00:00
|
|
|
return fileDescriptor_messages_e19f4492e67c7db5, []int{9}
|
2018-08-14 00:58:37 +00:00
|
|
|
}
|
|
|
|
func (m *ShardAndCommitteeArray) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_ShardAndCommitteeArray.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *ShardAndCommitteeArray) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_ShardAndCommitteeArray.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *ShardAndCommitteeArray) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_ShardAndCommitteeArray.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *ShardAndCommitteeArray) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_ShardAndCommitteeArray.Size(m)
|
|
|
|
}
|
|
|
|
func (m *ShardAndCommitteeArray) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_ShardAndCommitteeArray.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_ShardAndCommitteeArray proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *ShardAndCommitteeArray) GetArrayShardAndCommittee() []*ShardAndCommittee {
|
2018-07-31 00:29:40 +00:00
|
|
|
if m != nil {
|
2018-08-14 00:58:37 +00:00
|
|
|
return m.ArrayShardAndCommittee
|
2018-07-31 00:29:40 +00:00
|
|
|
}
|
2018-08-14 00:58:37 +00:00
|
|
|
return nil
|
2018-07-31 00:29:40 +00:00
|
|
|
}
|
|
|
|
|
2018-07-31 01:13:25 +00:00
|
|
|
type ActiveStateHashAnnounce struct {
|
|
|
|
Hash []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *ActiveStateHashAnnounce) Reset() { *m = ActiveStateHashAnnounce{} }
|
|
|
|
func (m *ActiveStateHashAnnounce) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*ActiveStateHashAnnounce) ProtoMessage() {}
|
|
|
|
func (*ActiveStateHashAnnounce) Descriptor() ([]byte, []int) {
|
2018-09-14 00:36:57 +00:00
|
|
|
return fileDescriptor_messages_e19f4492e67c7db5, []int{10}
|
2018-07-31 01:13:25 +00:00
|
|
|
}
|
|
|
|
func (m *ActiveStateHashAnnounce) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_ActiveStateHashAnnounce.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *ActiveStateHashAnnounce) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_ActiveStateHashAnnounce.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *ActiveStateHashAnnounce) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_ActiveStateHashAnnounce.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *ActiveStateHashAnnounce) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_ActiveStateHashAnnounce.Size(m)
|
|
|
|
}
|
|
|
|
func (m *ActiveStateHashAnnounce) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_ActiveStateHashAnnounce.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_ActiveStateHashAnnounce proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *ActiveStateHashAnnounce) GetHash() []byte {
|
|
|
|
if m != nil {
|
|
|
|
return m.Hash
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
type ActiveStateRequest struct {
|
|
|
|
Hash []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *ActiveStateRequest) Reset() { *m = ActiveStateRequest{} }
|
|
|
|
func (m *ActiveStateRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*ActiveStateRequest) ProtoMessage() {}
|
|
|
|
func (*ActiveStateRequest) Descriptor() ([]byte, []int) {
|
2018-09-14 00:36:57 +00:00
|
|
|
return fileDescriptor_messages_e19f4492e67c7db5, []int{11}
|
2018-07-31 01:13:25 +00:00
|
|
|
}
|
|
|
|
func (m *ActiveStateRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_ActiveStateRequest.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *ActiveStateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_ActiveStateRequest.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *ActiveStateRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_ActiveStateRequest.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *ActiveStateRequest) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_ActiveStateRequest.Size(m)
|
|
|
|
}
|
|
|
|
func (m *ActiveStateRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_ActiveStateRequest.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_ActiveStateRequest proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *ActiveStateRequest) GetHash() []byte {
|
|
|
|
if m != nil {
|
|
|
|
return m.Hash
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2018-08-14 00:58:37 +00:00
|
|
|
type ShardAndCommittee struct {
|
2018-09-02 06:34:29 +00:00
|
|
|
ShardId uint64 `protobuf:"varint,1,opt,name=shard_id,json=shardId,proto3" json:"shard_id,omitempty"`
|
|
|
|
Committee []uint32 `protobuf:"varint,2,rep,packed,name=committee,proto3" json:"committee,omitempty"`
|
2018-08-14 00:58:37 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *ShardAndCommittee) Reset() { *m = ShardAndCommittee{} }
|
|
|
|
func (m *ShardAndCommittee) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*ShardAndCommittee) ProtoMessage() {}
|
|
|
|
func (*ShardAndCommittee) Descriptor() ([]byte, []int) {
|
2018-09-14 00:36:57 +00:00
|
|
|
return fileDescriptor_messages_e19f4492e67c7db5, []int{12}
|
2018-08-14 00:58:37 +00:00
|
|
|
}
|
|
|
|
func (m *ShardAndCommittee) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_ShardAndCommittee.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *ShardAndCommittee) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_ShardAndCommittee.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *ShardAndCommittee) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_ShardAndCommittee.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *ShardAndCommittee) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_ShardAndCommittee.Size(m)
|
|
|
|
}
|
|
|
|
func (m *ShardAndCommittee) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_ShardAndCommittee.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_ShardAndCommittee proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *ShardAndCommittee) GetShardId() uint64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.ShardId
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *ShardAndCommittee) GetCommittee() []uint32 {
|
|
|
|
if m != nil {
|
|
|
|
return m.Committee
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2018-07-31 01:13:25 +00:00
|
|
|
type ActiveStateResponse struct {
|
2018-09-02 06:34:29 +00:00
|
|
|
ActiveState *ActiveState `protobuf:"bytes,1,opt,name=active_state,json=activeState,proto3" json:"active_state,omitempty"`
|
2018-08-05 23:23:31 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
2018-07-31 01:13:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (m *ActiveStateResponse) Reset() { *m = ActiveStateResponse{} }
|
|
|
|
func (m *ActiveStateResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*ActiveStateResponse) ProtoMessage() {}
|
|
|
|
func (*ActiveStateResponse) Descriptor() ([]byte, []int) {
|
2018-09-14 00:36:57 +00:00
|
|
|
return fileDescriptor_messages_e19f4492e67c7db5, []int{13}
|
2018-07-31 01:13:25 +00:00
|
|
|
}
|
|
|
|
func (m *ActiveStateResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_ActiveStateResponse.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *ActiveStateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_ActiveStateResponse.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *ActiveStateResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_ActiveStateResponse.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *ActiveStateResponse) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_ActiveStateResponse.Size(m)
|
|
|
|
}
|
|
|
|
func (m *ActiveStateResponse) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_ActiveStateResponse.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_ActiveStateResponse proto.InternalMessageInfo
|
|
|
|
|
2018-08-05 23:23:31 +00:00
|
|
|
func (m *ActiveStateResponse) GetActiveState() *ActiveState {
|
|
|
|
if m != nil {
|
|
|
|
return m.ActiveState
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
type ActiveState struct {
|
2018-09-02 06:34:29 +00:00
|
|
|
PendingAttestations []*AttestationRecord `protobuf:"bytes,1,rep,name=pending_attestations,json=pendingAttestations,proto3" json:"pending_attestations,omitempty"`
|
2018-08-14 00:58:37 +00:00
|
|
|
RecentBlockHashes [][]byte `protobuf:"bytes,2,rep,name=recent_block_hashes,json=recentBlockHashes,proto3" json:"recent_block_hashes,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
2018-08-05 23:23:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (m *ActiveState) Reset() { *m = ActiveState{} }
|
|
|
|
func (m *ActiveState) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*ActiveState) ProtoMessage() {}
|
|
|
|
func (*ActiveState) Descriptor() ([]byte, []int) {
|
2018-09-14 00:36:57 +00:00
|
|
|
return fileDescriptor_messages_e19f4492e67c7db5, []int{14}
|
2018-08-05 23:23:31 +00:00
|
|
|
}
|
|
|
|
func (m *ActiveState) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_ActiveState.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *ActiveState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_ActiveState.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *ActiveState) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_ActiveState.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *ActiveState) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_ActiveState.Size(m)
|
|
|
|
}
|
|
|
|
func (m *ActiveState) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_ActiveState.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_ActiveState proto.InternalMessageInfo
|
|
|
|
|
2018-08-14 00:58:37 +00:00
|
|
|
func (m *ActiveState) GetPendingAttestations() []*AttestationRecord {
|
2018-07-31 01:13:25 +00:00
|
|
|
if m != nil {
|
2018-08-14 00:58:37 +00:00
|
|
|
return m.PendingAttestations
|
2018-07-31 01:13:25 +00:00
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2018-08-14 00:58:37 +00:00
|
|
|
func (m *ActiveState) GetRecentBlockHashes() [][]byte {
|
2018-07-28 19:53:02 +00:00
|
|
|
if m != nil {
|
2018-08-14 00:58:37 +00:00
|
|
|
return m.RecentBlockHashes
|
2018-07-28 19:53:02 +00:00
|
|
|
}
|
|
|
|
return nil
|
2018-07-17 18:39:04 +00:00
|
|
|
}
|
|
|
|
|
2018-07-31 00:29:40 +00:00
|
|
|
type ValidatorRecord struct {
|
2018-09-02 06:34:29 +00:00
|
|
|
PublicKey uint64 `protobuf:"varint,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
|
|
|
|
WithdrawalShard uint64 `protobuf:"varint,2,opt,name=withdrawal_shard,json=withdrawalShard,proto3" json:"withdrawal_shard,omitempty"`
|
2018-07-31 00:29:40 +00:00
|
|
|
WithdrawalAddress []byte `protobuf:"bytes,3,opt,name=withdrawal_address,json=withdrawalAddress,proto3" json:"withdrawal_address,omitempty"`
|
|
|
|
RandaoCommitment []byte `protobuf:"bytes,4,opt,name=randao_commitment,json=randaoCommitment,proto3" json:"randao_commitment,omitempty"`
|
2018-09-02 06:34:29 +00:00
|
|
|
Balance uint64 `protobuf:"varint,5,opt,name=balance,proto3" json:"balance,omitempty"`
|
|
|
|
StartDynasty uint64 `protobuf:"varint,6,opt,name=start_dynasty,json=startDynasty,proto3" json:"start_dynasty,omitempty"`
|
|
|
|
EndDynasty uint64 `protobuf:"varint,7,opt,name=end_dynasty,json=endDynasty,proto3" json:"end_dynasty,omitempty"`
|
2018-07-31 00:29:40 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *ValidatorRecord) Reset() { *m = ValidatorRecord{} }
|
|
|
|
func (m *ValidatorRecord) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*ValidatorRecord) ProtoMessage() {}
|
|
|
|
func (*ValidatorRecord) Descriptor() ([]byte, []int) {
|
2018-09-14 00:36:57 +00:00
|
|
|
return fileDescriptor_messages_e19f4492e67c7db5, []int{15}
|
2018-07-31 00:29:40 +00:00
|
|
|
}
|
|
|
|
func (m *ValidatorRecord) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_ValidatorRecord.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *ValidatorRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_ValidatorRecord.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *ValidatorRecord) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_ValidatorRecord.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *ValidatorRecord) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_ValidatorRecord.Size(m)
|
|
|
|
}
|
|
|
|
func (m *ValidatorRecord) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_ValidatorRecord.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_ValidatorRecord proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *ValidatorRecord) GetPublicKey() uint64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.PublicKey
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *ValidatorRecord) GetWithdrawalShard() uint64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.WithdrawalShard
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *ValidatorRecord) GetWithdrawalAddress() []byte {
|
|
|
|
if m != nil {
|
|
|
|
return m.WithdrawalAddress
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *ValidatorRecord) GetRandaoCommitment() []byte {
|
|
|
|
if m != nil {
|
|
|
|
return m.RandaoCommitment
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *ValidatorRecord) GetBalance() uint64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.Balance
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2018-08-14 00:58:37 +00:00
|
|
|
func (m *ValidatorRecord) GetStartDynasty() uint64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.StartDynasty
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *ValidatorRecord) GetEndDynasty() uint64 {
|
2018-07-31 00:29:40 +00:00
|
|
|
if m != nil {
|
2018-08-14 00:58:37 +00:00
|
|
|
return m.EndDynasty
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
type AttestationRecord struct {
|
2018-09-02 06:34:29 +00:00
|
|
|
Slot uint64 `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty"`
|
|
|
|
ShardId uint64 `protobuf:"varint,2,opt,name=shard_id,json=shardId,proto3" json:"shard_id,omitempty"`
|
|
|
|
JustifiedSlot uint64 `protobuf:"varint,3,opt,name=justified_slot,json=justifiedSlot,proto3" json:"justified_slot,omitempty"`
|
|
|
|
JustifiedBlockHash []byte `protobuf:"bytes,4,opt,name=justified_block_hash,json=justifiedBlockHash,proto3" json:"justified_block_hash,omitempty"`
|
|
|
|
ShardBlockHash []byte `protobuf:"bytes,5,opt,name=shard_block_hash,json=shardBlockHash,proto3" json:"shard_block_hash,omitempty"`
|
|
|
|
AttesterBitfield []byte `protobuf:"bytes,6,opt,name=attester_bitfield,json=attesterBitfield,proto3" json:"attester_bitfield,omitempty"`
|
|
|
|
ObliqueParentHashes [][]byte `protobuf:"bytes,7,rep,name=oblique_parent_hashes,json=obliqueParentHashes,proto3" json:"oblique_parent_hashes,omitempty"`
|
|
|
|
AggregateSig []uint64 `protobuf:"varint,8,rep,packed,name=aggregate_sig,json=aggregateSig,proto3" json:"aggregate_sig,omitempty"`
|
2018-08-14 00:58:37 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *AttestationRecord) Reset() { *m = AttestationRecord{} }
|
|
|
|
func (m *AttestationRecord) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*AttestationRecord) ProtoMessage() {}
|
|
|
|
func (*AttestationRecord) Descriptor() ([]byte, []int) {
|
2018-09-14 00:36:57 +00:00
|
|
|
return fileDescriptor_messages_e19f4492e67c7db5, []int{16}
|
2018-08-14 00:58:37 +00:00
|
|
|
}
|
|
|
|
func (m *AttestationRecord) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_AttestationRecord.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *AttestationRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_AttestationRecord.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *AttestationRecord) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_AttestationRecord.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *AttestationRecord) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_AttestationRecord.Size(m)
|
|
|
|
}
|
|
|
|
func (m *AttestationRecord) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_AttestationRecord.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_AttestationRecord proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *AttestationRecord) GetSlot() uint64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.Slot
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *AttestationRecord) GetShardId() uint64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.ShardId
|
2018-07-31 00:29:40 +00:00
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2018-09-02 06:34:29 +00:00
|
|
|
func (m *AttestationRecord) GetJustifiedSlot() uint64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.JustifiedSlot
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *AttestationRecord) GetJustifiedBlockHash() []byte {
|
|
|
|
if m != nil {
|
|
|
|
return m.JustifiedBlockHash
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2018-08-14 00:58:37 +00:00
|
|
|
func (m *AttestationRecord) GetShardBlockHash() []byte {
|
|
|
|
if m != nil {
|
|
|
|
return m.ShardBlockHash
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *AttestationRecord) GetAttesterBitfield() []byte {
|
|
|
|
if m != nil {
|
|
|
|
return m.AttesterBitfield
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *AttestationRecord) GetObliqueParentHashes() [][]byte {
|
|
|
|
if m != nil {
|
|
|
|
return m.ObliqueParentHashes
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *AttestationRecord) GetAggregateSig() []uint64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.AggregateSig
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
type CrosslinkRecord struct {
|
2018-09-02 06:34:29 +00:00
|
|
|
Dynasty uint64 `protobuf:"varint,1,opt,name=dynasty,proto3" json:"dynasty,omitempty"`
|
2018-08-14 00:58:37 +00:00
|
|
|
Blockhash []byte `protobuf:"bytes,2,opt,name=blockhash,proto3" json:"blockhash,omitempty"`
|
2018-09-08 15:20:06 +00:00
|
|
|
Slot uint64 `protobuf:"varint,3,opt,name=slot,proto3" json:"slot,omitempty"`
|
2018-08-14 00:58:37 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *CrosslinkRecord) Reset() { *m = CrosslinkRecord{} }
|
|
|
|
func (m *CrosslinkRecord) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*CrosslinkRecord) ProtoMessage() {}
|
|
|
|
func (*CrosslinkRecord) Descriptor() ([]byte, []int) {
|
2018-09-14 00:36:57 +00:00
|
|
|
return fileDescriptor_messages_e19f4492e67c7db5, []int{17}
|
2018-08-14 00:58:37 +00:00
|
|
|
}
|
|
|
|
func (m *CrosslinkRecord) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_CrosslinkRecord.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *CrosslinkRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_CrosslinkRecord.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *CrosslinkRecord) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_CrosslinkRecord.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *CrosslinkRecord) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_CrosslinkRecord.Size(m)
|
|
|
|
}
|
|
|
|
func (m *CrosslinkRecord) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_CrosslinkRecord.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_CrosslinkRecord proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *CrosslinkRecord) GetDynasty() uint64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.Dynasty
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *CrosslinkRecord) GetBlockhash() []byte {
|
|
|
|
if m != nil {
|
|
|
|
return m.Blockhash
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2018-09-08 15:20:06 +00:00
|
|
|
func (m *CrosslinkRecord) GetSlot() uint64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.Slot
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2018-09-09 01:52:18 +00:00
|
|
|
type AttestationHashes struct {
|
|
|
|
AttestationHash [][]byte `protobuf:"bytes,1,rep,name=attestation_hash,json=attestationHash,proto3" json:"attestation_hash,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *AttestationHashes) Reset() { *m = AttestationHashes{} }
|
|
|
|
func (m *AttestationHashes) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*AttestationHashes) ProtoMessage() {}
|
|
|
|
func (*AttestationHashes) Descriptor() ([]byte, []int) {
|
2018-09-14 00:36:57 +00:00
|
|
|
return fileDescriptor_messages_e19f4492e67c7db5, []int{18}
|
2018-09-09 01:52:18 +00:00
|
|
|
}
|
|
|
|
func (m *AttestationHashes) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_AttestationHashes.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *AttestationHashes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_AttestationHashes.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *AttestationHashes) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_AttestationHashes.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *AttestationHashes) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_AttestationHashes.Size(m)
|
|
|
|
}
|
|
|
|
func (m *AttestationHashes) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_AttestationHashes.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_AttestationHashes proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *AttestationHashes) GetAttestationHash() [][]byte {
|
|
|
|
if m != nil {
|
|
|
|
return m.AttestationHash
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2018-07-31 18:54:45 +00:00
|
|
|
func init() {
|
|
|
|
proto.RegisterType((*BeaconBlockHashAnnounce)(nil), "ethereum.beacon.p2p.v1.BeaconBlockHashAnnounce")
|
|
|
|
proto.RegisterType((*BeaconBlockRequest)(nil), "ethereum.beacon.p2p.v1.BeaconBlockRequest")
|
2018-08-07 12:12:10 +00:00
|
|
|
proto.RegisterType((*BeaconBlockRequestBySlotNumber)(nil), "ethereum.beacon.p2p.v1.BeaconBlockRequestBySlotNumber")
|
2018-07-31 18:54:45 +00:00
|
|
|
proto.RegisterType((*BeaconBlockResponse)(nil), "ethereum.beacon.p2p.v1.BeaconBlockResponse")
|
2018-08-05 23:23:31 +00:00
|
|
|
proto.RegisterType((*BeaconBlock)(nil), "ethereum.beacon.p2p.v1.BeaconBlock")
|
2018-07-31 18:54:45 +00:00
|
|
|
proto.RegisterType((*CrystallizedStateHashAnnounce)(nil), "ethereum.beacon.p2p.v1.CrystallizedStateHashAnnounce")
|
|
|
|
proto.RegisterType((*CrystallizedStateRequest)(nil), "ethereum.beacon.p2p.v1.CrystallizedStateRequest")
|
|
|
|
proto.RegisterType((*CrystallizedStateResponse)(nil), "ethereum.beacon.p2p.v1.CrystallizedStateResponse")
|
2018-08-05 23:23:31 +00:00
|
|
|
proto.RegisterType((*CrystallizedState)(nil), "ethereum.beacon.p2p.v1.CrystallizedState")
|
2018-08-14 00:58:37 +00:00
|
|
|
proto.RegisterType((*ShardAndCommitteeArray)(nil), "ethereum.beacon.p2p.v1.ShardAndCommitteeArray")
|
2018-07-31 18:54:45 +00:00
|
|
|
proto.RegisterType((*ActiveStateHashAnnounce)(nil), "ethereum.beacon.p2p.v1.ActiveStateHashAnnounce")
|
|
|
|
proto.RegisterType((*ActiveStateRequest)(nil), "ethereum.beacon.p2p.v1.ActiveStateRequest")
|
2018-08-14 00:58:37 +00:00
|
|
|
proto.RegisterType((*ShardAndCommittee)(nil), "ethereum.beacon.p2p.v1.ShardAndCommittee")
|
2018-07-31 18:54:45 +00:00
|
|
|
proto.RegisterType((*ActiveStateResponse)(nil), "ethereum.beacon.p2p.v1.ActiveStateResponse")
|
2018-08-05 23:23:31 +00:00
|
|
|
proto.RegisterType((*ActiveState)(nil), "ethereum.beacon.p2p.v1.ActiveState")
|
2018-07-31 18:54:45 +00:00
|
|
|
proto.RegisterType((*ValidatorRecord)(nil), "ethereum.beacon.p2p.v1.ValidatorRecord")
|
2018-08-14 00:58:37 +00:00
|
|
|
proto.RegisterType((*AttestationRecord)(nil), "ethereum.beacon.p2p.v1.AttestationRecord")
|
|
|
|
proto.RegisterType((*CrosslinkRecord)(nil), "ethereum.beacon.p2p.v1.CrosslinkRecord")
|
2018-09-09 01:52:18 +00:00
|
|
|
proto.RegisterType((*AttestationHashes)(nil), "ethereum.beacon.p2p.v1.AttestationHashes")
|
2018-08-29 16:32:54 +00:00
|
|
|
proto.RegisterEnum("ethereum.beacon.p2p.v1.Topic", Topic_name, Topic_value)
|
2018-08-14 00:58:37 +00:00
|
|
|
}
|
|
|
|
|
2018-09-14 00:36:57 +00:00
|
|
|
func init() { proto.RegisterFile("messages.proto", fileDescriptor_messages_e19f4492e67c7db5) }
|
|
|
|
|
|
|
|
var fileDescriptor_messages_e19f4492e67c7db5 = []byte{
|
|
|
|
// 1297 bytes of a gzipped FileDescriptorProto
|
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x56, 0x5f, 0x6f, 0xdb, 0x36,
|
|
|
|
0x10, 0x5f, 0x6c, 0xa7, 0x4e, 0xce, 0x4e, 0x62, 0x33, 0xfd, 0xa3, 0x64, 0x6b, 0x93, 0xa9, 0x2b,
|
|
|
|
0x9a, 0xb6, 0xa8, 0xbb, 0xa5, 0xc0, 0xb0, 0xbd, 0x0c, 0xb0, 0x5d, 0x77, 0xed, 0x9a, 0x3a, 0x99,
|
|
|
|
0xe4, 0x74, 0xeb, 0xb0, 0x42, 0xa0, 0x25, 0xda, 0x56, 0x23, 0x8b, 0x2e, 0x49, 0x27, 0xf0, 0x1e,
|
|
|
|
0xf6, 0xb6, 0xcf, 0xb0, 0x87, 0x7d, 0xa4, 0x01, 0xfb, 0x36, 0x7b, 0x1f, 0x48, 0x51, 0xff, 0x6c,
|
|
|
|
0x27, 0xc5, 0xde, 0xa4, 0xdf, 0xfd, 0xee, 0x78, 0xbc, 0xfb, 0xf1, 0x48, 0xd8, 0x1c, 0x13, 0xce,
|
|
|
|
0xf1, 0x90, 0xf0, 0xc6, 0x84, 0x51, 0x41, 0xd1, 0x4d, 0x22, 0x46, 0x84, 0x91, 0xe9, 0xb8, 0xd1,
|
|
|
|
0x27, 0xd8, 0xa5, 0x61, 0x63, 0x72, 0x38, 0x69, 0x9c, 0x7f, 0xb5, 0xbb, 0x37, 0xa4, 0x74, 0x18,
|
|
|
|
0x90, 0x27, 0x8a, 0xd5, 0x9f, 0x0e, 0x9e, 0x08, 0x7f, 0x4c, 0xb8, 0xc0, 0xe3, 0x49, 0xe4, 0x68,
|
|
|
|
0x3e, 0x86, 0x5b, 0x2d, 0xe5, 0xd1, 0x0a, 0xa8, 0x7b, 0xf6, 0x02, 0xf3, 0x51, 0x33, 0x0c, 0xe9,
|
|
|
|
0x34, 0x74, 0x09, 0x42, 0x50, 0x1a, 0x61, 0x3e, 0x32, 0x56, 0xf6, 0x57, 0x0e, 0xaa, 0x96, 0xfa,
|
|
|
|
0x36, 0x0f, 0x00, 0x65, 0xe8, 0x16, 0xf9, 0x30, 0x25, 0x5c, 0x2c, 0x65, 0x36, 0xe1, 0xce, 0x22,
|
|
|
|
0xb3, 0x35, 0xb3, 0x03, 0x2a, 0xba, 0xd3, 0x71, 0x9f, 0x30, 0xb4, 0x07, 0x15, 0x1e, 0x50, 0xe1,
|
|
|
|
0x84, 0xea, 0x57, 0x39, 0x97, 0x2c, 0xe0, 0x09, 0xc1, 0x3c, 0x81, 0xed, 0x5c, 0x08, 0x3e, 0xa1,
|
|
|
|
0x21, 0x27, 0xe8, 0x5b, 0x58, 0xed, 0x4b, 0x40, 0x79, 0x54, 0x0e, 0xef, 0x36, 0x96, 0xef, 0xbd,
|
|
|
|
0x91, 0xf5, 0x8d, 0x3c, 0xcc, 0x3f, 0x8a, 0x50, 0xc9, 0xc0, 0x32, 0x85, 0x09, 0x66, 0x24, 0x14,
|
|
|
|
0x4e, 0x26, 0x7f, 0x88, 0x20, 0x59, 0x8b, 0xf9, 0x1c, 0x0b, 0xf3, 0x39, 0xa2, 0xbb, 0xb0, 0xc1,
|
|
|
|
0x70, 0xe8, 0x61, 0xea, 0x30, 0x72, 0x4e, 0x70, 0x60, 0x14, 0x55, 0x8c, 0x6a, 0x04, 0x5a, 0x0a,
|
|
|
|
0x43, 0x26, 0x6c, 0x4c, 0xe8, 0x85, 0xe3, 0x8e, 0xb0, 0x1f, 0x3a, 0x8c, 0x0c, 0x8c, 0x92, 0x22,
|
|
|
|
0x55, 0x26, 0xf4, 0xa2, 0x2d, 0x31, 0x8b, 0x0c, 0xd0, 0x43, 0xa8, 0x63, 0x57, 0xf8, 0xe7, 0xc4,
|
|
|
|
0xe1, 0x02, 0x0b, 0x12, 0x25, 0xb4, 0xaa, 0x78, 0x5b, 0x91, 0xc1, 0x96, 0xb8, 0xca, 0xea, 0x6b,
|
|
|
|
0xb8, 0xe5, 0xb2, 0x19, 0x17, 0x38, 0x08, 0xfc, 0xdf, 0x88, 0x97, 0xf5, 0xb8, 0xa6, 0x3c, 0x6e,
|
|
|
|
0x64, 0xcd, 0xa9, 0xdf, 0x37, 0xb0, 0x9e, 0xf4, 0xdf, 0x28, 0xab, 0xea, 0xed, 0x36, 0x22, 0x85,
|
|
|
|
0x34, 0x62, 0x85, 0x34, 0x7a, 0x31, 0xc3, 0x4a, 0xc9, 0xe8, 0x35, 0x54, 0xb1, 0x10, 0xf2, 0x47,
|
|
|
|
0xf8, 0x34, 0xe4, 0xc6, 0xda, 0x7e, 0xf1, 0xa0, 0x72, 0xf8, 0xe0, 0xb2, 0xd2, 0x37, 0x53, 0xae,
|
|
|
|
0x45, 0x5c, 0xca, 0x3c, 0x2b, 0xe7, 0x6e, 0x3e, 0x85, 0xdb, 0xed, 0x65, 0x19, 0x5e, 0xa9, 0xbd,
|
|
|
|
0x06, 0x18, 0x0b, 0x4e, 0x57, 0x29, 0x70, 0x0a, 0x3b, 0x4b, 0xf8, 0x5a, 0x44, 0x3f, 0x03, 0x5a,
|
|
|
|
0x2c, 0xa1, 0x56, 0xd4, 0xa5, 0xdb, 0x5a, 0x0c, 0x57, 0x5f, 0x28, 0xb4, 0xf9, 0x6f, 0x09, 0xea,
|
|
|
|
0x0b, 0x44, 0xd9, 0xde, 0x00, 0x73, 0xa1, 0x5b, 0xc5, 0x88, 0x8b, 0x03, 0x57, 0x4b, 0x7e, 0x4b,
|
|
|
|
0x1a, 0x74, 0x76, 0x12, 0x46, 0x0f, 0xa0, 0xf6, 0x7e, 0xca, 0x85, 0x3f, 0xf0, 0x55, 0x62, 0x8c,
|
|
|
|
0xe0, 0x33, 0xad, 0xbc, 0xad, 0x04, 0xb7, 0x15, 0x8c, 0x1a, 0xb0, 0xad, 0xc2, 0x66, 0xf8, 0x01,
|
|
|
|
0x15, 0x4a, 0x84, 0x25, 0x4b, 0xad, 0xf8, 0x43, 0xe2, 0x11, 0x50, 0x91, 0xf0, 0x07, 0x7e, 0x88,
|
|
|
|
0xf5, 0xc6, 0x25, 0xbf, 0x94, 0xf2, 0x9f, 0xc7, 0x16, 0xc5, 0xbf, 0x0f, 0x5b, 0xee, 0x94, 0xa9,
|
|
|
|
0x13, 0xe2, 0xcd, 0x42, 0xcc, 0xc5, 0x4c, 0x69, 0xb2, 0x64, 0x6d, 0x6a, 0xf8, 0x59, 0x84, 0xa2,
|
|
|
|
0x7b, 0xb0, 0x29, 0xa8, 0xc0, 0x81, 0xe3, 0x91, 0x09, 0xe5, 0xbe, 0xe0, 0x4a, 0x89, 0x25, 0x6b,
|
|
|
|
0x43, 0xa1, 0xcf, 0x34, 0x88, 0x3e, 0x87, 0xaa, 0x8e, 0xe3, 0x70, 0x42, 0x3c, 0x25, 0xc2, 0xaa,
|
|
|
|
0x55, 0xd1, 0x98, 0x4d, 0x88, 0x27, 0x4f, 0x54, 0x42, 0x11, 0x98, 0x09, 0x63, 0x4d, 0x05, 0x8a,
|
|
|
|
0xfd, 0x6c, 0x89, 0xa1, 0x1e, 0xd4, 0x5d, 0x46, 0x39, 0x0f, 0xfc, 0xf0, 0x4c, 0x56, 0x93, 0x32,
|
|
|
|
0x8f, 0x1b, 0xeb, 0x4a, 0x94, 0xf7, 0x2f, 0xef, 0x9e, 0x76, 0xd0, 0x92, 0xac, 0xb9, 0x79, 0x80,
|
|
|
|
0xa3, 0xef, 0x01, 0xce, 0x71, 0xe0, 0x7b, 0x58, 0x50, 0xc6, 0x0d, 0xb8, 0x3a, 0xdc, 0x9b, 0x98,
|
|
|
|
0xa9, 0xc3, 0x65, 0x5c, 0x11, 0x83, 0x3b, 0x7c, 0x84, 0x99, 0xe7, 0xe0, 0xd0, 0x73, 0x5c, 0x3a,
|
|
|
|
0x1e, 0xfb, 0x42, 0x10, 0xc2, 0x9d, 0x01, 0x65, 0xaa, 0xe0, 0xdc, 0xa8, 0xa8, 0xe0, 0x8d, 0xcb,
|
|
|
|
0x82, 0xdb, 0xd2, 0xbb, 0x19, 0x7a, 0xed, 0xd8, 0xb7, 0xc9, 0x18, 0x9e, 0x59, 0xbb, 0x7c, 0x1e,
|
|
|
|
0xe7, 0xcf, 0x29, 0x93, 0x9d, 0xe2, 0xe6, 0xef, 0x70, 0x73, 0xb9, 0x17, 0xf2, 0x60, 0x07, 0xcb,
|
|
|
|
0x0f, 0x67, 0x49, 0x4e, 0xc6, 0xca, 0xd5, 0x27, 0x79, 0x21, 0xa4, 0x75, 0x53, 0xc5, 0x5a, 0xc0,
|
|
|
|
0xe5, 0x4d, 0xd2, 0xcc, 0xcf, 0xa9, 0x8f, 0xdd, 0x24, 0x19, 0xfa, 0x55, 0xe7, 0xf8, 0x08, 0xea,
|
|
|
|
0x0b, 0xab, 0xa1, 0x1d, 0x58, 0x8b, 0x76, 0xe3, 0x7b, 0xfa, 0x18, 0x95, 0xd5, 0xff, 0x4b, 0x0f,
|
|
|
|
0x7d, 0x06, 0xeb, 0xe9, 0xf6, 0x0a, 0xfb, 0xc5, 0x83, 0x0d, 0x2b, 0x05, 0xcc, 0x77, 0xb0, 0x9d,
|
|
|
|
0x5b, 0x57, 0xcf, 0x83, 0xe7, 0x50, 0xcd, 0x8e, 0xdf, 0x8f, 0xdd, 0x2d, 0xd9, 0x10, 0x95, 0xcc,
|
|
|
|
0x78, 0x36, 0xff, 0x5a, 0x81, 0x4a, 0xc6, 0x88, 0x7e, 0x85, 0xeb, 0x13, 0x12, 0x7a, 0x7e, 0x38,
|
|
|
|
0x74, 0x72, 0x03, 0x74, 0xe5, 0xff, 0x0e, 0xd0, 0x6d, 0x1d, 0x26, 0x63, 0xe1, 0xf2, 0x38, 0x33,
|
|
|
|
0xe2, 0xca, 0xd3, 0xa9, 0xee, 0x37, 0x75, 0x05, 0x10, 0xae, 0x36, 0x5d, 0xb5, 0xea, 0x91, 0x29,
|
|
|
|
0xb9, 0xd8, 0x09, 0x37, 0xff, 0x2c, 0xc0, 0xd6, 0x9c, 0x6e, 0xd1, 0x6d, 0x80, 0xc9, 0xb4, 0x1f,
|
|
|
|
0xf8, 0xae, 0x73, 0x46, 0x66, 0xba, 0x96, 0xeb, 0x11, 0xf2, 0x8a, 0xcc, 0xe4, 0x30, 0xba, 0xf0,
|
|
|
|
0xc5, 0xc8, 0x63, 0xf8, 0x02, 0x07, 0x91, 0x82, 0xe2, 0x61, 0x94, 0xe2, 0xaa, 0x3f, 0xe8, 0x31,
|
|
|
|
0xa0, 0x0c, 0x15, 0x7b, 0x1e, 0x23, 0x9c, 0xeb, 0x0b, 0xb1, 0x9e, 0x5a, 0x9a, 0x91, 0x01, 0x3d,
|
|
|
|
0x82, 0xba, 0xbe, 0x3a, 0xa3, 0xee, 0x8c, 0x49, 0x28, 0xf4, 0xcd, 0x58, 0x8b, 0x0c, 0xed, 0x04,
|
|
|
|
0x47, 0x06, 0x94, 0xfb, 0x38, 0xc0, 0xa1, 0x4b, 0xf4, 0x00, 0x8a, 0x7f, 0xe5, 0xbc, 0x50, 0x73,
|
|
|
|
0x22, 0x19, 0x50, 0xd1, 0xe0, 0xa9, 0x2a, 0x30, 0x1e, 0x4f, 0x7b, 0x50, 0x21, 0xa1, 0x97, 0x50,
|
|
|
|
0xca, 0xd1, 0x3d, 0x4e, 0x42, 0x4f, 0x13, 0xcc, 0xbf, 0x0b, 0x50, 0x5f, 0x28, 0xba, 0x94, 0xa3,
|
|
|
|
0x9a, 0x8f, 0x51, 0x55, 0xd4, 0x77, 0x4e, 0x79, 0x85, 0xbc, 0xf2, 0xee, 0xc1, 0xe6, 0xd2, 0x41,
|
|
|
|
0xbc, 0xf1, 0x3e, 0x37, 0x84, 0xbf, 0x84, 0xeb, 0x29, 0x2d, 0x6d, 0x9c, 0xde, 0x3b, 0x4a, 0x6c,
|
|
|
|
0x49, 0xe7, 0xd0, 0x01, 0xd4, 0xa2, 0x35, 0x33, 0xec, 0xe8, 0x6d, 0xb0, 0xa9, 0xf0, 0x94, 0xf9,
|
|
|
|
0x08, 0xea, 0x91, 0xce, 0x08, 0x73, 0xfa, 0xbe, 0x18, 0xf8, 0x24, 0xf0, 0xf4, 0xa3, 0xa0, 0x16,
|
|
|
|
0x1b, 0x5a, 0x1a, 0x47, 0x87, 0x70, 0x83, 0xf6, 0x03, 0xff, 0xc3, 0x94, 0x38, 0x99, 0x67, 0x10,
|
|
|
|
0xe1, 0x46, 0x59, 0x09, 0x68, 0x5b, 0x1b, 0x4f, 0x92, 0xf7, 0x10, 0xe1, 0xb2, 0xdc, 0x78, 0x38,
|
|
|
|
0x64, 0x64, 0x28, 0xef, 0x31, 0xee, 0x0f, 0xd5, 0x53, 0xa0, 0x64, 0x55, 0x13, 0xd0, 0xf6, 0x87,
|
|
|
|
0xe6, 0x3b, 0xd8, 0x9a, 0x9b, 0xb6, 0xb2, 0x81, 0x71, 0xf5, 0xf5, 0x79, 0xd5, 0xbf, 0xf2, 0xbc,
|
|
|
|
0xaa, 0x6d, 0xa9, 0x5d, 0x15, 0x54, 0xaa, 0x29, 0x90, 0xb4, 0xa0, 0x98, 0xb6, 0xc0, 0xfc, 0x2e,
|
|
|
|
0xd7, 0x2b, 0x9d, 0xd8, 0x03, 0xa8, 0x65, 0x4e, 0x58, 0xfc, 0xa0, 0x2b, 0xaa, 0xf7, 0x53, 0x9e,
|
|
|
|
0xfc, 0xf0, 0x9f, 0x02, 0xac, 0xf6, 0xe8, 0xc4, 0x77, 0x51, 0x05, 0xca, 0xa7, 0xdd, 0x57, 0xdd,
|
|
|
|
0xe3, 0x9f, 0xba, 0xb5, 0x4f, 0xd0, 0x1d, 0xd8, 0x6d, 0x75, 0x9a, 0xed, 0xe3, 0xae, 0xd3, 0x3a,
|
|
|
|
0x3a, 0x6e, 0xbf, 0x72, 0x5e, 0x34, 0xed, 0x17, 0x4e, 0xb3, 0xdb, 0x3d, 0x3e, 0xed, 0xb6, 0x3b,
|
|
|
|
0xb5, 0x15, 0x64, 0xc0, 0xf5, 0x9c, 0xdd, 0xea, 0xfc, 0x78, 0xda, 0xb1, 0x7b, 0xb5, 0x02, 0xba,
|
|
|
|
0x0f, 0x77, 0x97, 0x59, 0x9c, 0xd6, 0x5b, 0xc7, 0x3e, 0x3a, 0xee, 0x39, 0xdd, 0xd3, 0xd7, 0xad,
|
|
|
|
0x8e, 0x55, 0x2b, 0xa2, 0x1d, 0xb8, 0x31, 0x47, 0xb4, 0x4f, 0x8e, 0xbb, 0x76, 0xa7, 0x56, 0x42,
|
|
|
|
0x5f, 0xc0, 0x7e, 0xdb, 0x7a, 0x6b, 0xf7, 0x9a, 0x47, 0x47, 0x2f, 0x7f, 0xe9, 0x3c, 0x73, 0xec,
|
|
|
|
0x5e, 0xb3, 0xd7, 0x99, 0xcb, 0x61, 0x55, 0xe6, 0xb8, 0x84, 0x15, 0x67, 0x72, 0x0d, 0xed, 0xc1,
|
|
|
|
0xa7, 0x4b, 0xed, 0x7a, 0x99, 0xb2, 0x0c, 0xd0, 0x6c, 0xf7, 0x5e, 0xbe, 0xe9, 0x2c, 0x5d, 0x60,
|
|
|
|
0x4d, 0x6e, 0x32, 0x67, 0x8f, 0x43, 0xaf, 0xcb, 0xdc, 0xe7, 0x2c, 0x3a, 0x28, 0xf4, 0xaf, 0xa9,
|
|
|
|
0xd7, 0xe3, 0xd3, 0xff, 0x02, 0x00, 0x00, 0xff, 0xff, 0x5e, 0x87, 0x6c, 0x40, 0x97, 0x0c, 0x00,
|
|
|
|
0x00,
|
2018-07-17 18:39:04 +00:00
|
|
|
}
|