2018-07-17 18:39:04 +00:00
|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
2018-11-20 19:43:07 +00:00
|
|
|
// source: proto/beacon/p2p/v1/messages.proto
|
2018-07-17 18:39:04 +00:00
|
|
|
|
2018-10-06 15:30:15 +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"
|
|
|
|
|
|
|
|
// 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
|
2018-11-21 18:00:36 +00:00
|
|
|
Topic_BEACON_BLOCK_ANNOUNCE Topic = 1
|
2018-08-29 16:32:54 +00:00
|
|
|
Topic_BEACON_BLOCK_REQUEST Topic = 2
|
|
|
|
Topic_BEACON_BLOCK_REQUEST_BY_SLOT_NUMBER Topic = 3
|
|
|
|
Topic_BEACON_BLOCK_RESPONSE Topic = 4
|
2018-11-19 01:59:11 +00:00
|
|
|
Topic_CHAIN_HEAD_REQUEST Topic = 5
|
|
|
|
Topic_CHAIN_HEAD_RESPONSE Topic = 6
|
|
|
|
Topic_CRYSTALLIZED_STATE_HASH_ANNOUNCE Topic = 7
|
|
|
|
Topic_CRYSTALLIZED_STATE_REQUEST Topic = 8
|
|
|
|
Topic_CRYSTALLIZED_STATE_RESPONSE Topic = 9
|
|
|
|
Topic_ACTIVE_STATE_HASH_ANNOUNCE Topic = 10
|
|
|
|
Topic_ACTIVE_STATE_REQUEST Topic = 11
|
|
|
|
Topic_ACTIVE_STATE_RESPONSE Topic = 12
|
2018-08-29 16:32:54 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
var Topic_name = map[int32]string{
|
|
|
|
0: "UNKNOWN",
|
2018-11-21 18:00:36 +00:00
|
|
|
1: "BEACON_BLOCK_ANNOUNCE",
|
2018-08-29 16:32:54 +00:00
|
|
|
2: "BEACON_BLOCK_REQUEST",
|
|
|
|
3: "BEACON_BLOCK_REQUEST_BY_SLOT_NUMBER",
|
|
|
|
4: "BEACON_BLOCK_RESPONSE",
|
2018-11-19 01:59:11 +00:00
|
|
|
5: "CHAIN_HEAD_REQUEST",
|
|
|
|
6: "CHAIN_HEAD_RESPONSE",
|
|
|
|
7: "CRYSTALLIZED_STATE_HASH_ANNOUNCE",
|
|
|
|
8: "CRYSTALLIZED_STATE_REQUEST",
|
|
|
|
9: "CRYSTALLIZED_STATE_RESPONSE",
|
|
|
|
10: "ACTIVE_STATE_HASH_ANNOUNCE",
|
|
|
|
11: "ACTIVE_STATE_REQUEST",
|
|
|
|
12: "ACTIVE_STATE_RESPONSE",
|
2018-08-29 16:32:54 +00:00
|
|
|
}
|
|
|
|
var Topic_value = map[string]int32{
|
|
|
|
"UNKNOWN": 0,
|
2018-11-21 18:00:36 +00:00
|
|
|
"BEACON_BLOCK_ANNOUNCE": 1,
|
2018-08-29 16:32:54 +00:00
|
|
|
"BEACON_BLOCK_REQUEST": 2,
|
|
|
|
"BEACON_BLOCK_REQUEST_BY_SLOT_NUMBER": 3,
|
|
|
|
"BEACON_BLOCK_RESPONSE": 4,
|
2018-11-19 01:59:11 +00:00
|
|
|
"CHAIN_HEAD_REQUEST": 5,
|
|
|
|
"CHAIN_HEAD_RESPONSE": 6,
|
|
|
|
"CRYSTALLIZED_STATE_HASH_ANNOUNCE": 7,
|
|
|
|
"CRYSTALLIZED_STATE_REQUEST": 8,
|
|
|
|
"CRYSTALLIZED_STATE_RESPONSE": 9,
|
|
|
|
"ACTIVE_STATE_HASH_ANNOUNCE": 10,
|
|
|
|
"ACTIVE_STATE_REQUEST": 11,
|
|
|
|
"ACTIVE_STATE_RESPONSE": 12,
|
2018-08-29 16:32:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (x Topic) String() string {
|
|
|
|
return proto.EnumName(Topic_name, int32(x))
|
|
|
|
}
|
|
|
|
func (Topic) EnumDescriptor() ([]byte, []int) {
|
2018-11-21 18:00:36 +00:00
|
|
|
return fileDescriptor_messages_595dfd11dfebcb97, []int{0}
|
2018-08-29 16:32:54 +00:00
|
|
|
}
|
|
|
|
|
2018-11-21 18:00:36 +00:00
|
|
|
type BeaconBlockAnnounce struct {
|
2018-07-28 19:53:02 +00:00
|
|
|
Hash []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
|
2018-11-21 18:00:36 +00:00
|
|
|
SlotNumber uint64 `protobuf:"varint,2,opt,name=slot_number,json=slotNumber,proto3" json:"slot_number,omitempty"`
|
2018-07-28 19:53:02 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
2018-11-21 18:00:36 +00:00
|
|
|
func (m *BeaconBlockAnnounce) Reset() { *m = BeaconBlockAnnounce{} }
|
|
|
|
func (m *BeaconBlockAnnounce) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*BeaconBlockAnnounce) ProtoMessage() {}
|
|
|
|
func (*BeaconBlockAnnounce) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_messages_595dfd11dfebcb97, []int{0}
|
2018-07-28 19:53:02 +00:00
|
|
|
}
|
2018-11-21 18:00:36 +00:00
|
|
|
func (m *BeaconBlockAnnounce) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_BeaconBlockAnnounce.Unmarshal(m, b)
|
2018-07-28 19:53:02 +00:00
|
|
|
}
|
2018-11-21 18:00:36 +00:00
|
|
|
func (m *BeaconBlockAnnounce) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_BeaconBlockAnnounce.Marshal(b, m, deterministic)
|
2018-07-28 19:53:02 +00:00
|
|
|
}
|
2018-11-21 18:00:36 +00:00
|
|
|
func (dst *BeaconBlockAnnounce) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_BeaconBlockAnnounce.Merge(dst, src)
|
2018-07-28 19:53:02 +00:00
|
|
|
}
|
2018-11-21 18:00:36 +00:00
|
|
|
func (m *BeaconBlockAnnounce) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_BeaconBlockAnnounce.Size(m)
|
2018-07-28 19:53:02 +00:00
|
|
|
}
|
2018-11-21 18:00:36 +00:00
|
|
|
func (m *BeaconBlockAnnounce) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_BeaconBlockAnnounce.DiscardUnknown(m)
|
2018-07-28 19:53:02 +00:00
|
|
|
}
|
|
|
|
|
2018-11-21 18:00:36 +00:00
|
|
|
var xxx_messageInfo_BeaconBlockAnnounce proto.InternalMessageInfo
|
2018-07-28 19:53:02 +00:00
|
|
|
|
2018-11-21 18:00:36 +00:00
|
|
|
func (m *BeaconBlockAnnounce) GetHash() []byte {
|
2018-07-28 19:53:02 +00:00
|
|
|
if m != nil {
|
|
|
|
return m.Hash
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2018-11-21 18:00:36 +00:00
|
|
|
func (m *BeaconBlockAnnounce) GetSlotNumber() uint64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.SlotNumber
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2018-07-28 19:53:02 +00:00
|
|
|
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-11-21 18:00:36 +00:00
|
|
|
return fileDescriptor_messages_595dfd11dfebcb97, []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-10-06 15:30:15 +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-11-21 18:00:36 +00:00
|
|
|
return fileDescriptor_messages_595dfd11dfebcb97, []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-10-06 15:30:15 +00:00
|
|
|
Block *BeaconBlock `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
|
|
|
|
Attestation *AggregatedAttestation `protobuf:"bytes,2,opt,name=attestation,proto3" json:"attestation,omitempty"`
|
2018-09-15 14:51:17 +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-11-21 18:00:36 +00:00
|
|
|
return fileDescriptor_messages_595dfd11dfebcb97, []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
|
|
|
|
}
|
|
|
|
|
2018-09-15 14:51:17 +00:00
|
|
|
func (m *BeaconBlockResponse) GetAttestation() *AggregatedAttestation {
|
|
|
|
if m != nil {
|
|
|
|
return m.Attestation
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2018-11-19 01:59:11 +00:00
|
|
|
type ChainHeadRequest struct {
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *ChainHeadRequest) Reset() { *m = ChainHeadRequest{} }
|
|
|
|
func (m *ChainHeadRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*ChainHeadRequest) ProtoMessage() {}
|
|
|
|
func (*ChainHeadRequest) Descriptor() ([]byte, []int) {
|
2018-11-21 18:00:36 +00:00
|
|
|
return fileDescriptor_messages_595dfd11dfebcb97, []int{4}
|
2018-11-19 01:59:11 +00:00
|
|
|
}
|
|
|
|
func (m *ChainHeadRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_ChainHeadRequest.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *ChainHeadRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_ChainHeadRequest.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *ChainHeadRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_ChainHeadRequest.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *ChainHeadRequest) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_ChainHeadRequest.Size(m)
|
|
|
|
}
|
|
|
|
func (m *ChainHeadRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_ChainHeadRequest.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_ChainHeadRequest proto.InternalMessageInfo
|
|
|
|
|
|
|
|
type ChainHeadResponse struct {
|
|
|
|
Hash []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
|
|
|
|
Slot uint64 `protobuf:"varint,2,opt,name=slot,proto3" json:"slot,omitempty"`
|
|
|
|
Block *BeaconBlock `protobuf:"bytes,3,opt,name=block,proto3" json:"block,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *ChainHeadResponse) Reset() { *m = ChainHeadResponse{} }
|
|
|
|
func (m *ChainHeadResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*ChainHeadResponse) ProtoMessage() {}
|
|
|
|
func (*ChainHeadResponse) Descriptor() ([]byte, []int) {
|
2018-11-21 18:00:36 +00:00
|
|
|
return fileDescriptor_messages_595dfd11dfebcb97, []int{5}
|
2018-11-19 01:59:11 +00:00
|
|
|
}
|
|
|
|
func (m *ChainHeadResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_ChainHeadResponse.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *ChainHeadResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_ChainHeadResponse.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *ChainHeadResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_ChainHeadResponse.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *ChainHeadResponse) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_ChainHeadResponse.Size(m)
|
|
|
|
}
|
|
|
|
func (m *ChainHeadResponse) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_ChainHeadResponse.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_ChainHeadResponse proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *ChainHeadResponse) GetHash() []byte {
|
|
|
|
if m != nil {
|
|
|
|
return m.Hash
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *ChainHeadResponse) GetSlot() uint64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.Slot
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *ChainHeadResponse) GetBlock() *BeaconBlock {
|
|
|
|
if m != nil {
|
|
|
|
return m.Block
|
|
|
|
}
|
|
|
|
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-11-21 18:00:36 +00:00
|
|
|
return fileDescriptor_messages_595dfd11dfebcb97, []int{6}
|
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-11-21 18:00:36 +00:00
|
|
|
return fileDescriptor_messages_595dfd11dfebcb97, []int{7}
|
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-10-06 15:30:15 +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-11-21 18:00:36 +00:00
|
|
|
return fileDescriptor_messages_595dfd11dfebcb97, []int{8}
|
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
|
|
|
|
}
|
|
|
|
|
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-11-21 18:00:36 +00:00
|
|
|
return fileDescriptor_messages_595dfd11dfebcb97, []int{9}
|
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-11-21 18:00:36 +00:00
|
|
|
return fileDescriptor_messages_595dfd11dfebcb97, []int{10}
|
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
|
|
|
|
}
|
|
|
|
|
|
|
|
type ActiveStateResponse struct {
|
2018-10-06 15:30:15 +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-11-21 18:00:36 +00:00
|
|
|
return fileDescriptor_messages_595dfd11dfebcb97, []int{11}
|
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
|
|
|
|
}
|
|
|
|
|
2018-07-31 18:54:45 +00:00
|
|
|
func init() {
|
2018-11-21 18:00:36 +00:00
|
|
|
proto.RegisterType((*BeaconBlockAnnounce)(nil), "ethereum.beacon.p2p.v1.BeaconBlockAnnounce")
|
2018-07-31 18:54:45 +00:00
|
|
|
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-11-19 01:59:11 +00:00
|
|
|
proto.RegisterType((*ChainHeadRequest)(nil), "ethereum.beacon.p2p.v1.ChainHeadRequest")
|
|
|
|
proto.RegisterType((*ChainHeadResponse)(nil), "ethereum.beacon.p2p.v1.ChainHeadResponse")
|
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")
|
|
|
|
proto.RegisterType((*ActiveStateHashAnnounce)(nil), "ethereum.beacon.p2p.v1.ActiveStateHashAnnounce")
|
|
|
|
proto.RegisterType((*ActiveStateRequest)(nil), "ethereum.beacon.p2p.v1.ActiveStateRequest")
|
|
|
|
proto.RegisterType((*ActiveStateResponse)(nil), "ethereum.beacon.p2p.v1.ActiveStateResponse")
|
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-11-20 19:43:07 +00:00
|
|
|
func init() {
|
2018-11-21 18:00:36 +00:00
|
|
|
proto.RegisterFile("proto/beacon/p2p/v1/messages.proto", fileDescriptor_messages_595dfd11dfebcb97)
|
|
|
|
}
|
|
|
|
|
|
|
|
var fileDescriptor_messages_595dfd11dfebcb97 = []byte{
|
|
|
|
// 567 bytes of a gzipped FileDescriptorProto
|
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x54, 0x51, 0x6f, 0xd2, 0x50,
|
|
|
|
0x14, 0xb6, 0x1b, 0xdb, 0xf4, 0x74, 0x0f, 0xdd, 0x45, 0x37, 0x36, 0xe3, 0x20, 0x9d, 0x89, 0x68,
|
|
|
|
0xb2, 0x92, 0xb1, 0x27, 0x1f, 0x6f, 0xbb, 0x9a, 0xe2, 0xb0, 0xd5, 0xb6, 0xa8, 0x33, 0x31, 0xcd,
|
|
|
|
0xa5, 0xdc, 0x00, 0x11, 0xda, 0xca, 0xbd, 0x90, 0xe0, 0xbf, 0xf1, 0x6f, 0xfa, 0x64, 0xda, 0x95,
|
|
|
|
0xd1, 0x42, 0x21, 0xfa, 0x76, 0xfb, 0x7d, 0xe7, 0xfb, 0xce, 0xf9, 0xce, 0x49, 0x0a, 0x72, 0x34,
|
|
|
|
0x09, 0x79, 0xd8, 0xe8, 0x52, 0xe2, 0x87, 0x41, 0x23, 0x6a, 0x46, 0x8d, 0xd9, 0x55, 0x63, 0x4c,
|
|
|
|
0x19, 0x23, 0x7d, 0xca, 0x94, 0x84, 0x44, 0xc7, 0x94, 0x0f, 0xe8, 0x84, 0x4e, 0xc7, 0xca, 0x7d,
|
|
|
|
0x99, 0x12, 0x35, 0x23, 0x65, 0x76, 0x75, 0x56, 0x2d, 0xd2, 0xf2, 0x79, 0xb4, 0x10, 0xca, 0xef,
|
|
|
|
0xa1, 0xac, 0x26, 0xa4, 0x3a, 0x0a, 0xfd, 0x1f, 0x38, 0x08, 0xc2, 0x69, 0xe0, 0x53, 0x84, 0xa0,
|
|
|
|
0x34, 0x20, 0x6c, 0x50, 0x11, 0x6a, 0x42, 0xfd, 0xd0, 0x4e, 0xde, 0xa8, 0x0a, 0x22, 0x1b, 0x85,
|
|
|
|
0xdc, 0x0b, 0xa6, 0xe3, 0x2e, 0x9d, 0x54, 0x76, 0x6a, 0x42, 0xbd, 0x64, 0x43, 0x0c, 0x99, 0x09,
|
|
|
|
0x22, 0xd7, 0x01, 0x65, 0xbc, 0x6c, 0xfa, 0x73, 0x4a, 0x19, 0x2f, 0xb2, 0x92, 0x31, 0x9c, 0xaf,
|
|
|
|
0x57, 0xaa, 0x73, 0xe7, 0xc1, 0x6b, 0xb5, 0x99, 0xb0, 0xd6, 0xec, 0xb7, 0x90, 0x9b, 0xdc, 0xa6,
|
|
|
|
0x2c, 0x0a, 0x03, 0x46, 0xd1, 0x5b, 0xd8, 0xeb, 0xc6, 0x40, 0x22, 0x11, 0x9b, 0x17, 0x4a, 0xf1,
|
|
|
|
0x66, 0x94, 0xac, 0xf6, 0x5e, 0x81, 0x2c, 0x10, 0x09, 0xe7, 0x94, 0x71, 0xc2, 0x87, 0x61, 0x90,
|
|
|
|
0x04, 0x14, 0x9b, 0x97, 0x9b, 0x0c, 0x70, 0xbf, 0x3f, 0xa1, 0x7d, 0xc2, 0x69, 0x0f, 0x2f, 0x45,
|
|
|
|
0x76, 0xd6, 0x41, 0x46, 0x20, 0x69, 0x03, 0x32, 0x0c, 0x0c, 0x4a, 0x7a, 0x69, 0x48, 0x79, 0x06,
|
|
|
|
0x47, 0x19, 0x2c, 0x1d, 0xba, 0x68, 0xdd, 0x08, 0x4a, 0x71, 0xdc, 0x74, 0xcf, 0xc9, 0x7b, 0x19,
|
|
|
|
0x6e, 0xf7, 0x7f, 0xc3, 0xc9, 0xd7, 0xf0, 0x42, 0x9b, 0xcc, 0x19, 0x27, 0xa3, 0xd1, 0xf0, 0x17,
|
|
|
|
0xed, 0x39, 0x9c, 0x70, 0x6a, 0x10, 0x36, 0xd8, 0x76, 0x72, 0x59, 0x81, 0xca, 0x9a, 0x68, 0xdb,
|
|
|
|
0x5d, 0xa7, 0x70, 0x5a, 0x50, 0x9f, 0x86, 0xfc, 0x0a, 0xc8, 0xcf, 0x90, 0x5e, 0xbc, 0x25, 0x9a,
|
|
|
|
0x9e, 0xe9, 0xf5, 0xa6, 0x24, 0xeb, 0x76, 0x47, 0xfe, 0x2a, 0x24, 0x5f, 0xc2, 0x09, 0xf6, 0xf9,
|
|
|
|
0x70, 0x46, 0xff, 0x2d, 0x55, 0x1d, 0x50, 0xa6, 0x7c, 0x5b, 0x9e, 0xef, 0x50, 0xce, 0x55, 0xa6,
|
|
|
|
0x49, 0xde, 0xc1, 0x21, 0x49, 0xe0, 0x5c, 0x86, 0x8d, 0xd7, 0xc8, 0x5a, 0x88, 0x64, 0xf9, 0xf1,
|
|
|
|
0xe6, 0xcf, 0x0e, 0xec, 0xb9, 0x61, 0x34, 0xf4, 0x91, 0x08, 0x07, 0x1d, 0xf3, 0xd6, 0xb4, 0xbe,
|
|
|
|
0x98, 0xd2, 0x23, 0x74, 0x0a, 0xcf, 0x54, 0x1d, 0x6b, 0x96, 0xe9, 0xa9, 0x6d, 0x4b, 0xbb, 0xf5,
|
|
|
|
0xb0, 0x69, 0x5a, 0x1d, 0x53, 0xd3, 0x25, 0x01, 0x55, 0xe0, 0x69, 0x8e, 0xb2, 0xf5, 0x4f, 0x1d,
|
|
|
|
0xdd, 0x71, 0xa5, 0x1d, 0xf4, 0x0a, 0x2e, 0x8a, 0x18, 0x4f, 0xbd, 0xf3, 0x9c, 0xb6, 0xe5, 0x7a,
|
|
|
|
0x66, 0xe7, 0x83, 0xaa, 0xdb, 0xd2, 0xee, 0x9a, 0xbb, 0xad, 0x3b, 0x1f, 0x2d, 0xd3, 0xd1, 0xa5,
|
|
|
|
0x12, 0x3a, 0x06, 0xa4, 0x19, 0xb8, 0x65, 0x7a, 0x86, 0x8e, 0x6f, 0x1e, 0xbc, 0xf7, 0xd0, 0x09,
|
|
|
|
0x94, 0x73, 0x78, 0x2a, 0xd8, 0x47, 0x2f, 0xa1, 0xa6, 0xd9, 0x77, 0x8e, 0x8b, 0xdb, 0xed, 0xd6,
|
|
|
|
0x37, 0xfd, 0xc6, 0x73, 0x5c, 0xec, 0xea, 0x9e, 0x81, 0x1d, 0x63, 0x39, 0xf4, 0x01, 0x3a, 0x87,
|
|
|
|
0xb3, 0x82, 0xaa, 0x85, 0xfd, 0x63, 0x54, 0x85, 0xe7, 0x85, 0x7c, 0xda, 0xe6, 0x49, 0x6c, 0x80,
|
|
|
|
0x35, 0xb7, 0xf5, 0x59, 0x2f, 0x6c, 0x00, 0xf1, 0x56, 0x72, 0xfc, 0xc2, 0x5a, 0x8c, 0xc3, 0xae,
|
|
|
|
0x30, 0xa9, 0xe9, 0x61, 0x77, 0x3f, 0xf9, 0x01, 0x5e, 0xff, 0x0d, 0x00, 0x00, 0xff, 0xff, 0xf6,
|
|
|
|
0xde, 0x24, 0xa0, 0x5f, 0x05, 0x00, 0x00,
|
2018-07-17 18:39:04 +00:00
|
|
|
}
|