diff --git a/data/block/sovereignChainHeader.go b/data/block/sovereignChainHeader.go index 5526e4f3..75b773ca 100644 --- a/data/block/sovereignChainHeader.go +++ b/data/block/sovereignChainHeader.go @@ -632,7 +632,7 @@ func (sch *SovereignChainHeader) SetAccumulatedFeesInEpoch(value *big.Int) error return nil } -// GetEpochStartHandler returns epoch start header handler as for metachain, but without last finalized headers +// GetEpochStartHandler returns epoch start header handler as for metachain, but with last finalized headers from main chain, if found. func (sch *SovereignChainHeader) GetEpochStartHandler() data.EpochStartHandler { if sch == nil { return nil @@ -654,6 +654,15 @@ func (sch *SovereignChainHeader) GetEpochStartHandler() data.EpochStartHandler { return &sch.EpochStart } +// GetLastFinalizedCrossChainHeaderHandler returns the last finalized cross chain header data +func (sch *SovereignChainHeader) GetLastFinalizedCrossChainHeaderHandler() data.EpochStartChainDataHandler { + if sch == nil { + return nil + } + + return &sch.EpochStart.LastFinalizedCrossChainHeader +} + // GetShardInfoHandlers returns empty slice func (sch *SovereignChainHeader) GetShardInfoHandlers() []data.ShardDataHandler { if sch == nil { diff --git a/data/block/sovereignChainHeader.pb.go b/data/block/sovereignChainHeader.pb.go index fa19576b..e282df49 100644 --- a/data/block/sovereignChainHeader.pb.go +++ b/data/block/sovereignChainHeader.pb.go @@ -30,7 +30,8 @@ const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package // EpochStart holds the block information for end-of-epoch type EpochStartSovereign struct { - Economics Economics `protobuf:"bytes,1,opt,name=Economics,proto3" json:"economics"` + Economics Economics `protobuf:"bytes,1,opt,name=Economics,proto3" json:"economics"` + LastFinalizedCrossChainHeader EpochStartCrossChainData `protobuf:"bytes,2,opt,name=LastFinalizedCrossChainHeader,proto3" json:"lastFinalizedCrossChainHeader"` } func (m *EpochStartSovereign) Reset() { *m = EpochStartSovereign{} } @@ -68,6 +69,85 @@ func (m *EpochStartSovereign) GetEconomics() Economics { return Economics{} } +func (m *EpochStartSovereign) GetLastFinalizedCrossChainHeader() EpochStartCrossChainData { + if m != nil { + return m.LastFinalizedCrossChainHeader + } + return EpochStartCrossChainData{} +} + +// EpochStartShardData hold the last finalized headers hash and state root hash +type EpochStartCrossChainData struct { + ShardID uint32 `protobuf:"varint,1,opt,name=ShardID,proto3" json:"shardID"` + Epoch uint32 `protobuf:"varint,9,opt,name=Epoch,proto3" json:"epoch"` + Round uint64 `protobuf:"varint,7,opt,name=Round,proto3" json:"round"` + Nonce uint64 `protobuf:"varint,8,opt,name=Nonce,proto3" json:"nonce"` + HeaderHash []byte `protobuf:"bytes,2,opt,name=HeaderHash,proto3" json:"headerHash,omitempty"` +} + +func (m *EpochStartCrossChainData) Reset() { *m = EpochStartCrossChainData{} } +func (*EpochStartCrossChainData) ProtoMessage() {} +func (*EpochStartCrossChainData) Descriptor() ([]byte, []int) { + return fileDescriptor_b9b8ff297a820152, []int{1} +} +func (m *EpochStartCrossChainData) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *EpochStartCrossChainData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil +} +func (m *EpochStartCrossChainData) XXX_Merge(src proto.Message) { + xxx_messageInfo_EpochStartCrossChainData.Merge(m, src) +} +func (m *EpochStartCrossChainData) XXX_Size() int { + return m.Size() +} +func (m *EpochStartCrossChainData) XXX_DiscardUnknown() { + xxx_messageInfo_EpochStartCrossChainData.DiscardUnknown(m) +} + +var xxx_messageInfo_EpochStartCrossChainData proto.InternalMessageInfo + +func (m *EpochStartCrossChainData) GetShardID() uint32 { + if m != nil { + return m.ShardID + } + return 0 +} + +func (m *EpochStartCrossChainData) GetEpoch() uint32 { + if m != nil { + return m.Epoch + } + return 0 +} + +func (m *EpochStartCrossChainData) GetRound() uint64 { + if m != nil { + return m.Round + } + return 0 +} + +func (m *EpochStartCrossChainData) GetNonce() uint64 { + if m != nil { + return m.Nonce + } + return 0 +} + +func (m *EpochStartCrossChainData) GetHeaderHash() []byte { + if m != nil { + return m.HeaderHash + } + return nil +} + // SovereignChainHeader extends the Header structure with extra fields needed by sovereign chain type SovereignChainHeader struct { Header *Header `protobuf:"bytes,1,opt,name=Header,proto3" json:"header"` @@ -83,7 +163,7 @@ type SovereignChainHeader struct { func (m *SovereignChainHeader) Reset() { *m = SovereignChainHeader{} } func (*SovereignChainHeader) ProtoMessage() {} func (*SovereignChainHeader) Descriptor() ([]byte, []int) { - return fileDescriptor_b9b8ff297a820152, []int{1} + return fileDescriptor_b9b8ff297a820152, []int{2} } func (m *SovereignChainHeader) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -174,7 +254,7 @@ type OutGoingMiniBlockHeader struct { func (m *OutGoingMiniBlockHeader) Reset() { *m = OutGoingMiniBlockHeader{} } func (*OutGoingMiniBlockHeader) ProtoMessage() {} func (*OutGoingMiniBlockHeader) Descriptor() ([]byte, []int) { - return fileDescriptor_b9b8ff297a820152, []int{2} + return fileDescriptor_b9b8ff297a820152, []int{3} } func (m *OutGoingMiniBlockHeader) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -229,6 +309,7 @@ func (m *OutGoingMiniBlockHeader) GetLeaderSignatureOutGoingOperations() []byte func init() { proto.RegisterType((*EpochStartSovereign)(nil), "proto.EpochStartSovereign") + proto.RegisterType((*EpochStartCrossChainData)(nil), "proto.EpochStartCrossChainData") proto.RegisterType((*SovereignChainHeader)(nil), "proto.SovereignChainHeader") proto.RegisterType((*OutGoingMiniBlockHeader)(nil), "proto.OutGoingMiniBlockHeader") } @@ -236,50 +317,59 @@ func init() { func init() { proto.RegisterFile("sovereignChainHeader.proto", fileDescriptor_b9b8ff297a820152) } var fileDescriptor_b9b8ff297a820152 = []byte{ - // 683 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x54, 0x4f, 0x6f, 0xd3, 0x4a, - 0x10, 0xcf, 0xbe, 0xb4, 0x79, 0xed, 0xb6, 0xaf, 0x0f, 0x96, 0x2a, 0x98, 0xa8, 0x5a, 0x87, 0xf2, - 0x2f, 0x12, 0x24, 0x16, 0xf4, 0xc8, 0x01, 0xd5, 0x6d, 0xa0, 0x91, 0x40, 0x91, 0x1c, 0x09, 0x55, - 0x88, 0xcb, 0xc6, 0xde, 0xda, 0x2b, 0x62, 0x6f, 0x64, 0xaf, 0xa3, 0x82, 0x84, 0xc4, 0x95, 0x03, - 0x12, 0x5f, 0x02, 0x09, 0xf5, 0x93, 0xf4, 0xd8, 0x63, 0x4e, 0x86, 0xba, 0x17, 0xe4, 0x53, 0x3f, - 0x02, 0xca, 0xc6, 0x6d, 0xdc, 0x36, 0xa6, 0xbd, 0x70, 0xf2, 0xee, 0xcc, 0x6f, 0x7e, 0xbf, 0x99, - 0x9d, 0x19, 0xc3, 0x4a, 0xc0, 0x07, 0xd4, 0xa7, 0xcc, 0xf6, 0x36, 0x1c, 0xc2, 0xbc, 0x2d, 0x4a, - 0x2c, 0xea, 0x37, 0xfa, 0x3e, 0x17, 0x1c, 0xcd, 0xca, 0x4f, 0xa5, 0x6e, 0x33, 0xe1, 0x84, 0xdd, - 0x86, 0xc9, 0x5d, 0xcd, 0xe6, 0x36, 0xd7, 0xa4, 0xb9, 0x1b, 0xee, 0xc8, 0x9b, 0xbc, 0xc8, 0xd3, - 0x38, 0xaa, 0xb2, 0xd0, 0xed, 0x71, 0xf3, 0x5d, 0x7a, 0xf9, 0xdf, 0xa5, 0x82, 0xe8, 0x13, 0xc3, - 0xea, 0x36, 0xbc, 0xd1, 0xec, 0x73, 0xd3, 0xe9, 0x08, 0xe2, 0x8b, 0xce, 0x89, 0x36, 0x5a, 0x87, - 0xf3, 0x4d, 0x93, 0x7b, 0xdc, 0x65, 0x66, 0xa0, 0x80, 0x2a, 0xa8, 0x2d, 0x3c, 0xb9, 0x36, 0x8e, - 0x68, 0x9c, 0xda, 0xf5, 0xeb, 0xfb, 0x91, 0x5a, 0x48, 0x22, 0x75, 0x9e, 0x9e, 0x98, 0x8c, 0x49, - 0xd4, 0xea, 0xb0, 0x04, 0x97, 0x3b, 0x53, 0x8a, 0x41, 0x8f, 0x61, 0x69, 0x7c, 0x4a, 0x89, 0xff, - 0x4b, 0x89, 0xc7, 0x46, 0x1d, 0x26, 0x91, 0x5a, 0x72, 0xe4, 0xd9, 0x48, 0x81, 0xc8, 0x80, 0xe5, - 0xd7, 0xa4, 0xc7, 0x2c, 0x22, 0xb8, 0xdf, 0x11, 0x44, 0x04, 0x06, 0xe7, 0x62, 0x8b, 0x04, 0x8e, - 0xf2, 0x4f, 0x15, 0xd4, 0x16, 0xf5, 0x4a, 0x12, 0xa9, 0xe5, 0xc1, 0x54, 0x84, 0x91, 0x13, 0x89, - 0x28, 0xbc, 0xd5, 0xdc, 0x15, 0xd4, 0xb3, 0xa8, 0xd5, 0x71, 0x88, 0x6f, 0x8d, 0xa5, 0x46, 0x2e, - 0x1a, 0x28, 0xc5, 0x6a, 0xb1, 0xb6, 0xa8, 0x3f, 0x48, 0x22, 0xf5, 0x0e, 0xcd, 0x03, 0x3d, 0xe2, - 0x2e, 0x13, 0xd4, 0xed, 0x8b, 0xf7, 0x46, 0x3e, 0x13, 0xfa, 0x00, 0x6f, 0xb6, 0x43, 0xf1, 0x82, - 0x33, 0xcf, 0x7e, 0xc5, 0x3c, 0x26, 0xdf, 0x3e, 0x2d, 0x7f, 0x46, 0x96, 0x8f, 0xd3, 0xf2, 0x73, - 0x50, 0x7a, 0x35, 0x89, 0xd4, 0x15, 0x9e, 0x3a, 0xdb, 0x7d, 0xea, 0x13, 0xc1, 0xb8, 0x97, 0x55, - 0xcf, 0x13, 0x40, 0x9b, 0x70, 0xa9, 0x15, 0xc8, 0xce, 0xb6, 0x77, 0x64, 0x97, 0x95, 0xd9, 0x2a, - 0xa8, 0xcd, 0xe9, 0x2b, 0x49, 0xa4, 0x2a, 0xec, 0x8c, 0x27, 0x43, 0x77, 0x2e, 0x06, 0x7d, 0x03, - 0xb0, 0xbc, 0x6e, 0x9a, 0xa1, 0x1b, 0xf6, 0x88, 0xa0, 0xd6, 0x73, 0x4a, 0x83, 0x96, 0x37, 0xa6, - 0x2b, 0xc9, 0xd7, 0x77, 0x93, 0x48, 0xad, 0x92, 0xa9, 0x88, 0x09, 0xed, 0xde, 0x0f, 0xb5, 0xe9, - 0x12, 0xe1, 0x68, 0x5d, 0x66, 0x37, 0x5a, 0x9e, 0x78, 0x9a, 0x99, 0x62, 0x37, 0xec, 0x09, 0x36, - 0xa0, 0x7e, 0xb0, 0xab, 0xb9, 0xbb, 0x75, 0x73, 0x34, 0x2b, 0x75, 0x93, 0xfb, 0xb4, 0x6e, 0x73, - 0xcd, 0x22, 0x82, 0x34, 0x74, 0x66, 0xb7, 0x3c, 0xb1, 0x41, 0x02, 0x41, 0x7d, 0x23, 0x27, 0x19, - 0xf4, 0x05, 0xc0, 0xa5, 0x4d, 0x3a, 0xc8, 0xe6, 0xf7, 0xaf, 0xcc, 0x8f, 0x8e, 0xca, 0xb5, 0xce, - 0x78, 0xfe, 0x46, 0x5e, 0xe7, 0xc4, 0xd1, 0x36, 0x84, 0x93, 0xd5, 0x52, 0xe6, 0x64, 0xb3, 0x2b, - 0x27, 0x4b, 0x74, 0x71, 0xe7, 0xf4, 0x95, 0x74, 0x9d, 0x96, 0xe9, 0xa9, 0x33, 0xd3, 0x95, 0x0c, - 0xd7, 0xea, 0x5e, 0x31, 0x77, 0xa8, 0xd0, 0x7d, 0x38, 0x23, 0x17, 0x03, 0xc8, 0xd2, 0x51, 0x12, - 0xa9, 0x4b, 0x0e, 0x09, 0xb2, 0xfd, 0x95, 0x7e, 0xf4, 0x16, 0x96, 0xdb, 0x17, 0x86, 0x2a, 0xb3, - 0x52, 0x77, 0x47, 0x4d, 0xe5, 0x53, 0x11, 0x19, 0xae, 0x1c, 0x0e, 0xf4, 0x19, 0xc0, 0x7b, 0xeb, - 0xb6, 0xed, 0x53, 0x7b, 0xd4, 0xa5, 0x0e, 0xb3, 0x3d, 0x22, 0x42, 0x9f, 0x5e, 0x44, 0x2b, 0x45, - 0xa9, 0xb6, 0x96, 0x44, 0xaa, 0x46, 0xae, 0x12, 0x90, 0x11, 0xbf, 0x9a, 0x02, 0xfa, 0x08, 0x6f, - 0xbf, 0x94, 0x6f, 0xf3, 0xa7, 0x34, 0x66, 0x64, 0x1a, 0x5a, 0x12, 0xa9, 0x0f, 0x7b, 0x97, 0x81, - 0x33, 0x29, 0x5c, 0xce, 0xac, 0x3f, 0x3b, 0x38, 0xc4, 0x85, 0xe1, 0x21, 0x2e, 0x1c, 0x1f, 0x62, - 0xf0, 0x29, 0xc6, 0xe0, 0x7b, 0x8c, 0xc1, 0x7e, 0x8c, 0xc1, 0x41, 0x8c, 0xc1, 0x30, 0xc6, 0xe0, - 0x67, 0x8c, 0xc1, 0xaf, 0x18, 0x17, 0x8e, 0x63, 0x0c, 0xbe, 0x1e, 0xe1, 0xc2, 0xc1, 0x11, 0x2e, - 0x0c, 0x8f, 0x70, 0xe1, 0xcd, 0xac, 0xfc, 0x73, 0x77, 0x4b, 0x72, 0x64, 0xd6, 0x7e, 0x07, 0x00, - 0x00, 0xff, 0xff, 0x94, 0xeb, 0x6a, 0x8a, 0x1b, 0x06, 0x00, 0x00, + // 821 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x55, 0x4f, 0x8f, 0xdb, 0x44, + 0x14, 0xcf, 0xb0, 0x9b, 0xa4, 0x99, 0xb4, 0x0b, 0x0c, 0xab, 0x60, 0xa2, 0xad, 0x27, 0x04, 0x16, + 0x22, 0x41, 0x12, 0xd1, 0x5e, 0x90, 0x38, 0xa0, 0xf5, 0x26, 0xa5, 0x91, 0x0a, 0x91, 0x1c, 0x09, + 0x21, 0xc4, 0x65, 0x62, 0x4f, 0xed, 0x11, 0xb1, 0x27, 0xb2, 0xc7, 0xd1, 0x52, 0x09, 0x89, 0x2b, + 0x12, 0x48, 0x7c, 0x09, 0x24, 0xd4, 0x4f, 0xd2, 0xe3, 0x1e, 0x73, 0x32, 0xac, 0xf7, 0x00, 0xf2, + 0xa9, 0x1f, 0x01, 0x79, 0xec, 0xc4, 0xde, 0x6e, 0xbc, 0xed, 0xa5, 0xa7, 0x64, 0x7e, 0xef, 0xf7, + 0x7e, 0xef, 0xcf, 0xbc, 0x37, 0x86, 0x6d, 0x9f, 0xaf, 0xa8, 0x47, 0x99, 0xe5, 0x9e, 0xda, 0x84, + 0xb9, 0x0f, 0x29, 0x31, 0xa9, 0x37, 0x58, 0x7a, 0x5c, 0x70, 0x54, 0x95, 0x3f, 0xed, 0xbe, 0xc5, + 0x84, 0x1d, 0xcc, 0x07, 0x06, 0x77, 0x86, 0x16, 0xb7, 0xf8, 0x50, 0xc2, 0xf3, 0xe0, 0xb1, 0x3c, + 0xc9, 0x83, 0xfc, 0x97, 0x7a, 0xb5, 0x9b, 0xf3, 0x05, 0x37, 0x7e, 0xcc, 0x0e, 0x6f, 0x3a, 0x54, + 0x10, 0x2d, 0x07, 0xba, 0xff, 0x02, 0xf8, 0xce, 0x78, 0xc9, 0x0d, 0x7b, 0x26, 0x88, 0x27, 0x66, + 0x9b, 0xe0, 0xe8, 0x04, 0x36, 0xc6, 0x06, 0x77, 0xb9, 0xc3, 0x0c, 0x5f, 0x01, 0x1d, 0xd0, 0x6b, + 0xde, 0x7b, 0x2b, 0x75, 0x19, 0x6c, 0x71, 0xed, 0xed, 0x67, 0x21, 0xae, 0xc4, 0x21, 0x6e, 0xd0, + 0x0d, 0xa4, 0xe7, 0x5e, 0xe8, 0x37, 0x00, 0xef, 0x3e, 0x22, 0xbe, 0x78, 0xc0, 0x5c, 0xb2, 0x60, + 0x4f, 0xa8, 0x79, 0xea, 0x71, 0xdf, 0x2f, 0x94, 0xa5, 0xbc, 0x21, 0x75, 0xf1, 0x46, 0x77, 0x9b, + 0x46, 0x4e, 0x1c, 0x11, 0x41, 0xb4, 0xe3, 0x2c, 0xcc, 0xdd, 0xc5, 0x4d, 0x6a, 0xfa, 0xcd, 0xc1, + 0xba, 0x21, 0x80, 0x4a, 0x59, 0x08, 0x74, 0x0c, 0xeb, 0x33, 0x9b, 0x78, 0xe6, 0x64, 0x24, 0x8b, + 0xbd, 0xa3, 0x35, 0xe3, 0x10, 0xd7, 0xfd, 0x14, 0xd2, 0x37, 0x36, 0x84, 0x61, 0x55, 0x4a, 0x28, + 0x0d, 0x49, 0x6a, 0xc4, 0x21, 0xae, 0xd2, 0x04, 0xd0, 0x53, 0x3c, 0x21, 0xe8, 0x3c, 0x70, 0x4d, + 0xa5, 0xde, 0x01, 0xbd, 0xfd, 0x94, 0xe0, 0x25, 0x80, 0x9e, 0xe2, 0x09, 0xe1, 0x1b, 0xee, 0x1a, + 0x54, 0xb9, 0x95, 0x13, 0xdc, 0x04, 0xd0, 0x53, 0x1c, 0x7d, 0x0e, 0x61, 0x9a, 0xf0, 0x43, 0xe2, + 0xdb, 0xb2, 0x43, 0xb7, 0x35, 0x25, 0x0e, 0xf1, 0xa1, 0xbd, 0x45, 0x3f, 0xe5, 0x0e, 0x13, 0xd4, + 0x59, 0x8a, 0x9f, 0xf4, 0x02, 0xb7, 0xbb, 0xae, 0xc1, 0xc3, 0xd9, 0x8e, 0xe9, 0x41, 0x9f, 0xc1, + 0x5a, 0xd6, 0xf0, 0xf4, 0x22, 0xef, 0x64, 0x0d, 0x4f, 0x41, 0x0d, 0xc6, 0x21, 0xae, 0xa5, 0xea, + 0x7a, 0x46, 0x44, 0x3a, 0x6c, 0x7d, 0x4b, 0x16, 0xcc, 0x24, 0x82, 0x7b, 0x33, 0x41, 0x84, 0xaf, + 0x73, 0x2e, 0x0a, 0x19, 0xb5, 0xe3, 0x10, 0xb7, 0x56, 0x3b, 0x19, 0x7a, 0x89, 0x27, 0xa2, 0xf0, + 0xbd, 0xf1, 0x99, 0xa0, 0xae, 0x49, 0x4d, 0xd9, 0xcf, 0x3c, 0x75, 0xea, 0x2b, 0x7b, 0x9d, 0xbd, + 0xde, 0x6d, 0xed, 0xe3, 0x38, 0xc4, 0x1f, 0xd0, 0x32, 0x52, 0xa1, 0xee, 0x72, 0x25, 0xf4, 0x04, + 0xbe, 0x3b, 0x0d, 0xc4, 0x57, 0x9c, 0xb9, 0xd6, 0xd7, 0xcc, 0x65, 0x72, 0xd8, 0xb3, 0xf2, 0xf7, + 0x65, 0xf9, 0x6a, 0x56, 0x7e, 0x09, 0x4b, 0xeb, 0xc4, 0x21, 0x3e, 0xe2, 0x99, 0x71, 0xba, 0xa4, + 0x1e, 0x11, 0x8c, 0xbb, 0xc5, 0xe8, 0x65, 0x01, 0xd0, 0x08, 0x1e, 0x4c, 0x7c, 0x39, 0x5f, 0xd3, + 0xc7, 0xe9, 0xa0, 0x54, 0x3b, 0xa0, 0x77, 0x4b, 0x3b, 0x8a, 0x43, 0xac, 0xb0, 0x2b, 0x96, 0x82, + 0xdc, 0x0b, 0x3e, 0xe8, 0x4f, 0x00, 0x5b, 0x27, 0x86, 0x11, 0x38, 0xc1, 0x82, 0x08, 0x6a, 0x3e, + 0xa0, 0xd4, 0x9f, 0xb8, 0xa9, 0x5c, 0x4d, 0x76, 0xdf, 0x89, 0x43, 0xdc, 0x21, 0x3b, 0x19, 0xb9, + 0xec, 0xd3, 0xbf, 0xf1, 0xd8, 0x21, 0xc2, 0x1e, 0xce, 0x99, 0x35, 0x98, 0xb8, 0xe2, 0x8b, 0xc2, + 0xb3, 0xe1, 0x04, 0x0b, 0xc1, 0x56, 0xd4, 0xf3, 0xcf, 0x86, 0xce, 0x59, 0xdf, 0x48, 0x66, 0xa5, + 0x6f, 0x70, 0x8f, 0xf6, 0x2d, 0x3e, 0x34, 0x89, 0x20, 0x03, 0x8d, 0x59, 0x13, 0x57, 0x9c, 0x12, + 0x5f, 0x50, 0x4f, 0x2f, 0x49, 0x06, 0xfd, 0x0e, 0xe0, 0xc1, 0x88, 0xae, 0x8a, 0xf9, 0xd5, 0x65, + 0x7e, 0x34, 0x29, 0xd7, 0xbc, 0x62, 0x79, 0x1d, 0x79, 0xbd, 0x10, 0x1c, 0x7d, 0x07, 0x61, 0xbe, + 0xe0, 0x72, 0xc1, 0x9a, 0xf7, 0xda, 0xd7, 0x1e, 0x97, 0xed, 0x8a, 0x68, 0x47, 0xd9, 0xbb, 0x72, + 0x48, 0xb7, 0xc6, 0xe2, 0x6a, 0xe5, 0x2e, 0xdd, 0xa7, 0x7b, 0xa5, 0x43, 0x85, 0x3e, 0x82, 0xfb, + 0x72, 0x31, 0x80, 0x2c, 0x1d, 0xc5, 0x21, 0x3e, 0xb0, 0xaf, 0x2e, 0xa9, 0xb4, 0xa3, 0x1f, 0x60, + 0x6b, 0x7a, 0x6d, 0xa8, 0x0a, 0x2b, 0xf5, 0x61, 0x72, 0xa9, 0x7c, 0x27, 0xa3, 0xa0, 0x55, 0xa2, + 0x81, 0x7e, 0x05, 0xf0, 0xf8, 0xc4, 0xb2, 0x3c, 0x6a, 0x25, 0xb7, 0x34, 0x63, 0x96, 0x4b, 0x44, + 0xe0, 0xd1, 0xeb, 0x6c, 0x65, 0x4f, 0x46, 0xbb, 0x1f, 0x87, 0x78, 0x48, 0x5e, 0xc5, 0xa1, 0x10, + 0xfc, 0xd5, 0x22, 0xa0, 0x9f, 0xe1, 0xfb, 0x8f, 0x64, 0x6f, 0x6e, 0x4a, 0x63, 0x5f, 0xa6, 0x31, + 0x8c, 0x43, 0xfc, 0xc9, 0xe2, 0x65, 0xe4, 0x42, 0x0a, 0x2f, 0x57, 0xd6, 0xbe, 0x3c, 0xbf, 0x50, + 0x2b, 0xeb, 0x0b, 0xb5, 0xf2, 0xfc, 0x42, 0x05, 0xbf, 0x44, 0x2a, 0xf8, 0x2b, 0x52, 0xc1, 0xb3, + 0x48, 0x05, 0xe7, 0x91, 0x0a, 0xd6, 0x91, 0x0a, 0xfe, 0x89, 0x54, 0xf0, 0x5f, 0xa4, 0x56, 0x9e, + 0x47, 0x2a, 0xf8, 0xe3, 0x52, 0xad, 0x9c, 0x5f, 0xaa, 0x95, 0xf5, 0xa5, 0x5a, 0xf9, 0xbe, 0x2a, + 0x3f, 0x95, 0xf3, 0x9a, 0x1c, 0x99, 0xfb, 0xff, 0x07, 0x00, 0x00, 0xff, 0xff, 0x70, 0xb9, 0xae, + 0xb8, 0x8c, 0x07, 0x00, 0x00, } func (this *EpochStartSovereign) Equal(that interface{}) bool { @@ -304,6 +394,45 @@ func (this *EpochStartSovereign) Equal(that interface{}) bool { if !this.Economics.Equal(&that1.Economics) { return false } + if !this.LastFinalizedCrossChainHeader.Equal(&that1.LastFinalizedCrossChainHeader) { + return false + } + return true +} +func (this *EpochStartCrossChainData) Equal(that interface{}) bool { + if that == nil { + return this == nil + } + + that1, ok := that.(*EpochStartCrossChainData) + if !ok { + that2, ok := that.(EpochStartCrossChainData) + if ok { + that1 = &that2 + } else { + return false + } + } + if that1 == nil { + return this == nil + } else if this == nil { + return false + } + if this.ShardID != that1.ShardID { + return false + } + if this.Epoch != that1.Epoch { + return false + } + if this.Round != that1.Round { + return false + } + if this.Nonce != that1.Nonce { + return false + } + if !bytes.Equal(this.HeaderHash, that1.HeaderHash) { + return false + } return true } func (this *SovereignChainHeader) Equal(that interface{}) bool { @@ -399,9 +528,24 @@ func (this *EpochStartSovereign) GoString() string { if this == nil { return "nil" } - s := make([]string, 0, 5) + s := make([]string, 0, 6) s = append(s, "&block.EpochStartSovereign{") s = append(s, "Economics: "+strings.Replace(this.Economics.GoString(), `&`, ``, 1)+",\n") + s = append(s, "LastFinalizedCrossChainHeader: "+strings.Replace(this.LastFinalizedCrossChainHeader.GoString(), `&`, ``, 1)+",\n") + s = append(s, "}") + return strings.Join(s, "") +} +func (this *EpochStartCrossChainData) GoString() string { + if this == nil { + return "nil" + } + s := make([]string, 0, 9) + s = append(s, "&block.EpochStartCrossChainData{") + s = append(s, "ShardID: "+fmt.Sprintf("%#v", this.ShardID)+",\n") + s = append(s, "Epoch: "+fmt.Sprintf("%#v", this.Epoch)+",\n") + s = append(s, "Round: "+fmt.Sprintf("%#v", this.Round)+",\n") + s = append(s, "Nonce: "+fmt.Sprintf("%#v", this.Nonce)+",\n") + s = append(s, "HeaderHash: "+fmt.Sprintf("%#v", this.HeaderHash)+",\n") s = append(s, "}") return strings.Join(s, "") } @@ -467,6 +611,16 @@ func (m *EpochStartSovereign) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + { + size, err := m.LastFinalizedCrossChainHeader.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintSovereignChainHeader(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x12 { size, err := m.Economics.MarshalToSizedBuffer(dAtA[:i]) if err != nil { @@ -480,6 +634,56 @@ func (m *EpochStartSovereign) MarshalToSizedBuffer(dAtA []byte) (int, error) { return len(dAtA) - i, nil } +func (m *EpochStartCrossChainData) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *EpochStartCrossChainData) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *EpochStartCrossChainData) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.Epoch != 0 { + i = encodeVarintSovereignChainHeader(dAtA, i, uint64(m.Epoch)) + i-- + dAtA[i] = 0x48 + } + if m.Nonce != 0 { + i = encodeVarintSovereignChainHeader(dAtA, i, uint64(m.Nonce)) + i-- + dAtA[i] = 0x40 + } + if m.Round != 0 { + i = encodeVarintSovereignChainHeader(dAtA, i, uint64(m.Round)) + i-- + dAtA[i] = 0x38 + } + if len(m.HeaderHash) > 0 { + i -= len(m.HeaderHash) + copy(dAtA[i:], m.HeaderHash) + i = encodeVarintSovereignChainHeader(dAtA, i, uint64(len(m.HeaderHash))) + i-- + dAtA[i] = 0x12 + } + if m.ShardID != 0 { + i = encodeVarintSovereignChainHeader(dAtA, i, uint64(m.ShardID)) + i-- + dAtA[i] = 0x8 + } + return len(dAtA) - i, nil +} + func (m *SovereignChainHeader) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -655,6 +859,33 @@ func (m *EpochStartSovereign) Size() (n int) { _ = l l = m.Economics.Size() n += 1 + l + sovSovereignChainHeader(uint64(l)) + l = m.LastFinalizedCrossChainHeader.Size() + n += 1 + l + sovSovereignChainHeader(uint64(l)) + return n +} + +func (m *EpochStartCrossChainData) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if m.ShardID != 0 { + n += 1 + sovSovereignChainHeader(uint64(m.ShardID)) + } + l = len(m.HeaderHash) + if l > 0 { + n += 1 + l + sovSovereignChainHeader(uint64(l)) + } + if m.Round != 0 { + n += 1 + sovSovereignChainHeader(uint64(m.Round)) + } + if m.Nonce != 0 { + n += 1 + sovSovereignChainHeader(uint64(m.Nonce)) + } + if m.Epoch != 0 { + n += 1 + sovSovereignChainHeader(uint64(m.Epoch)) + } return n } @@ -737,6 +968,21 @@ func (this *EpochStartSovereign) String() string { } s := strings.Join([]string{`&EpochStartSovereign{`, `Economics:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.Economics), "Economics", "Economics", 1), `&`, ``, 1) + `,`, + `LastFinalizedCrossChainHeader:` + strings.Replace(strings.Replace(this.LastFinalizedCrossChainHeader.String(), "EpochStartCrossChainData", "EpochStartCrossChainData", 1), `&`, ``, 1) + `,`, + `}`, + }, "") + return s +} +func (this *EpochStartCrossChainData) String() string { + if this == nil { + return "nil" + } + s := strings.Join([]string{`&EpochStartCrossChainData{`, + `ShardID:` + fmt.Sprintf("%v", this.ShardID) + `,`, + `HeaderHash:` + fmt.Sprintf("%v", this.HeaderHash) + `,`, + `Round:` + fmt.Sprintf("%v", this.Round) + `,`, + `Nonce:` + fmt.Sprintf("%v", this.Nonce) + `,`, + `Epoch:` + fmt.Sprintf("%v", this.Epoch) + `,`, `}`, }, "") return s @@ -841,6 +1087,202 @@ func (m *EpochStartSovereign) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field LastFinalizedCrossChainHeader", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowSovereignChainHeader + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthSovereignChainHeader + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthSovereignChainHeader + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if err := m.LastFinalizedCrossChainHeader.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipSovereignChainHeader(dAtA[iNdEx:]) + if err != nil { + return err + } + if skippy < 0 { + return ErrInvalidLengthSovereignChainHeader + } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthSovereignChainHeader + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *EpochStartCrossChainData) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowSovereignChainHeader + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: EpochStartCrossChainData: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: EpochStartCrossChainData: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field ShardID", wireType) + } + m.ShardID = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowSovereignChainHeader + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.ShardID |= uint32(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field HeaderHash", wireType) + } + var byteLen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowSovereignChainHeader + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + byteLen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if byteLen < 0 { + return ErrInvalidLengthSovereignChainHeader + } + postIndex := iNdEx + byteLen + if postIndex < 0 { + return ErrInvalidLengthSovereignChainHeader + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.HeaderHash = append(m.HeaderHash[:0], dAtA[iNdEx:postIndex]...) + if m.HeaderHash == nil { + m.HeaderHash = []byte{} + } + iNdEx = postIndex + case 7: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field Round", wireType) + } + m.Round = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowSovereignChainHeader + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.Round |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 8: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field Nonce", wireType) + } + m.Nonce = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowSovereignChainHeader + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.Nonce |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 9: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field Epoch", wireType) + } + m.Epoch = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowSovereignChainHeader + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.Epoch |= uint32(b&0x7F) << shift + if b < 0x80 { + break + } + } default: iNdEx = preIndex skippy, err := skipSovereignChainHeader(dAtA[iNdEx:]) diff --git a/data/block/sovereignChainHeader.proto b/data/block/sovereignChainHeader.proto index d9c492b8..ad63cf56 100644 --- a/data/block/sovereignChainHeader.proto +++ b/data/block/sovereignChainHeader.proto @@ -12,7 +12,17 @@ import "metaBlock.proto"; // EpochStart holds the block information for end-of-epoch message EpochStartSovereign { - Economics Economics = 1 [(gogoproto.jsontag) = "economics", (gogoproto.nullable) = false]; + Economics Economics = 1 [(gogoproto.jsontag) = "economics", (gogoproto.nullable) = false]; + EpochStartCrossChainData LastFinalizedCrossChainHeader = 2 [(gogoproto.jsontag) = "lastFinalizedCrossChainHeader", (gogoproto.nullable) = false]; +} + +// EpochStartShardData hold the last finalized headers hash and state root hash +message EpochStartCrossChainData { + uint32 ShardID = 1 [(gogoproto.jsontag) = "shardID"]; + uint32 Epoch = 9 [(gogoproto.jsontag) = "epoch"]; + uint64 Round = 7 [(gogoproto.jsontag) = "round"]; + uint64 Nonce = 8 [(gogoproto.jsontag) = "nonce"]; + bytes HeaderHash = 2 [(gogoproto.jsontag) = "headerHash,omitempty"]; } // SovereignChainHeader extends the Header structure with extra fields needed by sovereign chain diff --git a/data/esdt/common.go b/data/esdt/common.go index d2467ec4..7d240b51 100644 --- a/data/esdt/common.go +++ b/data/esdt/common.go @@ -35,7 +35,7 @@ func IsValidPrefixedToken(token string) (string, bool) { } tokenRandSeq := tokenSplit[2] - if !(len(tokenRandSeq) >= esdtTickerNumRandChars) { + if !IsRandomSeqValid(tokenRandSeq) { return "", false } @@ -83,3 +83,21 @@ func IsTickerValid(ticker string) bool { func IsTokenTickerLenCorrect(tokenTickerLen int) bool { return !(tokenTickerLen < minLengthForTickerName || tokenTickerLen > maxLengthForTickerName) } + +// IsRandomSeqValid checks if the token random sequence is valid +func IsRandomSeqValid(randomSeq string) bool { + if len(randomSeq) != esdtTickerNumRandChars { + return false + } + + for _, ch := range randomSeq { + isSmallCharacter := ch >= 'a' && ch <= 'f' + isNumber := ch >= '0' && ch <= '9' + isReadable := isSmallCharacter || isNumber + if !isReadable { + return false + } + } + + return true +} diff --git a/data/esdt/common_test.go b/data/esdt/common_test.go index 8052c23a..0e65fd9d 100644 --- a/data/esdt/common_test.go +++ b/data/esdt/common_test.go @@ -7,19 +7,19 @@ import ( ) func TestIsValidPrefixedToken(t *testing.T) { - prefix, valid := IsValidPrefixedToken("sov1-TKN-coffee") + prefix, valid := IsValidPrefixedToken("sov1-TKN-c0ffee") require.True(t, valid) require.Equal(t, "sov1", prefix) - prefix, valid = IsValidPrefixedToken("sOv1-TKN-coffee") + prefix, valid = IsValidPrefixedToken("sOv1-TKN-c0ffee") require.False(t, valid) require.Equal(t, "", prefix) - prefix, valid = IsValidPrefixedToken("sov1-TkN-coffee") + prefix, valid = IsValidPrefixedToken("sov1-TkN-c0ffee") require.False(t, valid) require.Equal(t, "", prefix) - prefix, valid = IsValidPrefixedToken("sov1-TKN-coffe") + prefix, valid = IsValidPrefixedToken("sov1-TKN-c0ffe") require.False(t, valid) require.Equal(t, "", prefix) @@ -27,7 +27,7 @@ func TestIsValidPrefixedToken(t *testing.T) { require.False(t, valid) require.Equal(t, "", prefix) - prefix, valid = IsValidPrefixedToken("TKN-coffee") + prefix, valid = IsValidPrefixedToken("TKN-c0ffee") require.False(t, valid) require.Equal(t, "", prefix) } diff --git a/data/interface.go b/data/interface.go index a6cf9da7..d7040b8a 100644 --- a/data/interface.go +++ b/data/interface.go @@ -114,6 +114,7 @@ type SovereignChainHeaderHandler interface { GetEpochStartHandler() EpochStartHandler GetShardInfoHandlers() []ShardDataHandler SetShardInfoHandlers(shardInfo []ShardDataHandler) error + GetLastFinalizedCrossChainHeaderHandler() EpochStartChainDataHandler } // OutGoingMiniBlockHeaderHandler defines setters and getters for sovereign outgoing mini block header @@ -243,23 +244,30 @@ type ShardDataHandler interface { ShallowClone() ShardDataHandler } -// EpochStartShardDataHandler defines setters and getters for EpochStartShardData -type EpochStartShardDataHandler interface { +// EpochStartChainDataHandler defines setters and getters for basic information related to epoch start data +type EpochStartChainDataHandler interface { GetShardID() uint32 GetEpoch() uint32 GetRound() uint64 GetNonce() uint64 GetHeaderHash() []byte - GetRootHash() []byte - GetFirstPendingMetaBlock() []byte - GetLastFinishedMetaBlock() []byte - GetPendingMiniBlockHeaderHandlers() []MiniBlockHeaderHandler SetShardID(uint32) error SetEpoch(uint32) error SetRound(uint64) error SetNonce(uint64) error SetHeaderHash([]byte) error +} + +// EpochStartShardDataHandler defines setters and getters for EpochStartShardData +type EpochStartShardDataHandler interface { + EpochStartChainDataHandler + + GetRootHash() []byte + GetFirstPendingMetaBlock() []byte + GetLastFinishedMetaBlock() []byte + GetPendingMiniBlockHeaderHandlers() []MiniBlockHeaderHandler + SetRootHash([]byte) error SetFirstPendingMetaBlock([]byte) error SetLastFinishedMetaBlock([]byte) error @@ -341,7 +349,6 @@ type TransactionHandler interface { GetSndAddr() []byte GetGasLimit() uint64 GetGasPrice() uint64 - GetUserTransactions() []TransactionHandler SetValue(*big.Int) SetData([]byte) @@ -468,7 +475,6 @@ type TransactionWithFeeHandler interface { GetData() []byte GetRcvAddr() []byte GetValue() *big.Int - GetUserTransactions() []TransactionHandler } // UserAccountHandler models a user account diff --git a/data/receipt/receipt.go b/data/receipt/receipt.go index d19933df..992e4932 100644 --- a/data/receipt/receipt.go +++ b/data/receipt/receipt.go @@ -58,11 +58,6 @@ func (_ *Receipt) GetRcvUserName() []byte { return nil } -// GetUserTransactions returns nil as Receipt does not have user transactions -func (rpt *Receipt) GetUserTransactions() []data.TransactionHandler { - return nil -} - // CheckIntegrity checks for not nil fields and negative value func (rpt *Receipt) CheckIntegrity() error { return nil diff --git a/data/receipt/receipt_test.go b/data/receipt/receipt_test.go index eda8ebc7..84f68941 100644 --- a/data/receipt/receipt_test.go +++ b/data/receipt/receipt_test.go @@ -29,7 +29,6 @@ func TestReceipt_SettersAndGetters(t *testing.T) { assert.Equal(t, uint64(0), r.GetNonce()) assert.Equal(t, uint64(0), r.GetGasPrice()) assert.Equal(t, uint64(0), r.GetGasLimit()) - assert.Nil(t, r.GetUserTransactions()) } func TestReceipt_CheckIntegrityReturnsNil(t *testing.T) { diff --git a/data/rewardTx/rewardTx.go b/data/rewardTx/rewardTx.go index c9b14074..0ccb44a5 100644 --- a/data/rewardTx/rewardTx.go +++ b/data/rewardTx/rewardTx.go @@ -62,11 +62,6 @@ func (rtx *RewardTx) GetRcvUserName() []byte { return nil } -// GetUserTransactions returns nil as RewardTx does not have user transactions -func (rtx *RewardTx) GetUserTransactions() []data.TransactionHandler { - return nil -} - // CheckIntegrity checks for not nil fields and negative value func (rtx *RewardTx) CheckIntegrity() error { if len(rtx.RcvAddr) == 0 { diff --git a/data/rewardTx/rewardTx_test.go b/data/rewardTx/rewardTx_test.go index 043d1058..2f8680e2 100644 --- a/data/rewardTx/rewardTx_test.go +++ b/data/rewardTx/rewardTx_test.go @@ -27,7 +27,6 @@ func TestRewardTx_GettersAndSetters(t *testing.T) { assert.Equal(t, uint64(0), rwdTx.GetGasLimit()) assert.Equal(t, uint64(0), rwdTx.GetGasPrice()) assert.Equal(t, uint64(0), rwdTx.GetNonce()) - assert.Nil(t, rwdTx.GetUserTransactions()) } func TestRewardTx_CheckIntegrityShouldWork(t *testing.T) { diff --git a/data/smartContractResult/smartContractResult.go b/data/smartContractResult/smartContractResult.go index f8ea3324..2c248176 100644 --- a/data/smartContractResult/smartContractResult.go +++ b/data/smartContractResult/smartContractResult.go @@ -39,11 +39,6 @@ func (_ *SmartContractResult) GetRcvUserName() []byte { return nil } -// GetUserTransactions returns nil as SmartContractResult does not have user transactions -func (scr *SmartContractResult) GetUserTransactions() []data.TransactionHandler { - return nil -} - // TrimSlicePtr creates a copy of the provided slice without the excess capacity func TrimSlicePtr(in []*SmartContractResult) []*SmartContractResult { if len(in) == 0 { diff --git a/data/smartContractResult/smartContractResult_test.go b/data/smartContractResult/smartContractResult_test.go index 50e26143..75eba828 100644 --- a/data/smartContractResult/smartContractResult_test.go +++ b/data/smartContractResult/smartContractResult_test.go @@ -38,7 +38,6 @@ func TestSmartContractResult_SettersAndGetters(t *testing.T) { assert.Equal(t, gasLimit, scr.GetGasLimit()) assert.Equal(t, gasPrice, scr.GetGasPrice()) assert.Equal(t, nonce, scr.GetNonce()) - assert.Nil(t, scr.GetUserTransactions()) } func TestTrimSlicePtr(t *testing.T) { diff --git a/data/transaction/apiTransactionResult.go b/data/transaction/apiTransactionResult.go index 1dd23f4c..ca9671b1 100644 --- a/data/transaction/apiTransactionResult.go +++ b/data/transaction/apiTransactionResult.go @@ -69,7 +69,6 @@ type ApiTransactionResult struct { Options uint32 `json:"options"` GuardianAddr string `json:"guardian,omitempty"` GuardianSignature string `json:"guardianSignature,omitempty"` - InnerTransactions []*FrontendTransaction `json:"innerTransactions,omitempty"` } // ApiSmartContractResult represents a smart contract result with changed fields' types in order to make it friendly for API's json diff --git a/data/transaction/frontendTransaction.go b/data/transaction/frontendTransaction.go index 267d7e9c..b5b55c2a 100644 --- a/data/transaction/frontendTransaction.go +++ b/data/transaction/frontendTransaction.go @@ -2,21 +2,19 @@ package transaction // FrontendTransaction represents the DTO used in transaction signing/validation. type FrontendTransaction struct { - Nonce uint64 `json:"nonce"` - Value string `json:"value"` - Receiver string `json:"receiver"` - Sender string `json:"sender"` - SenderUsername []byte `json:"senderUsername,omitempty"` - ReceiverUsername []byte `json:"receiverUsername,omitempty"` - GasPrice uint64 `json:"gasPrice"` - GasLimit uint64 `json:"gasLimit"` - Data []byte `json:"data,omitempty"` - Signature string `json:"signature,omitempty"` - ChainID string `json:"chainID"` - Version uint32 `json:"version"` - Options uint32 `json:"options,omitempty"` - GuardianAddr string `json:"guardian,omitempty"` - GuardianSignature string `json:"guardianSignature,omitempty"` - Relayer string `json:"relayer,omitempty"` - InnerTransactions []*FrontendTransaction `json:"innerTransactions,omitempty"` + Nonce uint64 `json:"nonce"` + Value string `json:"value"` + Receiver string `json:"receiver"` + Sender string `json:"sender"` + SenderUsername []byte `json:"senderUsername,omitempty"` + ReceiverUsername []byte `json:"receiverUsername,omitempty"` + GasPrice uint64 `json:"gasPrice"` + GasLimit uint64 `json:"gasLimit"` + Data []byte `json:"data,omitempty"` + Signature string `json:"signature,omitempty"` + ChainID string `json:"chainID"` + Version uint32 `json:"version"` + Options uint32 `json:"options,omitempty"` + GuardianAddr string `json:"guardian,omitempty"` + GuardianSignature string `json:"guardianSignature,omitempty"` } diff --git a/data/transaction/transaction.go b/data/transaction/transaction.go index d7fd3843..b5b42531 100644 --- a/data/transaction/transaction.go +++ b/data/transaction/transaction.go @@ -2,7 +2,6 @@ package transaction import ( - "encoding/hex" "math/big" "github.com/multiversx/mx-chain-core-go/core" @@ -37,17 +36,6 @@ func (tx *Transaction) SetSndAddr(addr []byte) { tx.SndAddr = addr } -// GetUserTransactions returns the inner transactions -func (tx *Transaction) GetUserTransactions() []data.TransactionHandler { - innerTxs := tx.GetInnerTransactions() - txsHandlers := make([]data.TransactionHandler, len(innerTxs)) - for i := 0; i < len(innerTxs); i++ { - txsHandlers[i] = innerTxs[i] - } - - return txsHandlers -} - // TrimSlicePtr creates a copy of the provided slice without the excess capacity func TrimSlicePtr(in []*Transaction) []*Transaction { if len(in) == 0 { @@ -80,25 +68,38 @@ func (tx *Transaction) GetDataForSigning(encoder data.Encoder, marshaller data.M return nil, ErrNilHasher } - ftx, err := tx.prepareTx(encoder) + receiverAddr, err := encoder.Encode(tx.RcvAddr) if err != nil { return nil, err } - numInnerTxs := len(tx.InnerTransactions) - if numInnerTxs > 0 { - ftx.InnerTransactions = make([]*FrontendTransaction, numInnerTxs) - var errPrepare error - for i := 0; i < numInnerTxs; i++ { - ftx.InnerTransactions[i], errPrepare = tx.InnerTransactions[i].prepareTx(encoder) - if errPrepare != nil { - return nil, errPrepare - } + senderAddr, err := encoder.Encode(tx.SndAddr) + if err != nil { + return nil, err + } - ftx.InnerTransactions[i].Signature = hex.EncodeToString(tx.InnerTransactions[i].Signature) - ftx.InnerTransactions[i].GuardianSignature = hex.EncodeToString(tx.InnerTransactions[i].GuardianSignature) + ftx := &FrontendTransaction{ + Nonce: tx.Nonce, + Value: tx.Value.String(), + Receiver: receiverAddr, + Sender: senderAddr, + GasPrice: tx.GasPrice, + GasLimit: tx.GasLimit, + SenderUsername: tx.SndUserName, + ReceiverUsername: tx.RcvUserName, + Data: tx.Data, + ChainID: string(tx.ChainID), + Version: tx.Version, + Options: tx.Options, + } + + if len(tx.GuardianAddr) > 0 { + guardianAddr, errGuardian := encoder.Encode(tx.GuardianAddr) + if errGuardian != nil { + return nil, errGuardian } + ftx.GuardianAddr = guardianAddr } ftxBytes, err := marshaller.Marshal(ftx) @@ -146,50 +147,3 @@ func (tx *Transaction) CheckIntegrity() error { return nil } - -func (tx *Transaction) prepareTx(encoder data.Encoder) (*FrontendTransaction, error) { - receiverAddr, err := encoder.Encode(tx.RcvAddr) - if err != nil { - return nil, err - } - - senderAddr, err := encoder.Encode(tx.SndAddr) - if err != nil { - return nil, err - } - - ftx := &FrontendTransaction{ - Nonce: tx.Nonce, - Value: tx.Value.String(), - Receiver: receiverAddr, - Sender: senderAddr, - GasPrice: tx.GasPrice, - GasLimit: tx.GasLimit, - SenderUsername: tx.SndUserName, - ReceiverUsername: tx.RcvUserName, - Data: tx.Data, - ChainID: string(tx.ChainID), - Version: tx.Version, - Options: tx.Options, - } - - if len(tx.RelayerAddr) > 0 { - relayerAddr, errRelayer := encoder.Encode(tx.RelayerAddr) - if errRelayer != nil { - return nil, errRelayer - } - - ftx.Relayer = relayerAddr - } - - if len(tx.GuardianAddr) > 0 { - guardianAddr, errGuardian := encoder.Encode(tx.GuardianAddr) - if errGuardian != nil { - return nil, errGuardian - } - - ftx.GuardianAddr = guardianAddr - } - - return ftx, nil -} diff --git a/data/transaction/transaction.pb.go b/data/transaction/transaction.pb.go index 90e14b7f..a8b2dd87 100644 --- a/data/transaction/transaction.pb.go +++ b/data/transaction/transaction.pb.go @@ -30,23 +30,21 @@ const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package // Transaction holds all the data needed for a value transfer or SC call type Transaction struct { - Nonce uint64 `protobuf:"varint,1,opt,name=Nonce,proto3" json:"nonce"` - Value *math_big.Int `protobuf:"bytes,2,opt,name=Value,proto3,casttypewith=math/big.Int;github.com/multiversx/mx-chain-core-go/data.BigIntCaster" json:"value"` - RcvAddr []byte `protobuf:"bytes,3,opt,name=RcvAddr,proto3" json:"receiver"` - RcvUserName []byte `protobuf:"bytes,4,opt,name=RcvUserName,proto3" json:"rcvUserName,omitempty"` - SndAddr []byte `protobuf:"bytes,5,opt,name=SndAddr,proto3" json:"sender"` - SndUserName []byte `protobuf:"bytes,6,opt,name=SndUserName,proto3" json:"sndUserName,omitempty"` - GasPrice uint64 `protobuf:"varint,7,opt,name=GasPrice,proto3" json:"gasPrice,omitempty"` - GasLimit uint64 `protobuf:"varint,8,opt,name=GasLimit,proto3" json:"gasLimit,omitempty"` - Data []byte `protobuf:"bytes,9,opt,name=Data,proto3" json:"data,omitempty"` - ChainID []byte `protobuf:"bytes,10,opt,name=ChainID,proto3" json:"chainID"` - Version uint32 `protobuf:"varint,11,opt,name=Version,proto3" json:"version"` - Signature []byte `protobuf:"bytes,12,opt,name=Signature,proto3" json:"signature,omitempty"` - Options uint32 `protobuf:"varint,13,opt,name=Options,proto3" json:"options,omitempty"` - GuardianAddr []byte `protobuf:"bytes,14,opt,name=GuardianAddr,proto3" json:"guardian,omitempty"` - GuardianSignature []byte `protobuf:"bytes,15,opt,name=GuardianSignature,proto3" json:"guardianSignature,omitempty"` - RelayerAddr []byte `protobuf:"bytes,16,opt,name=RelayerAddr,proto3" json:"relayer,omitempty"` - InnerTransactions []*Transaction `protobuf:"bytes,17,rep,name=InnerTransactions,proto3" json:"innerTransactions,omitempty"` + Nonce uint64 `protobuf:"varint,1,opt,name=Nonce,proto3" json:"nonce"` + Value *math_big.Int `protobuf:"bytes,2,opt,name=Value,proto3,casttypewith=math/big.Int;github.com/multiversx/mx-chain-core-go/data.BigIntCaster" json:"value"` + RcvAddr []byte `protobuf:"bytes,3,opt,name=RcvAddr,proto3" json:"receiver"` + RcvUserName []byte `protobuf:"bytes,4,opt,name=RcvUserName,proto3" json:"rcvUserName,omitempty"` + SndAddr []byte `protobuf:"bytes,5,opt,name=SndAddr,proto3" json:"sender"` + SndUserName []byte `protobuf:"bytes,6,opt,name=SndUserName,proto3" json:"sndUserName,omitempty"` + GasPrice uint64 `protobuf:"varint,7,opt,name=GasPrice,proto3" json:"gasPrice,omitempty"` + GasLimit uint64 `protobuf:"varint,8,opt,name=GasLimit,proto3" json:"gasLimit,omitempty"` + Data []byte `protobuf:"bytes,9,opt,name=Data,proto3" json:"data,omitempty"` + ChainID []byte `protobuf:"bytes,10,opt,name=ChainID,proto3" json:"chainID"` + Version uint32 `protobuf:"varint,11,opt,name=Version,proto3" json:"version"` + Signature []byte `protobuf:"bytes,12,opt,name=Signature,proto3" json:"signature,omitempty"` + Options uint32 `protobuf:"varint,13,opt,name=Options,proto3" json:"options,omitempty"` + GuardianAddr []byte `protobuf:"bytes,14,opt,name=GuardianAddr,proto3" json:"guardian,omitempty"` + GuardianSignature []byte `protobuf:"bytes,15,opt,name=GuardianSignature,proto3" json:"guardianSignature,omitempty"` } func (m *Transaction) Reset() { *m = Transaction{} } @@ -182,20 +180,6 @@ func (m *Transaction) GetGuardianSignature() []byte { return nil } -func (m *Transaction) GetRelayerAddr() []byte { - if m != nil { - return m.RelayerAddr - } - return nil -} - -func (m *Transaction) GetInnerTransactions() []*Transaction { - if m != nil { - return m.InnerTransactions - } - return nil -} - func init() { proto.RegisterType((*Transaction)(nil), "proto.Transaction") } @@ -203,47 +187,43 @@ func init() { func init() { proto.RegisterFile("transaction.proto", fileDescriptor_2cc4e03d2c28c490) } var fileDescriptor_2cc4e03d2c28c490 = []byte{ - // 628 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x94, 0x41, 0x6f, 0xd3, 0x3e, - 0x18, 0xc6, 0x9b, 0xff, 0xd6, 0x65, 0x73, 0xbb, 0xfd, 0xa9, 0xd1, 0x20, 0x80, 0x64, 0x57, 0x08, - 0xa6, 0x1e, 0x68, 0x23, 0x0d, 0x21, 0x24, 0x76, 0xa2, 0x1b, 0x9a, 0x2a, 0xc1, 0x40, 0x19, 0xec, - 0xc0, 0xcd, 0x4d, 0x4c, 0x6a, 0x69, 0x71, 0x26, 0xc7, 0xad, 0xb6, 0x03, 0x12, 0x1f, 0x81, 0x8f, - 0x81, 0xf8, 0x24, 0x5c, 0x90, 0x76, 0xdc, 0x29, 0xb0, 0xec, 0x82, 0x72, 0xda, 0x47, 0x40, 0x79, - 0xd3, 0x2e, 0x5e, 0x77, 0xe2, 0xd4, 0xf8, 0xf7, 0x3e, 0xcf, 0xfb, 0xbc, 0x75, 0xec, 0xa0, 0x96, - 0x56, 0x4c, 0x26, 0xcc, 0xd7, 0x22, 0x96, 0xbd, 0x23, 0x15, 0xeb, 0x18, 0xd7, 0xe1, 0xe7, 0x7e, - 0x37, 0x14, 0x7a, 0x34, 0x1e, 0xf6, 0xfc, 0x38, 0x72, 0xc3, 0x38, 0x8c, 0x5d, 0xc0, 0xc3, 0xf1, - 0x27, 0x58, 0xc1, 0x02, 0x9e, 0x4a, 0xd7, 0xc3, 0x9f, 0x36, 0x6a, 0xbc, 0xaf, 0x7a, 0x61, 0x8a, - 0xea, 0x7b, 0xb1, 0xf4, 0xb9, 0x63, 0xb5, 0xad, 0xce, 0x62, 0x7f, 0x25, 0x4f, 0x69, 0x5d, 0x16, - 0xc0, 0x2b, 0x39, 0x1e, 0xa1, 0xfa, 0x01, 0x3b, 0x1c, 0x73, 0xe7, 0xbf, 0xb6, 0xd5, 0x69, 0xf6, - 0xbd, 0x42, 0x30, 0x29, 0xc0, 0xf7, 0x5f, 0xf4, 0x55, 0xc4, 0xf4, 0xc8, 0x1d, 0x8a, 0xb0, 0x37, - 0x90, 0x7a, 0xcb, 0x18, 0x24, 0x1a, 0x1f, 0x6a, 0x31, 0xe1, 0x2a, 0x39, 0x76, 0xa3, 0xe3, 0xae, - 0x3f, 0x62, 0x42, 0x76, 0xfd, 0x58, 0xf1, 0x6e, 0x18, 0xbb, 0x01, 0xd3, 0xac, 0xd7, 0x17, 0xe1, - 0x40, 0xea, 0x6d, 0x96, 0x68, 0xae, 0xbc, 0x32, 0x00, 0x6f, 0x20, 0xdb, 0xf3, 0x27, 0x2f, 0x83, - 0x40, 0x39, 0x0b, 0x90, 0xd5, 0xcc, 0x53, 0xba, 0xac, 0xb8, 0xcf, 0x8b, 0x56, 0xde, 0xac, 0x88, - 0xb7, 0x50, 0xc3, 0xf3, 0x27, 0x1f, 0x12, 0xae, 0xf6, 0x58, 0xc4, 0x9d, 0x45, 0xd0, 0xde, 0xcb, - 0x53, 0xba, 0xae, 0x2a, 0xfc, 0x24, 0x8e, 0x84, 0xe6, 0xd1, 0x91, 0x3e, 0xf1, 0x4c, 0x35, 0x7e, - 0x84, 0xec, 0x7d, 0x19, 0x40, 0x48, 0x1d, 0x8c, 0x28, 0x4f, 0xe9, 0x52, 0xc2, 0x65, 0x50, 0x44, - 0x4c, 0x4b, 0x45, 0xc4, 0xbe, 0x0c, 0xae, 0x22, 0x96, 0xaa, 0x88, 0xa4, 0xc2, 0x66, 0x84, 0xa1, - 0xc6, 0x9b, 0x68, 0x79, 0x97, 0x25, 0xef, 0x94, 0xf0, 0xb9, 0x63, 0xc3, 0xae, 0xde, 0xc9, 0x53, - 0x8a, 0xc3, 0x29, 0x33, 0x6c, 0x57, 0xba, 0xa9, 0xe7, 0xb5, 0x88, 0x84, 0x76, 0x96, 0xaf, 0x79, - 0x80, 0xcd, 0x79, 0x80, 0xe1, 0x0d, 0xb4, 0xb8, 0xc3, 0x34, 0x73, 0x56, 0x60, 0x3a, 0x9c, 0xa7, - 0x74, 0xad, 0xd8, 0x5b, 0x43, 0x0b, 0x75, 0xfc, 0x18, 0xd9, 0xdb, 0xc5, 0x1b, 0x18, 0xec, 0x38, - 0x08, 0xa4, 0x8d, 0x3c, 0xa5, 0xb6, 0x5f, 0x22, 0x6f, 0x56, 0x2b, 0x64, 0x07, 0x5c, 0x25, 0x22, - 0x96, 0x4e, 0xa3, 0x6d, 0x75, 0x56, 0x4b, 0xd9, 0xa4, 0x44, 0xde, 0xac, 0x86, 0x9f, 0xa1, 0x95, - 0x7d, 0x11, 0x4a, 0xa6, 0xc7, 0x8a, 0x3b, 0x4d, 0xe8, 0x77, 0x37, 0x4f, 0xe9, 0xed, 0x64, 0x06, - 0x8d, 0xfc, 0x4a, 0x89, 0x5d, 0x64, 0xbf, 0x3d, 0x2a, 0x4e, 0x5c, 0xe2, 0xac, 0x42, 0xf7, 0xf5, - 0x3c, 0xa5, 0xad, 0xb8, 0x44, 0x86, 0x65, 0xa6, 0xc2, 0x2f, 0x50, 0x73, 0x77, 0xcc, 0x54, 0x20, - 0x98, 0x84, 0xb7, 0xb5, 0x06, 0x51, 0xe5, 0xae, 0x4c, 0xb9, 0x61, 0xbb, 0xa6, 0xc5, 0x6f, 0x50, - 0x6b, 0xb6, 0xae, 0x66, 0xfd, 0x1f, 0x1a, 0xd0, 0x3c, 0xa5, 0x0f, 0xc2, 0xf9, 0xa2, 0xd1, 0xe9, - 0xa6, 0x13, 0x3f, 0x47, 0x0d, 0x8f, 0x1f, 0xb2, 0x13, 0xae, 0x60, 0x92, 0x5b, 0xd0, 0x08, 0xe6, - 0x57, 0x25, 0xbe, 0x76, 0xd8, 0x2a, 0x25, 0x66, 0xa8, 0x35, 0x90, 0x92, 0x2b, 0xe3, 0xc2, 0x25, - 0x4e, 0xab, 0xbd, 0xd0, 0x69, 0x6c, 0xe2, 0xf2, 0x3e, 0xf6, 0x8c, 0x52, 0x39, 0x9b, 0x98, 0x37, - 0x98, 0xb3, 0xdd, 0xe8, 0xd6, 0xff, 0x7c, 0x7a, 0x4e, 0x6a, 0x67, 0xe7, 0xa4, 0x76, 0x79, 0x4e, - 0xac, 0x2f, 0x19, 0xb1, 0xbe, 0x65, 0xc4, 0xfa, 0x91, 0x11, 0xeb, 0x34, 0x23, 0xd6, 0x59, 0x46, - 0xac, 0xdf, 0x19, 0xb1, 0xfe, 0x64, 0xa4, 0x76, 0x99, 0x11, 0xeb, 0xeb, 0x05, 0xa9, 0x9d, 0x5e, - 0x90, 0xda, 0xd9, 0x05, 0xa9, 0x7d, 0xdc, 0xfe, 0x87, 0xfb, 0xea, 0x1a, 0x9f, 0x9f, 0x2d, 0xe3, - 0x79, 0xb8, 0x04, 0xff, 0xe2, 0xe9, 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, 0xee, 0xb2, 0x15, 0x7c, - 0xa0, 0x04, 0x00, 0x00, + // 573 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x93, 0x31, 0x6f, 0xd4, 0x3e, + 0x18, 0xc6, 0xe3, 0xff, 0xbf, 0x77, 0x69, 0x7d, 0xd7, 0xa2, 0x1a, 0x15, 0x02, 0x48, 0x76, 0x85, + 0xa0, 0xea, 0xc0, 0x5d, 0x24, 0x10, 0x0b, 0x9d, 0xb8, 0x16, 0x55, 0x95, 0xa0, 0xa0, 0x14, 0x3a, + 0xb0, 0xf9, 0x12, 0x93, 0xb3, 0xd4, 0xd8, 0x95, 0xe3, 0x9c, 0xca, 0x80, 0xc4, 0x47, 0xe0, 0x63, + 0x20, 0x36, 0xbe, 0x05, 0x63, 0xc7, 0x4e, 0x81, 0xe6, 0x16, 0x94, 0xa9, 0x1f, 0x01, 0xc5, 0xb9, + 0x34, 0x6e, 0x99, 0x98, 0x62, 0xff, 0xde, 0xe7, 0x79, 0x1f, 0xcb, 0xce, 0x0b, 0x57, 0xb5, 0xa2, + 0x22, 0xa5, 0xa1, 0xe6, 0x52, 0x0c, 0x8f, 0x95, 0xd4, 0x12, 0x75, 0xcc, 0xe7, 0xee, 0x20, 0xe6, + 0x7a, 0x92, 0x8d, 0x87, 0xa1, 0x4c, 0xfc, 0x58, 0xc6, 0xd2, 0x37, 0x78, 0x9c, 0x7d, 0x30, 0x3b, + 0xb3, 0x31, 0xab, 0xda, 0x75, 0xff, 0x7b, 0x17, 0xf6, 0xde, 0xb6, 0xbd, 0x10, 0x81, 0x9d, 0x7d, + 0x29, 0x42, 0xe6, 0x81, 0x75, 0xb0, 0xb9, 0x30, 0x5a, 0x2a, 0x73, 0xd2, 0x11, 0x15, 0x08, 0x6a, + 0x8e, 0x26, 0xb0, 0x73, 0x48, 0x8f, 0x32, 0xe6, 0xfd, 0xb7, 0x0e, 0x36, 0xfb, 0xa3, 0xa0, 0x12, + 0x4c, 0x2b, 0xf0, 0xed, 0x27, 0x79, 0x91, 0x50, 0x3d, 0xf1, 0xc7, 0x3c, 0x1e, 0xee, 0x09, 0xbd, + 0x65, 0x1d, 0x24, 0xc9, 0x8e, 0x34, 0x9f, 0x32, 0x95, 0x9e, 0xf8, 0xc9, 0xc9, 0x20, 0x9c, 0x50, + 0x2e, 0x06, 0xa1, 0x54, 0x6c, 0x10, 0x4b, 0x3f, 0xa2, 0x9a, 0x0e, 0x47, 0x3c, 0xde, 0x13, 0x7a, + 0x9b, 0xa6, 0x9a, 0xa9, 0xa0, 0x0e, 0x40, 0x1b, 0xd0, 0x0d, 0xc2, 0xe9, 0xf3, 0x28, 0x52, 0xde, + 0xff, 0x26, 0xab, 0x5f, 0xe6, 0x64, 0x51, 0xb1, 0x90, 0x55, 0xad, 0x82, 0xa6, 0x88, 0xb6, 0x60, + 0x2f, 0x08, 0xa7, 0xef, 0x52, 0xa6, 0xf6, 0x69, 0xc2, 0xbc, 0x05, 0xa3, 0xbd, 0x53, 0xe6, 0x64, + 0x4d, 0xb5, 0xf8, 0x91, 0x4c, 0xb8, 0x66, 0xc9, 0xb1, 0xfe, 0x18, 0xd8, 0x6a, 0xf4, 0x00, 0xba, + 0x07, 0x22, 0x32, 0x21, 0x1d, 0x63, 0x84, 0x65, 0x4e, 0xba, 0x29, 0x13, 0x51, 0x15, 0x31, 0x2f, + 0x55, 0x11, 0x07, 0x22, 0xba, 0x8c, 0xe8, 0xb6, 0x11, 0x69, 0x8b, 0xed, 0x08, 0x4b, 0x8d, 0x1e, + 0xc3, 0xc5, 0x5d, 0x9a, 0xbe, 0x51, 0x3c, 0x64, 0x9e, 0x6b, 0x6e, 0xf5, 0x56, 0x99, 0x13, 0x14, + 0xcf, 0x99, 0x65, 0xbb, 0xd4, 0xcd, 0x3d, 0x2f, 0x79, 0xc2, 0xb5, 0xb7, 0x78, 0xc5, 0x63, 0xd8, + 0x35, 0x8f, 0x61, 0x68, 0x03, 0x2e, 0xec, 0x50, 0x4d, 0xbd, 0x25, 0x73, 0x3a, 0x54, 0xe6, 0x64, + 0xa5, 0xba, 0x5b, 0x4b, 0x6b, 0xea, 0xe8, 0x21, 0x74, 0xb7, 0xab, 0x17, 0xd8, 0xdb, 0xf1, 0xa0, + 0x91, 0xf6, 0xca, 0x9c, 0xb8, 0x61, 0x8d, 0x82, 0xa6, 0x56, 0xc9, 0x0e, 0x99, 0x4a, 0xb9, 0x14, + 0x5e, 0x6f, 0x1d, 0x6c, 0x2e, 0xd7, 0xb2, 0x69, 0x8d, 0x82, 0xa6, 0x86, 0x9e, 0xc2, 0xa5, 0x03, + 0x1e, 0x0b, 0xaa, 0x33, 0xc5, 0xbc, 0xbe, 0xe9, 0x77, 0xbb, 0xcc, 0xc9, 0xcd, 0xb4, 0x81, 0x56, + 0x7e, 0xab, 0x44, 0x3e, 0x74, 0x5f, 0x1f, 0x57, 0x7f, 0x5c, 0xea, 0x2d, 0x9b, 0xee, 0x6b, 0x65, + 0x4e, 0x56, 0x65, 0x8d, 0x2c, 0x4b, 0xa3, 0x42, 0xcf, 0x60, 0x7f, 0x37, 0xa3, 0x2a, 0xe2, 0x54, + 0x98, 0xd7, 0x5a, 0x31, 0x51, 0xf5, 0xad, 0xcc, 0xb9, 0x65, 0xbb, 0xa2, 0x45, 0xaf, 0xe0, 0x6a, + 0xb3, 0x6f, 0xcf, 0x7a, 0xc3, 0x34, 0x20, 0x65, 0x4e, 0xee, 0xc5, 0xd7, 0x8b, 0x56, 0xa7, 0xbf, + 0x9d, 0xa3, 0x4f, 0xa7, 0xe7, 0xd8, 0x39, 0x3b, 0xc7, 0xce, 0xc5, 0x39, 0x06, 0x9f, 0x0b, 0x0c, + 0xbe, 0x16, 0x18, 0xfc, 0x28, 0x30, 0x38, 0x2d, 0x30, 0x38, 0x2b, 0x30, 0xf8, 0x55, 0x60, 0xf0, + 0xbb, 0xc0, 0xce, 0x45, 0x81, 0xc1, 0x97, 0x19, 0x76, 0x4e, 0x67, 0xd8, 0x39, 0x9b, 0x61, 0xe7, + 0xfd, 0xf6, 0x3f, 0xcc, 0x84, 0x6f, 0x8d, 0xf8, 0x96, 0xb5, 0x1e, 0x77, 0xcd, 0xe4, 0x3e, 0xf9, + 0x13, 0x00, 0x00, 0xff, 0xff, 0x38, 0xda, 0x76, 0x84, 0x04, 0x04, 0x00, 0x00, } func (this *Transaction) Equal(that interface{}) bool { @@ -313,24 +293,13 @@ func (this *Transaction) Equal(that interface{}) bool { if !bytes.Equal(this.GuardianSignature, that1.GuardianSignature) { return false } - if !bytes.Equal(this.RelayerAddr, that1.RelayerAddr) { - return false - } - if len(this.InnerTransactions) != len(that1.InnerTransactions) { - return false - } - for i := range this.InnerTransactions { - if !this.InnerTransactions[i].Equal(that1.InnerTransactions[i]) { - return false - } - } return true } func (this *Transaction) GoString() string { if this == nil { return "nil" } - s := make([]string, 0, 21) + s := make([]string, 0, 19) s = append(s, "&transaction.Transaction{") s = append(s, "Nonce: "+fmt.Sprintf("%#v", this.Nonce)+",\n") s = append(s, "Value: "+fmt.Sprintf("%#v", this.Value)+",\n") @@ -347,10 +316,6 @@ func (this *Transaction) GoString() string { s = append(s, "Options: "+fmt.Sprintf("%#v", this.Options)+",\n") s = append(s, "GuardianAddr: "+fmt.Sprintf("%#v", this.GuardianAddr)+",\n") s = append(s, "GuardianSignature: "+fmt.Sprintf("%#v", this.GuardianSignature)+",\n") - s = append(s, "RelayerAddr: "+fmt.Sprintf("%#v", this.RelayerAddr)+",\n") - if this.InnerTransactions != nil { - s = append(s, "InnerTransactions: "+fmt.Sprintf("%#v", this.InnerTransactions)+",\n") - } s = append(s, "}") return strings.Join(s, "") } @@ -382,31 +347,6 @@ func (m *Transaction) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l - if len(m.InnerTransactions) > 0 { - for iNdEx := len(m.InnerTransactions) - 1; iNdEx >= 0; iNdEx-- { - { - size, err := m.InnerTransactions[iNdEx].MarshalToSizedBuffer(dAtA[:i]) - if err != nil { - return 0, err - } - i -= size - i = encodeVarintTransaction(dAtA, i, uint64(size)) - } - i-- - dAtA[i] = 0x1 - i-- - dAtA[i] = 0x8a - } - } - if len(m.RelayerAddr) > 0 { - i -= len(m.RelayerAddr) - copy(dAtA[i:], m.RelayerAddr) - i = encodeVarintTransaction(dAtA, i, uint64(len(m.RelayerAddr))) - i-- - dAtA[i] = 0x1 - i-- - dAtA[i] = 0x82 - } if len(m.GuardianSignature) > 0 { i -= len(m.GuardianSignature) copy(dAtA[i:], m.GuardianSignature) @@ -582,16 +522,6 @@ func (m *Transaction) Size() (n int) { if l > 0 { n += 1 + l + sovTransaction(uint64(l)) } - l = len(m.RelayerAddr) - if l > 0 { - n += 2 + l + sovTransaction(uint64(l)) - } - if len(m.InnerTransactions) > 0 { - for _, e := range m.InnerTransactions { - l = e.Size() - n += 2 + l + sovTransaction(uint64(l)) - } - } return n } @@ -605,11 +535,6 @@ func (this *Transaction) String() string { if this == nil { return "nil" } - repeatedStringForInnerTransactions := "[]*Transaction{" - for _, f := range this.InnerTransactions { - repeatedStringForInnerTransactions += strings.Replace(f.String(), "Transaction", "Transaction", 1) + "," - } - repeatedStringForInnerTransactions += "}" s := strings.Join([]string{`&Transaction{`, `Nonce:` + fmt.Sprintf("%v", this.Nonce) + `,`, `Value:` + fmt.Sprintf("%v", this.Value) + `,`, @@ -626,8 +551,6 @@ func (this *Transaction) String() string { `Options:` + fmt.Sprintf("%v", this.Options) + `,`, `GuardianAddr:` + fmt.Sprintf("%v", this.GuardianAddr) + `,`, `GuardianSignature:` + fmt.Sprintf("%v", this.GuardianSignature) + `,`, - `RelayerAddr:` + fmt.Sprintf("%v", this.RelayerAddr) + `,`, - `InnerTransactions:` + repeatedStringForInnerTransactions + `,`, `}`, }, "") return s @@ -1108,74 +1031,6 @@ func (m *Transaction) Unmarshal(dAtA []byte) error { m.GuardianSignature = []byte{} } iNdEx = postIndex - case 16: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field RelayerAddr", wireType) - } - var byteLen int - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowTransaction - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - byteLen |= int(b&0x7F) << shift - if b < 0x80 { - break - } - } - if byteLen < 0 { - return ErrInvalidLengthTransaction - } - postIndex := iNdEx + byteLen - if postIndex < 0 { - return ErrInvalidLengthTransaction - } - if postIndex > l { - return io.ErrUnexpectedEOF - } - m.RelayerAddr = append(m.RelayerAddr[:0], dAtA[iNdEx:postIndex]...) - if m.RelayerAddr == nil { - m.RelayerAddr = []byte{} - } - iNdEx = postIndex - case 17: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field InnerTransactions", wireType) - } - var msglen int - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowTransaction - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - msglen |= int(b&0x7F) << shift - if b < 0x80 { - break - } - } - if msglen < 0 { - return ErrInvalidLengthTransaction - } - postIndex := iNdEx + msglen - if postIndex < 0 { - return ErrInvalidLengthTransaction - } - if postIndex > l { - return io.ErrUnexpectedEOF - } - m.InnerTransactions = append(m.InnerTransactions, &Transaction{}) - if err := m.InnerTransactions[len(m.InnerTransactions)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } - iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipTransaction(dAtA[iNdEx:]) diff --git a/data/transaction/transaction.proto b/data/transaction/transaction.proto index 5912769d..e9026a45 100644 --- a/data/transaction/transaction.proto +++ b/data/transaction/transaction.proto @@ -30,6 +30,4 @@ message Transaction { uint32 Options = 13 [(gogoproto.jsontag) = "options,omitempty"]; bytes GuardianAddr = 14 [(gogoproto.jsontag) = "guardian,omitempty"]; bytes GuardianSignature = 15 [(gogoproto.jsontag) = "guardianSignature,omitempty"]; - bytes RelayerAddr = 16 [(gogoproto.jsontag) = "relayer,omitempty"]; - repeated Transaction InnerTransactions = 17 [(gogoproto.jsontag) = "innerTransactions,omitempty"]; } diff --git a/data/transaction/transaction_test.go b/data/transaction/transaction_test.go index 9432789a..8025de68 100644 --- a/data/transaction/transaction_test.go +++ b/data/transaction/transaction_test.go @@ -23,18 +23,11 @@ func TestTransaction_SettersAndGetters(t *testing.T) { gasLimit := uint64(5) sender := []byte("sndr") receiver := []byte("receiver") - innerTxs := []*transaction.Transaction{ - { - Nonce: 123, - RelayerAddr: sender, - }, - } tx := &transaction.Transaction{ - Nonce: nonce, - GasPrice: gasPrice, - GasLimit: gasLimit, - InnerTransactions: innerTxs, + Nonce: nonce, + GasPrice: gasPrice, + GasLimit: gasLimit, } assert.False(t, check.IfNil(tx)) @@ -50,8 +43,6 @@ func TestTransaction_SettersAndGetters(t *testing.T) { assert.Equal(t, gasLimit, tx.GetGasLimit()) assert.Equal(t, sender, tx.GetSndAddr()) assert.Equal(t, receiver, tx.GetRcvAddr()) - assert.Equal(t, innerTxs[0], tx.GetUserTransactions()[0]) - assert.Equal(t, sender, tx.GetInnerTransactions()[0].GetRelayerAddr()) } func TestTransaction_MarshalUnmarshalJsonShouldWork(t *testing.T) { @@ -67,11 +58,6 @@ func TestTransaction_MarshalUnmarshalJsonShouldWork(t *testing.T) { GasLimit: 5678, Data: []byte("data"), Signature: []byte("signature"), - InnerTransactions: []*transaction.Transaction{ - { - Nonce: 123, - }, - }, } buff, err := json.Marshal(tx) @@ -196,9 +182,6 @@ func TestTransaction_GetDataForSigningMarshalizerErrShouldErr(t *testing.T) { MarshalCalled: func(obj interface{}) (bytes []byte, err error) { return nil, expectedErr }, - UnmarshalCalled: func(obj interface{}, buff []byte) error { - return nil - }, }, &mock.HasherMock{}, ) @@ -269,54 +252,6 @@ func TestTransaction_GetDataForSigningShouldWork(t *testing.T) { assert.Equal(t, 2, numEncodeCalled) }) - t.Run("inner txs, without hash sign option set", func(t *testing.T) { - t.Parallel() - - tx1 := &transaction.Transaction{ - Nonce: 1, - } - tx := &transaction.Transaction{ - Nonce: 3, - InnerTransactions: []*transaction.Transaction{tx1}, - } - - numEncodeCalled := 0 - marshallWasCalled := false - hasherWasCalled := false - buff, err := tx.GetDataForSigning( - &mock.PubkeyConverterStub{ - EncodeCalled: func(pkBytes []byte) (string, error) { - numEncodeCalled++ - return "", nil - }, - }, - &mock.MarshalizerStub{ - MarshalCalled: func(obj interface{}) (bytes []byte, err error) { - marshallWasCalled = true - - return json.Marshal(obj) - }, - }, - &mock.HasherStub{ - ComputeCalled: func(s string) []byte { - hasherWasCalled = true - - return make([]byte, 0) - }, - }, - ) - - assert.Nil(t, err) - - var ftx transaction.FrontendTransaction - err = json.Unmarshal(buff, &ftx) - assert.Nil(t, err) - - assert.True(t, marshallWasCalled) - assert.False(t, hasherWasCalled) - assert.Equal(t, 4, numEncodeCalled) - }) - t.Run("with hash sign option set", func(t *testing.T) { t.Parallel()