@ -143,29 +143,29 @@ func (m *ProtocolVersion) GetApp() uint64 {
return 0
}
type Default NodeInfo struct {
ProtocolVersion ProtocolVersion ` protobuf:"bytes,1,opt,name=protocol_version,json=protocolVersion,proto3" json:"protocol_version" `
DefaultNodeID string ` protobuf:"bytes,2,opt,name=default_node_id,json=defaultNodeId,proto3" json:"default_node_id,omitempty" `
ListenAddr string ` protobuf:"bytes,3,opt,name=listen_addr,json=listenAddr,proto3" json:"listen_addr,omitempty" `
Network string ` protobuf:"bytes,4,opt,name=network,proto3" json:"network,omitempty" `
Version string ` protobuf:"bytes,5,opt,name=version,proto3" json:"version,omitempty" `
Channels [ ] byte ` protobuf:"bytes,6,opt,name=channels,proto3" json:"channels,omitempty" `
Moniker string ` protobuf:"bytes,7,opt,name=moniker,proto3" json:"moniker,omitempty" `
Other Default NodeInfoOther ` protobuf:"bytes,8,opt,name=other,proto3" json:"other" `
type NodeInfo struct {
ProtocolVersion ProtocolVersion ` protobuf:"bytes,1,opt,name=protocol_version,json=protocolVersion,proto3" json:"protocol_version" `
DefaultNodeID string ` protobuf:"bytes,2,opt,name=default_node_id,json=defaultNodeId,proto3" json:"default_node_id,omitempty" `
ListenAddr string ` protobuf:"bytes,3,opt,name=listen_addr,json=listenAddr,proto3" json:"listen_addr,omitempty" `
Network string ` protobuf:"bytes,4,opt,name=network,proto3" json:"network,omitempty" `
Version string ` protobuf:"bytes,5,opt,name=version,proto3" json:"version,omitempty" `
Channels [ ] byte ` protobuf:"bytes,6,opt,name=channels,proto3" json:"channels,omitempty" `
Moniker string ` protobuf:"bytes,7,opt,name=moniker,proto3" json:"moniker,omitempty" `
Other NodeInfoOther ` protobuf:"bytes,8,opt,name=other,proto3" json:"other" `
}
func ( m * Default NodeInfo) Reset ( ) { * m = Default NodeInfo{ } }
func ( m * Default NodeInfo) String ( ) string { return proto . CompactTextString ( m ) }
func ( * Default NodeInfo) ProtoMessage ( ) { }
func ( * Default NodeInfo) Descriptor ( ) ( [ ] byte , [ ] int ) {
func ( m * NodeInfo ) Reset ( ) { * m = NodeInfo { } }
func ( m * NodeInfo ) String ( ) string { return proto . CompactTextString ( m ) }
func ( * NodeInfo ) ProtoMessage ( ) { }
func ( * NodeInfo ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return fileDescriptor_c8a29e659aeca578 , [ ] int { 2 }
}
func ( m * Default NodeInfo) XXX_Unmarshal ( b [ ] byte ) error {
func ( m * NodeInfo ) XXX_Unmarshal ( b [ ] byte ) error {
return m . Unmarshal ( b )
}
func ( m * Default NodeInfo) XXX_Marshal ( b [ ] byte , deterministic bool ) ( [ ] byte , error ) {
func ( m * NodeInfo ) XXX_Marshal ( b [ ] byte , deterministic bool ) ( [ ] byte , error ) {
if deterministic {
return xxx_messageInfo_Default NodeInfo . Marshal ( b , m , deterministic )
return xxx_messageInfo_NodeInfo . Marshal ( b , m , deterministic )
} else {
b = b [ : cap ( b ) ]
n , err := m . MarshalToSizedBuffer ( b )
@ -175,91 +175,91 @@ func (m *DefaultNodeInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, err
return b [ : n ] , nil
}
}
func ( m * Default NodeInfo) XXX_Merge ( src proto . Message ) {
xxx_messageInfo_Default NodeInfo . Merge ( m , src )
func ( m * NodeInfo ) XXX_Merge ( src proto . Message ) {
xxx_messageInfo_NodeInfo . Merge ( m , src )
}
func ( m * Default NodeInfo) XXX_Size ( ) int {
func ( m * NodeInfo ) XXX_Size ( ) int {
return m . Size ( )
}
func ( m * Default NodeInfo) XXX_DiscardUnknown ( ) {
xxx_messageInfo_Default NodeInfo . DiscardUnknown ( m )
func ( m * NodeInfo ) XXX_DiscardUnknown ( ) {
xxx_messageInfo_NodeInfo . DiscardUnknown ( m )
}
var xxx_messageInfo_Default NodeInfo proto . InternalMessageInfo
var xxx_messageInfo_NodeInfo proto . InternalMessageInfo
func ( m * Default NodeInfo) GetProtocolVersion ( ) ProtocolVersion {
func ( m * NodeInfo ) GetProtocolVersion ( ) ProtocolVersion {
if m != nil {
return m . ProtocolVersion
}
return ProtocolVersion { }
}
func ( m * Default NodeInfo) GetDefaultNodeID ( ) string {
func ( m * NodeInfo ) GetDefaultNodeID ( ) string {
if m != nil {
return m . DefaultNodeID
}
return ""
}
func ( m * Default NodeInfo) GetListenAddr ( ) string {
func ( m * NodeInfo ) GetListenAddr ( ) string {
if m != nil {
return m . ListenAddr
}
return ""
}
func ( m * Default NodeInfo) GetNetwork ( ) string {
func ( m * NodeInfo ) GetNetwork ( ) string {
if m != nil {
return m . Network
}
return ""
}
func ( m * Default NodeInfo) GetVersion ( ) string {
func ( m * NodeInfo ) GetVersion ( ) string {
if m != nil {
return m . Version
}
return ""
}
func ( m * Default NodeInfo) GetChannels ( ) [ ] byte {
func ( m * NodeInfo ) GetChannels ( ) [ ] byte {
if m != nil {
return m . Channels
}
return nil
}
func ( m * Default NodeInfo) GetMoniker ( ) string {
func ( m * NodeInfo ) GetMoniker ( ) string {
if m != nil {
return m . Moniker
}
return ""
}
func ( m * Default NodeInfo) GetOther ( ) Default NodeInfoOther {
func ( m * NodeInfo ) GetOther ( ) NodeInfoOther {
if m != nil {
return m . Other
}
return Default NodeInfoOther{ }
return NodeInfoOther { }
}
type Default NodeInfoOther struct {
type NodeInfoOther struct {
TxIndex string ` protobuf:"bytes,1,opt,name=tx_index,json=txIndex,proto3" json:"tx_index,omitempty" `
RPCAddress string ` protobuf:"bytes,2,opt,name=rpc_address,json=rpcAddress,proto3" json:"rpc_address,omitempty" `
}
func ( m * Default NodeInfoOther) Reset ( ) { * m = Default NodeInfoOther{ } }
func ( m * Default NodeInfoOther) String ( ) string { return proto . CompactTextString ( m ) }
func ( * Default NodeInfoOther) ProtoMessage ( ) { }
func ( * Default NodeInfoOther) Descriptor ( ) ( [ ] byte , [ ] int ) {
func ( m * NodeInfoOther ) Reset ( ) { * m = NodeInfoOther { } }
func ( m * NodeInfoOther ) String ( ) string { return proto . CompactTextString ( m ) }
func ( * NodeInfoOther ) ProtoMessage ( ) { }
func ( * NodeInfoOther ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return fileDescriptor_c8a29e659aeca578 , [ ] int { 3 }
}
func ( m * Default NodeInfoOther) XXX_Unmarshal ( b [ ] byte ) error {
func ( m * NodeInfoOther ) XXX_Unmarshal ( b [ ] byte ) error {
return m . Unmarshal ( b )
}
func ( m * Default NodeInfoOther) XXX_Marshal ( b [ ] byte , deterministic bool ) ( [ ] byte , error ) {
func ( m * NodeInfoOther ) XXX_Marshal ( b [ ] byte , deterministic bool ) ( [ ] byte , error ) {
if deterministic {
return xxx_messageInfo_Default NodeInfoOther . Marshal ( b , m , deterministic )
return xxx_messageInfo_NodeInfoOther . Marshal ( b , m , deterministic )
} else {
b = b [ : cap ( b ) ]
n , err := m . MarshalToSizedBuffer ( b )
@ -269,26 +269,26 @@ func (m *DefaultNodeInfoOther) XXX_Marshal(b []byte, deterministic bool) ([]byte
return b [ : n ] , nil
}
}
func ( m * Default NodeInfoOther) XXX_Merge ( src proto . Message ) {
xxx_messageInfo_Default NodeInfoOther . Merge ( m , src )
func ( m * NodeInfoOther ) XXX_Merge ( src proto . Message ) {
xxx_messageInfo_NodeInfoOther . Merge ( m , src )
}
func ( m * Default NodeInfoOther) XXX_Size ( ) int {
func ( m * NodeInfoOther ) XXX_Size ( ) int {
return m . Size ( )
}
func ( m * Default NodeInfoOther) XXX_DiscardUnknown ( ) {
xxx_messageInfo_Default NodeInfoOther . DiscardUnknown ( m )
func ( m * NodeInfoOther ) XXX_DiscardUnknown ( ) {
xxx_messageInfo_NodeInfoOther . DiscardUnknown ( m )
}
var xxx_messageInfo_Default NodeInfoOther proto . InternalMessageInfo
var xxx_messageInfo_NodeInfoOther proto . InternalMessageInfo
func ( m * Default NodeInfoOther) GetTxIndex ( ) string {
func ( m * NodeInfoOther ) GetTxIndex ( ) string {
if m != nil {
return m . TxIndex
}
return ""
}
func ( m * Default NodeInfoOther) GetRPCAddress ( ) string {
func ( m * NodeInfoOther ) GetRPCAddress ( ) string {
if m != nil {
return m . RPCAddress
}
@ -298,44 +298,44 @@ func (m *DefaultNodeInfoOther) GetRPCAddress() string {
func init ( ) {
proto . RegisterType ( ( * NetAddress ) ( nil ) , "tendermint.p2p.NetAddress" )
proto . RegisterType ( ( * ProtocolVersion ) ( nil ) , "tendermint.p2p.ProtocolVersion" )
proto . RegisterType ( ( * Default NodeInfo) ( nil ) , "tendermint.p2p.Default NodeInfo" )
proto . RegisterType ( ( * Default NodeInfoOther) ( nil ) , "tendermint.p2p.Default NodeInfoOther" )
proto . RegisterType ( ( * NodeInfo ) ( nil ) , "tendermint.p2p.NodeInfo" )
proto . RegisterType ( ( * NodeInfoOther ) ( nil ) , "tendermint.p2p.NodeInfoOther" )
}
func init ( ) { proto . RegisterFile ( "tendermint/p2p/types.proto" , fileDescriptor_c8a29e659aeca578 ) }
var fileDescriptor_c8a29e659aeca578 = [ ] byte {
// 479 bytes of a gzipped FileDescriptorProto
0x1f , 0x8b , 0x08 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x02 , 0xff , 0x6 c , 0x52 , 0x3d , 0x8f , 0xda , 0x40 ,
0x10 , 0xc5 , 0xc6 , 0x7c , 0xdc , 0x10 , 0x8e , 0xcb , 0x0 a , 0x45 , 0x3e , 0x0a , 0x1b , 0xa1 , 0x14 , 0x54 ,
0x20 , 0x39 , 0x4a , 0x91 , 0x2e , 0x21 , 0x34 , 0x34 , 0x77 , 0xd6 , 0x2a , 0x4a , 0x91 , 0xc6 , 0x02 , 0xef ,
0x1e , 0xac , 0x30 , 0xbb , 0xab , 0xf5 , 0x5e , 0x4 2 , 0xfe , 0x45 , 0x7e , 0xd6 , 0x95 , 0x57 , 0xa6 , 0xb2 ,
0x22 , 0x53 , 0xe6 , 0x4f , 0x44 , 0x5e , 0xfb , 0x12 , 0x1 f , 0x4a , 0x37 , 0x6f , 0xbe , 0xde , 0xcc , 0xd 3 ,
0x83 , 0x91 , 0xa6 , 0x9c , 0x50 , 0x75 , 0x60 , 0x5c , 0xcf , 0x65 , 0x20 , 0xe7 , 0xfa , 0xbb , 0xa4 , 0xe9 ,
0x4c , 0x2a , 0xa1 , 0x05 , 0xba , 0xfc , 0x57 , 0x9b , 0xc9 , 0x40 , 0x8e , 0x86 , 0x5b , 0xb1 , 0x1 5 , 0xa6 ,
0x34 , 0x2f , 0xa2 , 0xb2 , 0x6b , 0x12 , 0x02 , 0xdc , 0x5 0 , 0xfd , 0x8 1 , 0x10 , 0x45 , 0xd3 , 0x14 , 0xbd ,
0x02 , 0x9b , 0x11 , 0xd7 , 0x1a , 0x5b , 0xd3 , 0x8b , 0x45 , 0x3b , 0xcf , 0x7c , 0x7b , 0xb5 , 0xc4 , 0x36 ,
0x23 , 0x26 , 0x2f , 0x5d , 0xbb , 0x96 , 0x0f , 0xb1 , 0xcd , 0x24 , 0x42 , 0xe 0 , 0x48 , 0xa1 , 0xb4 , 0xdb ,
0x1c , 0x5b , 0xd3 , 0x3e , 0x36 , 0xf1 , 0xe4 , 0x13 , 0x0c , 0xc2 , 0x62 , 0x75 , 0x2c , 0x92 , 0xcf , 0x54 ,
0xa5 , 0x4c , 0x70 , 0x74 , 0x0d , 0x4d , 0x19 , 0x48 , 0xb 3 , 0xd7 , 0x59 , 0x74 , 0xf2 , 0xcc , 0x6f , 0x86 ,
0x41 , 0x88 , 0x8b , 0x1c , 0x1a , 0x42 , 0x6b , 0x93 , 0x88 , 0x78 , 0x6f , 0x96 , 0x3b , 0xb8 , 0x04 , 0xe 8 ,
0x0a , 0x9 a , 0x6b , 0x29 , 0xcd , 0x5a , 0x07 , 0x17 , 0xe1 , 0xe4 , 0xb7 , 0x0d , 0x83 , 0x25 , 0xbd , 0x5b ,
0xdf , 0x27 , 0xfa , 0x4 6 , 0x10 , 0xba , 0xe2 , 0x77 , 0x02 , 0x85 , 0x70 , 0x25 , 0x2b , 0xa6 , 0xe8 , 0x6b ,
0x49 , 0x65 , 0x38 , 0x7a , 0x81 , 0x3f , 0x7b , 0xfe , 0xfc , 0xe c , 0xec , 0xa2 , 0x85 , 0xf3 , 0x90 , 0xf9 ,
0x0d , 0x3c , 0x90 , 0x67 , 0x87 , 0xbe , 0x83 , 0x01 , 0x29 , 0x4 9 , 0x22 , 0x2e , 0x08 , 0x8 d , 0x18 , 0xa9 ,
0x9e , 0x7e , 0x99 , 0x67 , 0x7 e , 0xbf , 0xce , 0xb f , 0xc4 , 0x7d , 0x52 , 0x83 , 0x04 , 0xf9 , 0xd0 , 0x4b ,
0x58 , 0xaa , 0x29 , 0x8f , 0xd6 , 0x84 , 0x28 , 0x73 , 0xfa , 0x05 , 0x86 , 0x32 , 0x55 , 0xc8 , 0x8 b , 0x5c ,
0xe8 , 0x70 , 0xaa , 0xbf , 0x09 , 0xb5 , 0x77 , 0x1d , 0x53 , 0x7c , 0x82 , 0x45 , 0xe 5 , 0xe9 , 0xfc , 0x56 ,
0x59 , 0xa9 , 0x20 , 0x1a , 0x41 , 0x37 , 0xde , 0xad , 0x39 , 0xa7 , 0x49 , 0xea , 0xb6 , 0xc7 , 0xd6 , 0xf4 ,
0x0 5 , 0xfe , 0x8b , 0x8b , 0xa9 , 0x8 3 , 0xe0 , 0x6c , 0x4f , 0x95 , 0xdb , 0x29 , 0xa7 , 0x2a , 0x88 , 0xde ,
0x43 , 0x4b , 0xe8 , 0x1d , 0x55 , 0x6e , 0xd7 , 0x88 , 0xf1 , 0xfa , 0x5c , 0x8c , 0x33 , 0x1d , 0x6f , 0x8 b ,
0xde , 0x4a , 0x9 1 , 0x72 , 0x70 , 0xb2 , 0x81 , 0xe1 , 0xff , 0x9 a , 0xd0 , 0x35 , 0x74 , 0xf5 , 0x31 , 0x62 ,
0x9c , 0xd0 , 0x63 , 0xe9 , 0x12 , 0xd c , 0xd1 , 0xc7 , 0x55 , 0x01 , 0xd1 , 0x1c , 0x7a , 0x4a , 0xc 6 , 0xe 6 ,
0x79 , 0x9a , 0xa6 , 0x95 , 0x6c , 0x97 , 0x79 , 0xe6 , 0x03 , 0x0e , 0x3f , 0x56 , 0xfe , 0xc2 , 0xa0 , 0x6 4 ,
0x5c , 0xc5 , 0x8b , 0xdb , 0x8 7 , 0xdc , 0xb 3 , 0x1 e , 0x73 , 0xcf , 0xfa , 0x95 , 0x7b , 0xd6 , 0x8f , 0x93 ,
0xd7 , 0x78 , 0x3c , 0x79 , 0x8d , 0x9f , 0x2 7 , 0xa f , 0xf1 , 0xe5 , 0xe d , 0x96 , 0xe9 , 0xdd , 0xfd , 0x6 6 ,
0x16 , 0x8b , 0xc3 , 0xbc , 0x66 , 0xf0 , 0xba , 0xd 7 , 0x8d , 0x8d , 0x9f , 0x9b , 0x7f , 0xd3 , 0x36 , 0xd9 ,
0x37 , 0x7f , 0x02 , 0x00 , 0x00 , 0x ff , 0xff , 0x6c , 0xb3 , 0x68 , 0x97 , 0x15 , 0x03 , 0x00 , 0x00 ,
// 476 bytes of a gzipped FileDescriptorProto
0x1f , 0x8b , 0x08 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x02 , 0xff , 0x5 c , 0x52 , 0xc1 , 0x6e , 0xda , 0x40 ,
0x10 , 0xc5 , 0xc6 , 0x01 , 0x32 , 0x94 , 0x90 , 0xae , 0xa2 , 0xca , 0x41 , 0xaa , 0x8d , 0x38 , 0x7 1 , 0xc2 ,
0x9 2 , 0xab , 0x1e , 0x72 , 0x2c , 0xe5 , 0xc2 , 0x25 , 0xb1 , 0x56 , 0x55 , 0x0f , 0xed , 0xc1 , 0x02 , 0xef ,
0x06 , 0x56 , 0x98 , 0xdd , 0xd5 , 0x7a , 0xd3 , 0xd 2 , 0xb f , 0xe8 , 0x6 7 , 0xe5 , 0x98 , 0x63 , 0x2f , 0xb5 ,
0x2a , 0xf3 , 0x23 , 0x95 , 0xd7 , 0xa6 , 0x05 , 0x6e , 0xf3 , 0xe6 , 0xed , 0xbe , 0x99 , 0x79 , 0x7a , 0x30 ,
0xd0 , 0x94 , 0x13 , 0xaa , 0xb6 , 0x8c , 0xeb , 0x40 , 0x86 , 0x32 , 0xd0 , 0x3f , 0x24 , 0xcd , 0x26 , 0x52 ,
0x09 , 0x2d , 0xd0 , 0xd5 , 0x7f , 0x6e , 0x22 , 0x43 , 0x39 , 0xb8 , 0x59 , 0x89 , 0x9 5 , 0x30 , 0x54 , 0x50 ,
0x56 , 0xd5 , 0xab , 0x51 , 0x04 , 0x70 , 0x4f , 0xf5 , 0x07 , 0x42 , 0x14 , 0xcd , 0x32 , 0xf4 , 0x06 , 0x6c ,
0x46 , 0x5c , 0x6b , 0x68 , 0x8d , 0x2f , 0xa7 , 0xad , 0x22 , 0xf7 , 0xed , 0xf9 , 0x0c , 0xd b , 0x8 c , 0x98 ,
0xbe , 0x74 , 0xed , 0xa3 , 0x7e , 0x84 , 0x6d , 0x26 , 0x11 , 0x0 2 , 0x47 , 0x0a , 0xa5 , 0xdd , 0xe6 , 0xd0 ,
0x1a , 0xf7 , 0xb0 , 0xa9 , 0x47 , 0x9 f , 0xa0 , 0x1f , 0x95 , 0xd2 , 0x89 , 0x48 , 0x3f , 0x53 , 0x95 , 0x31 ,
0xc1 , 0xd1 , 0x2d , 0x34 , 0x65 , 0x28 , 0x8d , 0xae , 0x3 3 , 0x6 d , 0x17 , 0xb9 , 0xd f , 0x8c , 0xc2 , 0x0 8 ,
0x97 , 0x3d , 0x74 , 0x03 , 0x17 , 0xcb , 0x54 , 0x24 , 0x1b , 0x23 , 0xee , 0xe0 , 0x0a , 0xa0 , 0x6b , 0x6 8 ,
0x2e , 0xa4 , 0x34 , 0xb 2 , 0x0e , 0x2e , 0xcb , 0xd 1 , 0x6f , 0x1b , 0x3a , 0xf7 , 0x82 , 0xd0 , 0x39 , 0x7f ,
0x14 , 0x28 , 0x82 , 0x6b , 0x59 , 0x8f , 0x88 , 0xbf , 0x55 , 0x33 , 0x8c , 0x78 , 0x37 , 0xf4 , 0x27 , 0xa7 ,
0x57 , 0x4f , 0xce , 0x56 , 0x99 , 0x3a , 0xcf , 0xb9 , 0xd f , 0xc0 , 0x7d , 0x79 , 0xb6 , 0xe1 , 0x1d , 0xf4 ,
0x09 , 0x7d , 0x5c , 0x3c , 0xa5 , 0x3a , 0xe6 , 0x82 , 0xd0 , 0x98 , 0x91 , 0xfa , 0xda , 0xd7 , 0x45 , 0xee ,
0xf7 , 0x66 , 0x15 , 0x65 , 0xe6 , 0xcf , 0x70 , 0x8 f , 0x1 c , 0x41 , 0x82 , 0x7c , 0xe8 , 0xa6 , 0x2c , 0xd3 ,
0x94 , 0xc7 , 0x0b , 0x42 , 0x94 , 0xd9 , 0xf9 , 0x12 , 0x43 , 0xd5 , 0x2a , 0x7d , 0x45 , 0x2e , 0xb4 , 0x39 ,
0xd5 , 0xdf , 0x85 , 0xda , 0xb8 , 0x8e , 0x21 , 0x0f , 0xb0 , 0x64 , 0x0e , 0xeb , 0x5f , 0x54 , 0x4c , 0x0d ,
0xd1 , 0x00 , 0x3a , 0xc9 , 0x7a , 0xc1 , 0x39 , 0x4d , 0x33 , 0xb7 , 0x35 , 0xb4 , 0xc6 , 0xaf , 0xf0 , 0x3 f ,
0x5c , 0xfe , 0xda , 0x0a , 0xce , 0x36 , 0x54 , 0xb9 , 0xed , 0xea , 0x57 , 0x0d , 0xd1 , 0x1d , 0x5c , 0x08 ,
0xbd , 0xa6 , 0xca , 0xed , 0x18 , 0x33 , 0xde , 0x9e , 0x9b , 0x71 , 0x30 , 0xf0 , 0xa1 , 0x7c , 0x54 , 0x5 b ,
0x51 , 0xfd , 0x18 , 0x7d , 0x85 , 0xde , 0x09 , 0x8b , 0x6e , 0xa1 , 0xa3 , 0x77 , 0x31 , 0xe3 , 0x84 , 0xee ,
0xaa , 0x40 , 0xe0 , 0xb6 , 0xde , 0xcd , 0x4b , 0x88 , 0x02 , 0xe8 , 0x2a , 0x99 , 0x98 , 0x73 , 0x69 , 0x9 6 ,
0xd5 , 0x46 , 0x5d , 0x15 , 0xb9 , 0x0f , 0x38 , 0xfa , 0x58 , 0x47 , 0x09 , 0x83 , 0x92 , 0x49 , 0x5d , 0x4f ,
0x1f , 0x9e , 0x0b , 0xcf , 0x7a , 0x29 , 0x3c , 0xeb , 0x4f , 0xe1 , 0x59 , 0x3f , 0xf 7 , 0x5e , 0xe3 , 0x65 ,
0xef , 0x35 , 0x7e , 0xed , 0xbd , 0xc6 , 0x9 7 , 0xf7 , 0x2b , 0xa6 , 0xd7 , 0x4f , 0xcb , 0x49 , 0x22 , 0xb 6 ,
0xc 1 , 0x51 , 0x96 , 0x8f , 0x63 , 0x6d , 0x12 , 0x7b , 0x9a , 0xf3 , 0x65 , 0xcb , 0x74 , 0xdf , 0xfd , 0x0 d ,
0x00 , 0x00 , 0xff , 0xff , 0xa7 , 0xf b , 0xff , 0xd7 , 0x00 , 0x03 , 0x00 , 0x00 ,
}
func ( m * NetAddress ) Marshal ( ) ( dAtA [ ] byte , err error ) {
@ -418,7 +418,7 @@ func (m *ProtocolVersion) MarshalToSizedBuffer(dAtA []byte) (int, error) {
return len ( dAtA ) - i , nil
}
func ( m * Default NodeInfo) Marshal ( ) ( dAtA [ ] byte , err error ) {
func ( m * NodeInfo ) Marshal ( ) ( dAtA [ ] byte , err error ) {
size := m . Size ( )
dAtA = make ( [ ] byte , size )
n , err := m . MarshalToSizedBuffer ( dAtA [ : size ] )
@ -428,12 +428,12 @@ func (m *DefaultNodeInfo) Marshal() (dAtA []byte, err error) {
return dAtA [ : n ] , nil
}
func ( m * Default NodeInfo) MarshalTo ( dAtA [ ] byte ) ( int , error ) {
func ( m * NodeInfo ) MarshalTo ( dAtA [ ] byte ) ( int , error ) {
size := m . Size ( )
return m . MarshalToSizedBuffer ( dAtA [ : size ] )
}
func ( m * Default NodeInfo) MarshalToSizedBuffer ( dAtA [ ] byte ) ( int , error ) {
func ( m * NodeInfo ) MarshalToSizedBuffer ( dAtA [ ] byte ) ( int , error ) {
i := len ( dAtA )
_ = i
var l int
@ -503,7 +503,7 @@ func (m *DefaultNodeInfo) MarshalToSizedBuffer(dAtA []byte) (int, error) {
return len ( dAtA ) - i , nil
}
func ( m * Default NodeInfoOther) Marshal ( ) ( dAtA [ ] byte , err error ) {
func ( m * NodeInfoOther ) Marshal ( ) ( dAtA [ ] byte , err error ) {
size := m . Size ( )
dAtA = make ( [ ] byte , size )
n , err := m . MarshalToSizedBuffer ( dAtA [ : size ] )
@ -513,12 +513,12 @@ func (m *DefaultNodeInfoOther) Marshal() (dAtA []byte, err error) {
return dAtA [ : n ] , nil
}
func ( m * Default NodeInfoOther) MarshalTo ( dAtA [ ] byte ) ( int , error ) {
func ( m * NodeInfoOther ) MarshalTo ( dAtA [ ] byte ) ( int , error ) {
size := m . Size ( )
return m . MarshalToSizedBuffer ( dAtA [ : size ] )
}
func ( m * Default NodeInfoOther) MarshalToSizedBuffer ( dAtA [ ] byte ) ( int , error ) {
func ( m * NodeInfoOther ) MarshalToSizedBuffer ( dAtA [ ] byte ) ( int , error ) {
i := len ( dAtA )
_ = i
var l int
@ -589,7 +589,7 @@ func (m *ProtocolVersion) Size() (n int) {
return n
}
func ( m * Default NodeInfo) Size ( ) ( n int ) {
func ( m * NodeInfo ) Size ( ) ( n int ) {
if m == nil {
return 0
}
@ -626,7 +626,7 @@ func (m *DefaultNodeInfo) Size() (n int) {
return n
}
func ( m * Default NodeInfoOther) Size ( ) ( n int ) {
func ( m * NodeInfoOther ) Size ( ) ( n int ) {
if m == nil {
return 0
}
@ -895,7 +895,7 @@ func (m *ProtocolVersion) Unmarshal(dAtA []byte) error {
}
return nil
}
func ( m * Default NodeInfo) Unmarshal ( dAtA [ ] byte ) error {
func ( m * NodeInfo ) Unmarshal ( dAtA [ ] byte ) error {
l := len ( dAtA )
iNdEx := 0
for iNdEx < l {
@ -918,10 +918,10 @@ func (m *DefaultNodeInfo) Unmarshal(dAtA []byte) error {
fieldNum := int32 ( wire >> 3 )
wireType := int ( wire & 0x7 )
if wireType == 4 {
return fmt . Errorf ( "proto: Default NodeInfo: wiretype end group for non-group" )
return fmt . Errorf ( "proto: NodeInfo: wiretype end group for non-group" )
}
if fieldNum <= 0 {
return fmt . Errorf ( "proto: Default NodeInfo: illegal tag %d (wire type %d)" , fieldNum , wire )
return fmt . Errorf ( "proto: NodeInfo: illegal tag %d (wire type %d)" , fieldNum , wire )
}
switch fieldNum {
case 1 :
@ -1208,7 +1208,7 @@ func (m *DefaultNodeInfo) Unmarshal(dAtA []byte) error {
}
return nil
}
func ( m * Default NodeInfoOther) Unmarshal ( dAtA [ ] byte ) error {
func ( m * NodeInfoOther ) Unmarshal ( dAtA [ ] byte ) error {
l := len ( dAtA )
iNdEx := 0
for iNdEx < l {
@ -1231,10 +1231,10 @@ func (m *DefaultNodeInfoOther) Unmarshal(dAtA []byte) error {
fieldNum := int32 ( wire >> 3 )
wireType := int ( wire & 0x7 )
if wireType == 4 {
return fmt . Errorf ( "proto: Default NodeInfoOther: wiretype end group for non-group" )
return fmt . Errorf ( "proto: NodeInfoOther: wiretype end group for non-group" )
}
if fieldNum <= 0 {
return fmt . Errorf ( "proto: Default NodeInfoOther: illegal tag %d (wire type %d)" , fieldNum , wire )
return fmt . Errorf ( "proto: NodeInfoOther: illegal tag %d (wire type %d)" , fieldNum , wire )
}
switch fieldNum {
case 1 :