diff --git a/data/api/options.go b/data/api/options.go index 9aaedb90..8e88dea9 100644 --- a/data/api/options.go +++ b/data/api/options.go @@ -17,4 +17,5 @@ type AccountQueryOptions struct { type BlockQueryOptions struct { WithTransactions bool WithLogs bool + ForHyperblock bool } diff --git a/data/interface.go b/data/interface.go index ee2f0ed0..e5ace400 100644 --- a/data/interface.go +++ b/data/interface.go @@ -391,6 +391,14 @@ type GuardedTransactionHandler interface { GetDataForSigning(encoder Encoder, marshaller Marshaller, hasher Hasher) ([]byte, error) } +// RelayedTransactionHandler defines functionality for the relayed transactions +type RelayedTransactionHandler interface { + GetRelayerAddr() []byte + GetRelayerSignature() []byte + GetSignature() []byte + GetDataForSigning(encoder Encoder, marshaller Marshaller, hasher Hasher) ([]byte, error) +} + // LogHandler defines the type for a log resulted from executing a transaction or smart contract call type LogHandler interface { // GetAddress returns the address of the sc that was originally called by the user diff --git a/data/outport/feeInfo.go b/data/outport/feeInfo.go index 3741fa02..8229b988 100644 --- a/data/outport/feeInfo.go +++ b/data/outport/feeInfo.go @@ -16,3 +16,13 @@ func (f *FeeInfo) SetGasUsed(gasUsed uint64) { func (f *FeeInfo) SetFee(fee *big.Int) { f.Fee = fee } + +// SetGasRefunded sets the gas units refunded +func (f *FeeInfo) SetGasRefunded(gasRefunded uint64) { + f.GasRefunded = gasRefunded +} + +// SetHadRefund sets hadRefund field with true +func (f *FeeInfo) SetHadRefund() { + f.HadRefund = true +} diff --git a/data/outport/outportBlock.pb.go b/data/outport/outportBlock.pb.go index f7020b56..f3cf4d6b 100644 --- a/data/outport/outportBlock.pb.go +++ b/data/outport/outportBlock.pb.go @@ -325,6 +325,8 @@ type FeeInfo struct { GasUsed uint64 `protobuf:"varint,1,opt,name=GasUsed,proto3" json:"gasUsed"` Fee *math_big.Int `protobuf:"bytes,2,opt,name=Fee,proto3,casttypewith=math/big.Int;github.com/multiversx/mx-chain-core-go/data.BigIntCaster" json:"fee,omitempty"` InitialPaidFee *math_big.Int `protobuf:"bytes,3,opt,name=InitialPaidFee,proto3,casttypewith=math/big.Int;github.com/multiversx/mx-chain-core-go/data.BigIntCaster" json:"initialPaidFee,omitempty"` + GasRefunded uint64 `protobuf:"varint,4,opt,name=GasRefunded,proto3" json:"gasRefunded,omitempty"` + HadRefund bool `protobuf:"varint,5,opt,name=HadRefund,proto3" json:"hadRefund,omitempty"` } func (m *FeeInfo) Reset() { *m = FeeInfo{} } @@ -376,6 +378,20 @@ func (m *FeeInfo) GetInitialPaidFee() *math_big.Int { return nil } +func (m *FeeInfo) GetGasRefunded() uint64 { + if m != nil { + return m.GasRefunded + } + return 0 +} + +func (m *FeeInfo) GetHadRefund() bool { + if m != nil { + return m.HadRefund + } + return false +} + type TxInfo struct { Transaction *transaction.Transaction `protobuf:"bytes,1,opt,name=Transaction,proto3" json:"transaction,omitempty"` FeeInfo *FeeInfo `protobuf:"bytes,2,opt,name=FeeInfo,proto3" json:"feeInfo,omitempty"` @@ -1138,128 +1154,130 @@ func init() { func init() { proto.RegisterFile("outportBlock.proto", fileDescriptor_661b95cef868af95) } var fileDescriptor_661b95cef868af95 = []byte{ - // 1931 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x59, 0x4b, 0x70, 0xe3, 0x48, - 0x19, 0x8e, 0xfc, 0x88, 0xe3, 0xdf, 0x89, 0x93, 0xe9, 0xcd, 0x04, 0x4d, 0x86, 0xb5, 0x82, 0x67, - 0x76, 0x49, 0x31, 0x8c, 0xcd, 0xce, 0x4e, 0x51, 0x53, 0x33, 0xb5, 0x05, 0xa3, 0xcc, 0xcb, 0xcc, - 0x23, 0x29, 0x25, 0xb0, 0xcc, 0x16, 0x55, 0x20, 0x5b, 0x1d, 0x59, 0x35, 0xb6, 0xda, 0x48, 0xed, - 0x60, 0x73, 0x81, 0x13, 0xcb, 0x81, 0xad, 0xe2, 0xc8, 0x8d, 0x2b, 0xc5, 0x81, 0x2b, 0x07, 0xee, - 0x14, 0x27, 0x6a, 0x4e, 0xd4, 0x9c, 0x04, 0x93, 0xb9, 0x50, 0x3a, 0x50, 0x7b, 0xe3, 0x4a, 0xa9, - 0xbb, 0x65, 0xb5, 0x64, 0x65, 0xcb, 0x59, 0xd8, 0xe2, 0x12, 0x4b, 0xff, 0xe3, 0xfb, 0xbb, 0xff, - 0x57, 0xff, 0xad, 0x00, 0x22, 0x63, 0x3a, 0x22, 0x1e, 0xd5, 0x07, 0xa4, 0xf7, 0xa2, 0x35, 0xf2, - 0x08, 0x25, 0xa8, 0xcc, 0x7e, 0xb6, 0xaf, 0xdb, 0x0e, 0xed, 0x8f, 0xbb, 0xad, 0x1e, 0x19, 0xb6, - 0x6d, 0x62, 0x93, 0x36, 0x23, 0x77, 0xc7, 0xc7, 0xec, 0x8d, 0xbd, 0xb0, 0x27, 0xae, 0xb5, 0xfd, - 0x81, 0x24, 0x3e, 0x1c, 0x0f, 0xa8, 0x73, 0x82, 0x3d, 0x7f, 0xd2, 0x1e, 0x4e, 0xae, 0xf7, 0xfa, - 0xa6, 0xe3, 0x5e, 0xef, 0x11, 0x0f, 0x5f, 0xb7, 0x49, 0xdb, 0x32, 0xa9, 0xd9, 0xee, 0x46, 0xe6, - 0xf8, 0x5f, 0xa1, 0x7e, 0xf7, 0x3c, 0xea, 0xd4, 0x33, 0x5d, 0xdf, 0xec, 0x51, 0x87, 0xb8, 0xed, - 0x01, 0xb1, 0x05, 0x44, 0xe7, 0xf3, 0x42, 0x48, 0xcf, 0x02, 0xea, 0xf9, 0x79, 0xa0, 0xfc, 0xa1, - 0xe9, 0xd1, 0x3d, 0xe2, 0x52, 0xcf, 0xec, 0x51, 0x03, 0xfb, 0xe3, 0x01, 0xcd, 0xa3, 0x7d, 0x9e, - 0x8d, 0x7a, 0xb8, 0x87, 0x9d, 0x11, 0x8d, 0x7f, 0x05, 0xc4, 0xde, 0xf9, 0x20, 0x7e, 0x62, 0x7a, - 0xd6, 0xd1, 0x64, 0xf6, 0x20, 0x40, 0xf6, 0xcf, 0x03, 0x62, 0x0e, 0x28, 0xf6, 0xb0, 0x75, 0xb7, - 0xd7, 0x23, 0x63, 0x97, 0x66, 0x5e, 0x39, 0x60, 0xf3, 0x4f, 0x15, 0x58, 0xdd, 0x97, 0xb2, 0x09, - 0xb5, 0xa1, 0x72, 0xd8, 0x37, 0x3d, 0xab, 0x73, 0x4f, 0x55, 0x76, 0x94, 0xdd, 0x35, 0xfd, 0x62, - 0x18, 0x68, 0x17, 0x7c, 0x4e, 0xfa, 0x3a, 0x19, 0x3a, 0x14, 0x0f, 0x47, 0x74, 0x6a, 0xc4, 0x52, - 0xe8, 0x21, 0x54, 0x99, 0xe6, 0x3d, 0x93, 0x9a, 0x6a, 0x61, 0x47, 0xd9, 0xad, 0xdd, 0xd8, 0xe0, - 0xe0, 0xad, 0x19, 0x5d, 0xff, 0x52, 0x18, 0x68, 0x6f, 0x75, 0xe3, 0x57, 0x09, 0x26, 0xd1, 0x45, - 0x3f, 0x84, 0xf5, 0xa3, 0x24, 0xa6, 0x07, 0x84, 0x0c, 0xd4, 0x22, 0x83, 0xdb, 0x12, 0x70, 0x19, - 0xae, 0xfe, 0x76, 0x18, 0x68, 0x97, 0x68, 0x9a, 0x28, 0x41, 0x67, 0xd1, 0x90, 0x0f, 0x9b, 0x8f, - 0xb0, 0x69, 0x61, 0xef, 0xa1, 0xe9, 0xef, 0x11, 0xd7, 0x1f, 0x0f, 0x47, 0x11, 0x4f, 0x2d, 0x31, - 0x2b, 0x97, 0x85, 0x95, 0x3c, 0x11, 0xbd, 0x19, 0x06, 0x5a, 0xa3, 0x9f, 0xc3, 0x91, 0xec, 0xe5, - 0x82, 0xa3, 0x1f, 0xc3, 0xfa, 0xdd, 0x94, 0xe3, 0x7d, 0xb5, 0xbc, 0x53, 0xdc, 0xad, 0xdd, 0xd8, - 0x15, 0xf6, 0x64, 0xef, 0xb7, 0x32, 0xa2, 0xf7, 0x5d, 0xea, 0x4d, 0xf9, 0x3e, 0xd3, 0xd1, 0xf3, - 0xe5, 0x7d, 0x66, 0x94, 0xd0, 0x0f, 0x60, 0xeb, 0x19, 0xa1, 0xa6, 0xe7, 0xfc, 0x14, 0x5b, 0x7c, - 0x4d, 0xfe, 0x23, 0xd3, 0xef, 0x63, 0x5f, 0x5d, 0xde, 0x29, 0xee, 0x56, 0xf5, 0xab, 0x61, 0xa0, - 0xed, 0xb8, 0xb9, 0x12, 0x12, 0xec, 0x19, 0x18, 0xe8, 0x36, 0xd4, 0x9f, 0x8d, 0x87, 0x5d, 0xec, - 0xed, 0x1f, 0xb3, 0x14, 0xf0, 0xd5, 0x0a, 0xcb, 0x13, 0x14, 0x06, 0x5a, 0xdd, 0x4d, 0x71, 0x8c, - 0x8c, 0x24, 0xba, 0x07, 0xf5, 0x43, 0xc7, 0x76, 0xb1, 0xe7, 0x77, 0x5c, 0x0b, 0x4f, 0xb0, 0xaf, - 0xae, 0xec, 0x14, 0x77, 0x4b, 0xfa, 0x97, 0xc3, 0x40, 0x53, 0xfd, 0x14, 0x47, 0x5a, 0x49, 0x46, - 0x07, 0x19, 0xb0, 0xf5, 0xc8, 0xb1, 0xfb, 0xd8, 0xa7, 0x0f, 0x1c, 0xd7, 0x1c, 0x30, 0xcf, 0x3d, - 0x23, 0x6e, 0x0f, 0xab, 0xd5, 0x1d, 0x65, 0xb7, 0xa4, 0x6f, 0x87, 0x81, 0xb6, 0xd5, 0xcf, 0x95, - 0x30, 0xce, 0xd0, 0x44, 0xcf, 0xe1, 0xe2, 0x1c, 0x27, 0xda, 0xb0, 0x0a, 0x3b, 0xca, 0xee, 0xaa, - 0x7e, 0x25, 0x0c, 0x34, 0xad, 0x9f, 0x27, 0x20, 0xad, 0x33, 0x1f, 0x61, 0xfb, 0x39, 0x6c, 0xe6, - 0x85, 0x15, 0x6d, 0x40, 0xf1, 0x05, 0x9e, 0xb2, 0x2a, 0xab, 0x1a, 0xd1, 0x23, 0xba, 0x06, 0xe5, - 0x13, 0x73, 0x30, 0xc6, 0xa2, 0x8c, 0x2e, 0x8a, 0x0c, 0x49, 0x6b, 0x1b, 0x5c, 0xe6, 0x76, 0xe1, - 0x96, 0xd2, 0xfc, 0x55, 0x51, 0x2a, 0xbe, 0xf3, 0x97, 0xee, 0x1d, 0xa8, 0xf1, 0xd8, 0xea, 0x53, - 0x8a, 0x7d, 0x66, 0x75, 0x55, 0xbf, 0x14, 0x06, 0xda, 0xc5, 0x7e, 0x42, 0x96, 0x14, 0x65, 0x69, - 0x74, 0x0b, 0x80, 0xbf, 0x1e, 0x4d, 0x47, 0x98, 0x55, 0x6a, 0x55, 0x57, 0xc3, 0x40, 0xdb, 0xec, - 0xcf, 0xa8, 0x92, 0xaa, 0x24, 0x9b, 0x68, 0x32, 0x07, 0x97, 0x98, 0x55, 0x49, 0x33, 0xe3, 0x55, - 0x49, 0x16, 0xbd, 0x0f, 0x25, 0x9d, 0x58, 0x53, 0xb5, 0xcc, 0xfc, 0x53, 0x8b, 0xdb, 0x0c, 0xb1, - 0xa6, 0x3c, 0xfd, 0xba, 0xc4, 0x9a, 0x4a, 0xaa, 0x4c, 0x18, 0xf5, 0x61, 0xb3, 0x13, 0xb5, 0x74, - 0xb6, 0xeb, 0xa7, 0x8e, 0xeb, 0x30, 0x8f, 0xf1, 0x62, 0x48, 0x7a, 0xd5, 0x8c, 0xc1, 0x6b, 0xdd, - 0xc9, 0xd1, 0x90, 0x6b, 0x3d, 0x0f, 0xb1, 0xf9, 0x31, 0xcc, 0xb5, 0x30, 0xd4, 0x87, 0x55, 0x89, - 0xe4, 0xab, 0x4a, 0xaa, 0xf8, 0x33, 0xd2, 0xf2, 0xbb, 0x28, 0x7e, 0x96, 0xcc, 0x52, 0x93, 0x93, - 0x57, 0x91, 0x42, 0x46, 0xbf, 0x54, 0x60, 0xf3, 0x70, 0xfe, 0x04, 0x8b, 0xe2, 0x1a, 0x99, 0xfc, - 0xc6, 0x19, 0x26, 0xf3, 0x54, 0xb8, 0x69, 0xe6, 0x88, 0x9c, 0x33, 0x31, 0xe5, 0x88, 0x3c, 0x75, - 0x74, 0x04, 0x15, 0x83, 0x1d, 0x5c, 0xbe, 0x5a, 0x64, 0xc6, 0xaf, 0x9c, 0x61, 0x5c, 0x48, 0x71, - 0x7b, 0x2c, 0x5d, 0xf9, 0x81, 0x27, 0x9b, 0x88, 0xa1, 0xd0, 0xf7, 0x61, 0xc5, 0xe0, 0x47, 0xaa, - 0xaf, 0x96, 0x18, 0xec, 0xd5, 0x33, 0x61, 0xb9, 0x18, 0xc7, 0xdd, 0x0a, 0x03, 0x0d, 0x89, 0xc3, - 0x58, 0x06, 0x9e, 0xa1, 0xa1, 0x1f, 0x01, 0x74, 0xdc, 0x13, 0x73, 0xe0, 0x58, 0x47, 0x93, 0xb8, - 0x3f, 0xbf, 0x7b, 0x06, 0x76, 0x22, 0xc8, 0xd1, 0x59, 0xe6, 0x3a, 0x33, 0xa2, 0x9c, 0xb9, 0x89, - 0x28, 0xfa, 0x26, 0x94, 0x9e, 0x10, 0x3b, 0x4e, 0xba, 0xba, 0xc0, 0x7e, 0x42, 0x6c, 0x76, 0x3c, - 0xb2, 0xe4, 0x1d, 0x10, 0x5b, 0xd6, 0x66, 0xf2, 0xe8, 0x17, 0x0a, 0x5c, 0x3d, 0xec, 0xf5, 0xb1, - 0x35, 0x1e, 0x60, 0xeb, 0xfe, 0x04, 0xf7, 0xc6, 0x14, 0x5b, 0x87, 0x7b, 0xc6, 0x21, 0xef, 0xc6, - 0x07, 0x1e, 0x3e, 0x61, 0xc9, 0xa7, 0x56, 0x58, 0x6b, 0xbf, 0x11, 0x06, 0x5a, 0xcb, 0x5f, 0x40, - 0x5e, 0x32, 0xb4, 0x10, 0x3e, 0xfa, 0x8d, 0x02, 0x5f, 0x9b, 0x13, 0x4c, 0x36, 0x98, 0x5d, 0xce, - 0x0a, 0x5b, 0xce, 0xad, 0x30, 0xd0, 0x6e, 0xfa, 0x0b, 0x6b, 0x49, 0x8b, 0x3a, 0x87, 0xad, 0xed, - 0x67, 0x70, 0x61, 0xae, 0x6e, 0x72, 0xba, 0xeb, 0x95, 0x74, 0x77, 0x5d, 0x8b, 0xe3, 0x3b, 0xe9, - 0xb8, 0xc7, 0x44, 0xea, 0xaa, 0xdb, 0x1f, 0xc2, 0xa5, 0x33, 0x8b, 0x22, 0x07, 0xf7, 0x6a, 0x1a, - 0x37, 0x8e, 0xed, 0xe1, 0x9e, 0x91, 0x05, 0x7e, 0x0a, 0xab, 0x72, 0xc2, 0xe7, 0x60, 0x7d, 0x35, - 0x8d, 0x75, 0x41, 0x60, 0x71, 0xad, 0x2c, 0xdc, 0x63, 0x58, 0x4b, 0x25, 0xfa, 0xe2, 0x6b, 0x13, - 0x6a, 0x32, 0xd8, 0x13, 0x58, 0xcf, 0x64, 0xf6, 0x7f, 0xe1, 0xc2, 0xe6, 0x1f, 0x0a, 0x50, 0x79, - 0x80, 0x71, 0x44, 0x46, 0xef, 0x40, 0xe5, 0xa1, 0xe9, 0x7f, 0xd7, 0xc7, 0x16, 0x83, 0x2a, 0xe9, - 0xb5, 0x30, 0xd0, 0x2a, 0x36, 0x27, 0x19, 0x31, 0x0f, 0x0d, 0xa0, 0xf8, 0x00, 0x63, 0x71, 0x08, - 0x7d, 0x14, 0x06, 0xda, 0xda, 0x31, 0x96, 0x4e, 0x90, 0xdf, 0xff, 0x5d, 0xbb, 0x3f, 0x34, 0x69, - 0xbf, 0xdd, 0x75, 0xec, 0x56, 0xc7, 0xa5, 0x77, 0xce, 0x31, 0x09, 0xb7, 0x74, 0xc7, 0xee, 0xb8, - 0x74, 0xcf, 0xf4, 0x29, 0xf6, 0x8c, 0xc8, 0x0c, 0xfa, 0x44, 0x81, 0x7a, 0xc7, 0x75, 0xa8, 0x63, - 0x0e, 0x0e, 0x4c, 0xc7, 0x8a, 0x2c, 0x17, 0x99, 0x65, 0x1c, 0x8d, 0x22, 0x4e, 0x8a, 0xf3, 0x45, - 0x2c, 0x22, 0x63, 0xbc, 0xf9, 0x37, 0x05, 0x96, 0xb9, 0x1b, 0xd1, 0x3e, 0xd4, 0xa4, 0x74, 0x66, - 0x3e, 0xab, 0xdd, 0x40, 0xf3, 0xdd, 0x88, 0x9f, 0xd4, 0xd2, 0xd1, 0x20, 0x9f, 0xd4, 0x92, 0x1c, - 0xfa, 0xd6, 0x2c, 0x16, 0x99, 0x34, 0x10, 0x54, 0xde, 0x78, 0x8f, 0xf9, 0x8b, 0xdc, 0x78, 0xe3, - 0x08, 0xde, 0x86, 0x3a, 0xaf, 0x42, 0x87, 0xb8, 0xfb, 0x9e, 0x85, 0x3d, 0xe6, 0x2b, 0x31, 0xf2, - 0xe1, 0x14, 0xc7, 0xc8, 0x48, 0x36, 0xff, 0xad, 0x40, 0x45, 0x94, 0x02, 0x22, 0xf0, 0x56, 0x4e, - 0x61, 0x89, 0x1d, 0x6e, 0xc7, 0x75, 0x33, 0x2f, 0xa1, 0x7f, 0x25, 0x0c, 0xb4, 0xb7, 0x73, 0x4e, - 0x22, 0x69, 0xb1, 0x79, 0xc8, 0xff, 0xdf, 0x9d, 0x1f, 0x41, 0x45, 0xf4, 0x77, 0xd4, 0x8c, 0x82, - 0xcb, 0xa6, 0x1d, 0x56, 0x4c, 0x3a, 0x84, 0x81, 0xb6, 0x4c, 0x19, 0xc5, 0x10, 0x1c, 0xf4, 0x0e, - 0x14, 0x9f, 0x10, 0x5b, 0xac, 0x13, 0x92, 0x03, 0x42, 0xaf, 0x84, 0x81, 0x56, 0x1c, 0x10, 0xdb, - 0x88, 0xf8, 0xcd, 0x8f, 0x15, 0x80, 0xa4, 0x1d, 0xa0, 0x0f, 0x60, 0x99, 0xbf, 0x09, 0x2f, 0xae, - 0xa7, 0x3a, 0xc6, 0xd1, 0x44, 0xdf, 0x0c, 0x03, 0x6d, 0x83, 0x1f, 0xaa, 0xd2, 0x06, 0x85, 0x52, - 0xce, 0xfe, 0x0a, 0x0b, 0xef, 0xef, 0x5f, 0x4a, 0xfe, 0x7d, 0x0a, 0xbd, 0x07, 0xb5, 0x87, 0xa6, - 0x7f, 0xe0, 0x91, 0x13, 0xc7, 0x9a, 0x15, 0xfd, 0x7a, 0x18, 0x68, 0x35, 0x3b, 0x21, 0x1b, 0xb2, - 0x8c, 0x50, 0x31, 0xf0, 0xf1, 0xd8, 0x8d, 0x54, 0x0a, 0x29, 0x95, 0x98, 0x6c, 0xc8, 0x32, 0xe8, - 0x26, 0xac, 0x46, 0x08, 0xd8, 0x35, 0x07, 0xd1, 0x25, 0x85, 0x05, 0xa6, 0xa4, 0x6f, 0x84, 0x81, - 0xb6, 0x6a, 0x4b, 0x74, 0x23, 0x25, 0x15, 0x6d, 0xf8, 0xa9, 0x39, 0x61, 0x24, 0x8f, 0x9f, 0x54, - 0x25, 0xa6, 0xc7, 0x36, 0x3c, 0x4c, 0x71, 0x8c, 0x8c, 0x64, 0xf3, 0x18, 0xde, 0xfa, 0x5e, 0xd4, - 0x20, 0x4d, 0x4a, 0x3c, 0xc3, 0xa4, 0x8e, 0x6b, 0xb3, 0x10, 0x5c, 0x83, 0xea, 0xc1, 0xb8, 0x3b, - 0x70, 0x7a, 0x8f, 0xe3, 0x66, 0xa9, 0xaf, 0x85, 0x81, 0x56, 0x1d, 0xc5, 0x44, 0x23, 0xe1, 0x47, - 0x99, 0xc0, 0x55, 0xd9, 0x1e, 0x0b, 0x3c, 0x13, 0x3c, 0x46, 0x31, 0x04, 0xa7, 0xf9, 0x57, 0x05, - 0x36, 0x66, 0x86, 0x7c, 0x4e, 0x8c, 0xba, 0x68, 0x7a, 0xb8, 0x67, 0x5d, 0x54, 0x0c, 0xf7, 0xc9, - 0x48, 0xaf, 0x41, 0xf9, 0xfe, 0x88, 0xf4, 0xfa, 0x22, 0x8e, 0xd5, 0x30, 0xd0, 0xca, 0x38, 0x22, - 0x18, 0x9c, 0x8e, 0x3c, 0xd8, 0xcc, 0x62, 0xb3, 0xfa, 0xe0, 0x73, 0x5a, 0x5c, 0x84, 0x39, 0xfb, - 0xe4, 0xe3, 0xe0, 0x49, 0x8e, 0xae, 0x3c, 0x0e, 0xe6, 0x61, 0x37, 0x7f, 0x5b, 0x80, 0xaa, 0x41, - 0xc6, 0x2e, 0x4f, 0x59, 0x0d, 0xca, 0xec, 0x45, 0x24, 0x06, 0x5b, 0xa2, 0x17, 0x11, 0x0c, 0x4e, - 0x8f, 0x62, 0x94, 0xb9, 0x25, 0x16, 0xd8, 0x2d, 0x91, 0xc5, 0x28, 0x7d, 0x4b, 0x9c, 0xbb, 0x1b, - 0x7e, 0x1b, 0x36, 0x58, 0xb0, 0x3e, 0x64, 0xc9, 0x35, 0x22, 0xbe, 0xc8, 0x8c, 0x15, 0x5e, 0x08, - 0xdd, 0x0c, 0xcf, 0x98, 0x93, 0x4e, 0x1c, 0x6d, 0xb1, 0xd4, 0x48, 0x39, 0xda, 0x8a, 0x1d, 0x6d, - 0x25, 0x8e, 0x2e, 0x9f, 0xe1, 0xe8, 0x6b, 0x50, 0x3d, 0x72, 0x86, 0xd8, 0xa7, 0xe6, 0x70, 0xa4, - 0x2e, 0xb3, 0xad, 0xb2, 0xb4, 0xa0, 0x31, 0xd1, 0x48, 0xf8, 0xcd, 0x9f, 0x01, 0xb0, 0xbd, 0xfb, - 0xf1, 0x89, 0xb9, 0x48, 0xac, 0xbf, 0x23, 0x2b, 0x89, 0x29, 0x3f, 0xbe, 0xce, 0xcc, 0xdc, 0xcd, - 0xe7, 0x53, 0x6f, 0x26, 0x27, 0xcf, 0xa7, 0x89, 0x76, 0xf3, 0x3d, 0xa8, 0x1c, 0x8c, 0xbb, 0x8f, - 0xf1, 0xd4, 0x47, 0xef, 0x42, 0x29, 0xfa, 0x65, 0x37, 0x95, 0x55, 0xee, 0xf4, 0x17, 0x78, 0x9a, - 0x1a, 0x4d, 0x23, 0x7e, 0xf3, 0xcf, 0x05, 0xb8, 0x90, 0x84, 0x3b, 0xd6, 0x5e, 0x70, 0xed, 0x9f, - 0x28, 0xb0, 0xc5, 0x9e, 0xe7, 0x10, 0xc4, 0x46, 0x6e, 0x66, 0x33, 0x31, 0xe6, 0xb7, 0xf2, 0xd5, - 0xf8, 0x30, 0xae, 0x85, 0x81, 0x76, 0xf9, 0x24, 0xcb, 0x93, 0xbf, 0x6a, 0xe4, 0x6b, 0x27, 0xe1, - 0x2c, 0xe6, 0x87, 0x73, 0xfb, 0x39, 0x5c, 0xfe, 0x0c, 0xc3, 0xf2, 0xac, 0xb4, 0xf6, 0x99, 0xa3, - 0x97, 0xd0, 0x92, 0x87, 0xa5, 0x3f, 0x16, 0x60, 0x65, 0xf6, 0xf1, 0x66, 0x41, 0xff, 0xdd, 0x86, - 0x3a, 0xcb, 0xdc, 0x24, 0xc5, 0x0a, 0x49, 0x1f, 0xeb, 0xa6, 0x38, 0x46, 0x46, 0x12, 0x0d, 0xe7, - 0x3f, 0x49, 0x15, 0x53, 0xd7, 0xa9, 0x98, 0xfc, 0x3f, 0xf9, 0x1c, 0xf5, 0x45, 0x7e, 0xff, 0xb0, - 0xa1, 0xce, 0x3e, 0xb6, 0x44, 0xad, 0x9d, 0x5f, 0x53, 0x16, 0x74, 0x5f, 0x2b, 0xf5, 0x09, 0x82, - 0xcf, 0x9c, 0xf5, 0x30, 0xd0, 0x20, 0xf9, 0x04, 0x21, 0x7f, 0x78, 0x68, 0xb6, 0xa0, 0xcc, 0x54, - 0x17, 0xc4, 0xd7, 0xc7, 0x2f, 0x5f, 0x37, 0x96, 0x5e, 0xbd, 0x6e, 0x2c, 0x7d, 0xfa, 0xba, 0xa1, - 0xfc, 0xfc, 0xb4, 0xa1, 0xfc, 0xee, 0xb4, 0xa1, 0xfc, 0xe5, 0xb4, 0xa1, 0xbc, 0x3c, 0x6d, 0x28, - 0xaf, 0x4e, 0x1b, 0xca, 0x3f, 0x4e, 0x1b, 0xca, 0x3f, 0x4f, 0x1b, 0x4b, 0x9f, 0x9e, 0x36, 0x94, - 0x5f, 0xbf, 0x69, 0x2c, 0xbd, 0x7c, 0xd3, 0x58, 0x7a, 0xf5, 0xa6, 0xb1, 0xf4, 0xd1, 0x79, 0x46, - 0xca, 0xb6, 0xf8, 0x3f, 0xc0, 0x1d, 0xf1, 0xdb, 0x5d, 0x66, 0x0e, 0x7b, 0xff, 0x3f, 0x01, 0x00, - 0x00, 0xff, 0xff, 0xe1, 0x15, 0x1f, 0x1e, 0x21, 0x18, 0x00, 0x00, + // 1967 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x59, 0xcb, 0x6f, 0xe4, 0x48, + 0x19, 0x8f, 0xfb, 0x91, 0x4e, 0x7f, 0x49, 0x3a, 0x99, 0x9a, 0x4c, 0xf0, 0x64, 0xd8, 0x76, 0xe8, + 0x99, 0x5d, 0x22, 0x86, 0xe9, 0x66, 0x67, 0x07, 0x34, 0x9a, 0xd1, 0x0a, 0xc6, 0x99, 0x57, 0x33, + 0x8f, 0x44, 0x4e, 0x60, 0xc9, 0x0a, 0x09, 0xdc, 0xed, 0x8a, 0xdb, 0x9a, 0x6e, 0x57, 0x63, 0x57, + 0x87, 0x6e, 0x2e, 0x70, 0x62, 0x39, 0xb0, 0x12, 0x47, 0x6e, 0x48, 0x9c, 0x10, 0xff, 0x00, 0x07, + 0xee, 0x88, 0x13, 0x9a, 0x13, 0x9a, 0x93, 0x61, 0x32, 0x17, 0xe4, 0x03, 0xda, 0x1b, 0x57, 0xe4, + 0xaa, 0x72, 0xbb, 0xec, 0x76, 0x56, 0x9d, 0x85, 0xd5, 0x5e, 0xd2, 0xf6, 0xf7, 0xf8, 0x7d, 0x55, + 0xdf, 0xb3, 0xca, 0x01, 0x44, 0x46, 0x74, 0x48, 0x3c, 0xaa, 0xf7, 0x49, 0xf7, 0x45, 0x73, 0xe8, + 0x11, 0x4a, 0x50, 0x99, 0xfd, 0x6c, 0xdd, 0xb0, 0x1d, 0xda, 0x1b, 0x75, 0x9a, 0x5d, 0x32, 0x68, + 0xd9, 0xc4, 0x26, 0x2d, 0x46, 0xee, 0x8c, 0x8e, 0xd9, 0x1b, 0x7b, 0x61, 0x4f, 0x5c, 0x6b, 0xeb, + 0x7d, 0x49, 0x7c, 0x30, 0xea, 0x53, 0xe7, 0x04, 0x7b, 0xfe, 0xb8, 0x35, 0x18, 0xdf, 0xe8, 0xf6, + 0x4c, 0xc7, 0xbd, 0xd1, 0x25, 0x1e, 0xbe, 0x61, 0x93, 0x96, 0x65, 0x52, 0xb3, 0xd5, 0x89, 0xcc, + 0xf1, 0xbf, 0x42, 0xfd, 0xde, 0x79, 0xd4, 0xa9, 0x67, 0xba, 0xbe, 0xd9, 0xa5, 0x0e, 0x71, 0x5b, + 0x7d, 0x62, 0x0b, 0x88, 0xf6, 0x67, 0x85, 0x90, 0x9e, 0x05, 0xd4, 0xd1, 0x79, 0xa0, 0xfc, 0x81, + 0xe9, 0xd1, 0x5d, 0xe2, 0x52, 0xcf, 0xec, 0x52, 0x03, 0xfb, 0xa3, 0x3e, 0xcd, 0xa3, 0x7d, 0x96, + 0x8d, 0x7a, 0xb8, 0x8b, 0x9d, 0x21, 0x8d, 0x7f, 0x05, 0xc4, 0xee, 0xf9, 0x20, 0x7e, 0x6a, 0x7a, + 0xd6, 0xe1, 0x78, 0xfa, 0x20, 0x40, 0xf6, 0xce, 0x03, 0x62, 0xf6, 0x29, 0xf6, 0xb0, 0x75, 0xaf, + 0xdb, 0x25, 0x23, 0x97, 0x66, 0x5e, 0x39, 0x60, 0xe3, 0xcf, 0x15, 0x58, 0xd9, 0x93, 0xb2, 0x09, + 0xb5, 0xa0, 0x72, 0xd0, 0x33, 0x3d, 0xab, 0x7d, 0x5f, 0x55, 0xb6, 0x95, 0x9d, 0x55, 0xfd, 0x52, + 0x18, 0x68, 0x17, 0x7c, 0x4e, 0xfa, 0x3a, 0x19, 0x38, 0x14, 0x0f, 0x86, 0x74, 0x62, 0xc4, 0x52, + 0xe8, 0x11, 0x54, 0x99, 0xe6, 0x7d, 0x93, 0x9a, 0x6a, 0x61, 0x5b, 0xd9, 0x59, 0xbe, 0xb9, 0xce, + 0xc1, 0x9b, 0x53, 0xba, 0xfe, 0xa5, 0x30, 0xd0, 0x2e, 0x76, 0xe2, 0x57, 0x09, 0x26, 0xd1, 0x45, + 0x3f, 0x82, 0xb5, 0xc3, 0x24, 0xa6, 0xfb, 0x84, 0xf4, 0xd5, 0x22, 0x83, 0xdb, 0x14, 0x70, 0x19, + 0xae, 0xfe, 0x56, 0x18, 0x68, 0x97, 0x69, 0x9a, 0x28, 0x41, 0x67, 0xd1, 0x90, 0x0f, 0x1b, 0x8f, + 0xb1, 0x69, 0x61, 0xef, 0x91, 0xe9, 0xef, 0x12, 0xd7, 0x1f, 0x0d, 0x86, 0x11, 0x4f, 0x2d, 0x31, + 0x2b, 0x57, 0x84, 0x95, 0x3c, 0x11, 0xbd, 0x11, 0x06, 0x5a, 0xbd, 0x97, 0xc3, 0x91, 0xec, 0xe5, + 0x82, 0xa3, 0x9f, 0xc0, 0xda, 0xbd, 0x94, 0xe3, 0x7d, 0xb5, 0xbc, 0x5d, 0xdc, 0x59, 0xbe, 0xb9, + 0x23, 0xec, 0xc9, 0xde, 0x6f, 0x66, 0x44, 0x1f, 0xb8, 0xd4, 0x9b, 0xf0, 0x7d, 0xa6, 0xa3, 0xe7, + 0xcb, 0xfb, 0xcc, 0x28, 0xa1, 0x1f, 0xc2, 0xe6, 0x73, 0x42, 0x4d, 0xcf, 0xf9, 0x19, 0xb6, 0xf8, + 0x9a, 0xfc, 0xc7, 0xa6, 0xdf, 0xc3, 0xbe, 0xba, 0xb8, 0x5d, 0xdc, 0xa9, 0xea, 0xd7, 0xc2, 0x40, + 0xdb, 0x76, 0x73, 0x25, 0x24, 0xd8, 0x33, 0x30, 0xd0, 0x1d, 0xa8, 0x3d, 0x1f, 0x0d, 0x3a, 0xd8, + 0xdb, 0x3b, 0x66, 0x29, 0xe0, 0xab, 0x15, 0x96, 0x27, 0x28, 0x0c, 0xb4, 0x9a, 0x9b, 0xe2, 0x18, + 0x19, 0x49, 0x74, 0x1f, 0x6a, 0x07, 0x8e, 0xed, 0x62, 0xcf, 0x6f, 0xbb, 0x16, 0x1e, 0x63, 0x5f, + 0x5d, 0xda, 0x2e, 0xee, 0x94, 0xf4, 0x2f, 0x87, 0x81, 0xa6, 0xfa, 0x29, 0x8e, 0xb4, 0x92, 0x8c, + 0x0e, 0x32, 0x60, 0xf3, 0xb1, 0x63, 0xf7, 0xb0, 0x4f, 0x1f, 0x3a, 0xae, 0xd9, 0x67, 0x9e, 0x7b, + 0x4e, 0xdc, 0x2e, 0x56, 0xab, 0xdb, 0xca, 0x4e, 0x49, 0xdf, 0x0a, 0x03, 0x6d, 0xb3, 0x97, 0x2b, + 0x61, 0x9c, 0xa1, 0x89, 0x8e, 0xe0, 0xd2, 0x0c, 0x27, 0xda, 0xb0, 0x0a, 0xdb, 0xca, 0xce, 0x8a, + 0x7e, 0x35, 0x0c, 0x34, 0xad, 0x97, 0x27, 0x20, 0xad, 0x33, 0x1f, 0x61, 0xeb, 0x08, 0x36, 0xf2, + 0xc2, 0x8a, 0xd6, 0xa1, 0xf8, 0x02, 0x4f, 0x58, 0x95, 0x55, 0x8d, 0xe8, 0x11, 0x5d, 0x87, 0xf2, + 0x89, 0xd9, 0x1f, 0x61, 0x51, 0x46, 0x97, 0x44, 0x86, 0xa4, 0xb5, 0x0d, 0x2e, 0x73, 0xa7, 0x70, + 0x5b, 0x69, 0xfc, 0xba, 0x28, 0x15, 0xdf, 0xf9, 0x4b, 0xf7, 0x2e, 0x2c, 0xf3, 0xd8, 0xea, 0x13, + 0x8a, 0x7d, 0x66, 0x75, 0x45, 0xbf, 0x1c, 0x06, 0xda, 0xa5, 0x5e, 0x42, 0x96, 0x14, 0x65, 0x69, + 0x74, 0x1b, 0x80, 0xbf, 0x1e, 0x4e, 0x86, 0x98, 0x55, 0x6a, 0x55, 0x57, 0xc3, 0x40, 0xdb, 0xe8, + 0x4d, 0xa9, 0x92, 0xaa, 0x24, 0x9b, 0x68, 0x32, 0x07, 0x97, 0x98, 0x55, 0x49, 0x33, 0xe3, 0x55, + 0x49, 0x16, 0xbd, 0x07, 0x25, 0x9d, 0x58, 0x13, 0xb5, 0xcc, 0xfc, 0xb3, 0x1c, 0xb7, 0x19, 0x62, + 0x4d, 0x78, 0xfa, 0x75, 0x88, 0x35, 0x91, 0x54, 0x99, 0x30, 0xea, 0xc1, 0x46, 0x3b, 0x6a, 0xe9, + 0x6c, 0xd7, 0xcf, 0x1c, 0xd7, 0x61, 0x1e, 0xe3, 0xc5, 0x90, 0xf4, 0xaa, 0x29, 0x83, 0xd7, 0xba, + 0x93, 0xa3, 0x21, 0xd7, 0x7a, 0x1e, 0x62, 0xe3, 0x23, 0x98, 0x69, 0x61, 0xa8, 0x07, 0x2b, 0x12, + 0xc9, 0x57, 0x95, 0x54, 0xf1, 0x67, 0xa4, 0xe5, 0x77, 0x51, 0xfc, 0x2c, 0x99, 0xa5, 0x26, 0x27, + 0xaf, 0x22, 0x85, 0x8c, 0x7e, 0xa5, 0xc0, 0xc6, 0xc1, 0xec, 0x04, 0x8b, 0xe2, 0x1a, 0x99, 0xfc, + 0xc6, 0x19, 0x26, 0xf3, 0x54, 0xb8, 0x69, 0xe6, 0x88, 0x9c, 0x99, 0x98, 0x72, 0x44, 0x9e, 0x3a, + 0x3a, 0x84, 0x8a, 0xc1, 0x06, 0x97, 0xaf, 0x16, 0x99, 0xf1, 0xab, 0x67, 0x18, 0x17, 0x52, 0xdc, + 0x1e, 0x4b, 0x57, 0x3e, 0xf0, 0x64, 0x13, 0x31, 0x14, 0xfa, 0x01, 0x2c, 0x19, 0x7c, 0xa4, 0xfa, + 0x6a, 0x89, 0xc1, 0x5e, 0x3b, 0x13, 0x96, 0x8b, 0x71, 0xdc, 0xcd, 0x30, 0xd0, 0x90, 0x18, 0xc6, + 0x32, 0xf0, 0x14, 0x0d, 0xfd, 0x18, 0xa0, 0xed, 0x9e, 0x98, 0x7d, 0xc7, 0x3a, 0x1c, 0xc7, 0xfd, + 0xf9, 0x9d, 0x33, 0xb0, 0x13, 0x41, 0x8e, 0xce, 0x32, 0xd7, 0x99, 0x12, 0xe5, 0xcc, 0x4d, 0x44, + 0xd1, 0xb7, 0xa0, 0xf4, 0x94, 0xd8, 0x71, 0xd2, 0xd5, 0x04, 0xf6, 0x53, 0x62, 0xb3, 0xf1, 0xc8, + 0x92, 0xb7, 0x4f, 0x6c, 0x59, 0x9b, 0xc9, 0xa3, 0x5f, 0x2a, 0x70, 0xed, 0xa0, 0xdb, 0xc3, 0xd6, + 0xa8, 0x8f, 0xad, 0x07, 0x63, 0xdc, 0x1d, 0x51, 0x6c, 0x1d, 0xec, 0x1a, 0x07, 0xbc, 0x1b, 0xef, + 0x7b, 0xf8, 0x84, 0x25, 0x9f, 0x5a, 0x61, 0xad, 0xfd, 0x66, 0x18, 0x68, 0x4d, 0x7f, 0x0e, 0x79, + 0xc9, 0xd0, 0x5c, 0xf8, 0xe8, 0xb7, 0x0a, 0x7c, 0x6d, 0x46, 0x30, 0xd9, 0x60, 0x76, 0x39, 0x4b, + 0x6c, 0x39, 0xb7, 0xc3, 0x40, 0xbb, 0xe5, 0xcf, 0xad, 0x25, 0x2d, 0xea, 0x1c, 0xb6, 0xb6, 0x9e, + 0xc3, 0x85, 0x99, 0xba, 0xc9, 0xe9, 0xae, 0x57, 0xd3, 0xdd, 0x75, 0x35, 0x8e, 0xef, 0xb8, 0xed, + 0x1e, 0x13, 0xa9, 0xab, 0x6e, 0x7d, 0x00, 0x97, 0xcf, 0x2c, 0x8a, 0x1c, 0xdc, 0x6b, 0x69, 0xdc, + 0x38, 0xb6, 0x07, 0xbb, 0x46, 0x16, 0xf8, 0x19, 0xac, 0xc8, 0x09, 0x9f, 0x83, 0xf5, 0xd5, 0x34, + 0xd6, 0x05, 0x81, 0xc5, 0xb5, 0xb2, 0x70, 0x4f, 0x60, 0x35, 0x95, 0xe8, 0xf3, 0xaf, 0x4d, 0xa8, + 0xc9, 0x60, 0x4f, 0x61, 0x2d, 0x93, 0xd9, 0xff, 0x83, 0x0b, 0x1b, 0xbf, 0x2f, 0x42, 0xe5, 0x21, + 0xc6, 0x11, 0x19, 0xbd, 0x0d, 0x95, 0x47, 0xa6, 0xff, 0x3d, 0x1f, 0x5b, 0x0c, 0xaa, 0xa4, 0x2f, + 0x87, 0x81, 0x56, 0xb1, 0x39, 0xc9, 0x88, 0x79, 0xa8, 0x0f, 0xc5, 0x87, 0x18, 0x8b, 0x21, 0xf4, + 0x61, 0x18, 0x68, 0xab, 0xc7, 0x58, 0x9a, 0x20, 0x7f, 0xfc, 0x87, 0xf6, 0x60, 0x60, 0xd2, 0x5e, + 0xab, 0xe3, 0xd8, 0xcd, 0xb6, 0x4b, 0xef, 0x9e, 0xe3, 0x24, 0xdc, 0xd4, 0x1d, 0xbb, 0xed, 0xd2, + 0x5d, 0xd3, 0xa7, 0xd8, 0x33, 0x22, 0x33, 0xe8, 0x63, 0x05, 0x6a, 0x6d, 0xd7, 0xa1, 0x8e, 0xd9, + 0xdf, 0x37, 0x1d, 0x2b, 0xb2, 0x5c, 0x64, 0x96, 0x71, 0x74, 0x14, 0x71, 0x52, 0x9c, 0xcf, 0x63, + 0x11, 0x19, 0xe3, 0xd1, 0x28, 0x7e, 0x64, 0xfa, 0x06, 0x3e, 0x1e, 0xb9, 0x16, 0xb6, 0xd8, 0x50, + 0x2c, 0xf1, 0x51, 0x6c, 0x27, 0x64, 0x79, 0x14, 0x4b, 0xd2, 0xe8, 0x9b, 0x50, 0x7d, 0x6c, 0x5a, + 0xfc, 0x95, 0xcd, 0xc6, 0x25, 0x7e, 0xe0, 0xee, 0xc5, 0x44, 0xf9, 0xc0, 0x3d, 0x95, 0x6c, 0xfc, + 0x5d, 0x81, 0x45, 0x1e, 0x3a, 0xb4, 0x07, 0xcb, 0x52, 0x09, 0xb1, 0x38, 0x2d, 0xdf, 0x44, 0xb3, + 0x1d, 0x90, 0x2f, 0x49, 0x1a, 0x47, 0xf2, 0x92, 0x24, 0x39, 0xf4, 0xed, 0x69, 0xfc, 0x33, 0xa9, + 0x27, 0xa8, 0xbc, 0xd9, 0x1f, 0xf3, 0x17, 0xb9, 0xd9, 0xc7, 0x59, 0x73, 0x07, 0x6a, 0xbc, 0xf2, + 0x1d, 0xe2, 0xee, 0x79, 0x16, 0xf6, 0x58, 0x7c, 0xc4, 0x31, 0x13, 0xa7, 0x38, 0x46, 0x46, 0xb2, + 0xf1, 0x1f, 0x05, 0x2a, 0xa2, 0xfc, 0x10, 0x81, 0x8b, 0x39, 0xc5, 0x2c, 0x76, 0xb8, 0x15, 0xd7, + 0xea, 0xac, 0x84, 0xfe, 0x95, 0x30, 0xd0, 0xde, 0xca, 0x99, 0x7e, 0xd2, 0x62, 0xf3, 0x90, 0xbf, + 0xd8, 0x9d, 0x1f, 0x42, 0x45, 0xcc, 0x14, 0xd4, 0x88, 0x82, 0xcb, 0x4e, 0x58, 0xac, 0x80, 0x75, + 0x08, 0x03, 0x6d, 0x91, 0x32, 0x8a, 0x21, 0x38, 0xe8, 0x6d, 0x28, 0x3e, 0x25, 0xb6, 0x58, 0x27, + 0x24, 0x43, 0x49, 0xaf, 0x84, 0x81, 0x56, 0xec, 0x13, 0xdb, 0x88, 0xf8, 0x8d, 0x8f, 0x14, 0x80, + 0xa4, 0x05, 0xa1, 0xf7, 0x61, 0x91, 0xbf, 0x09, 0x2f, 0xae, 0xa5, 0xba, 0xd4, 0xe1, 0x58, 0xdf, + 0x08, 0x03, 0x6d, 0x9d, 0x0f, 0x72, 0x69, 0x83, 0x42, 0x29, 0x67, 0x7f, 0x85, 0xb9, 0xf7, 0xf7, + 0x6f, 0x25, 0xff, 0x0e, 0x87, 0xde, 0x65, 0xf5, 0xb3, 0xef, 0x91, 0x13, 0xc7, 0x9a, 0x36, 0x9a, + 0xb5, 0x30, 0xd0, 0x96, 0xed, 0x84, 0x6c, 0xc8, 0x32, 0x42, 0x65, 0x5a, 0x72, 0x85, 0x94, 0x4a, + 0x4c, 0x4e, 0x17, 0xda, 0x2d, 0x58, 0x89, 0x10, 0xb0, 0x6b, 0xf6, 0xa3, 0x8b, 0x11, 0x0b, 0x4c, + 0x49, 0x5f, 0x0f, 0x03, 0x6d, 0xc5, 0x96, 0xe8, 0x46, 0x4a, 0x2a, 0xda, 0xf0, 0x33, 0x73, 0xcc, + 0x48, 0x1e, 0x9f, 0x8e, 0xbc, 0xbc, 0xd9, 0x86, 0x07, 0x29, 0x8e, 0x91, 0x91, 0x6c, 0x1c, 0xc3, + 0xc5, 0xef, 0x47, 0x4d, 0xd9, 0xa4, 0xc4, 0x33, 0x4c, 0xea, 0xb8, 0x36, 0x0b, 0xc1, 0x75, 0xa8, + 0xee, 0x8f, 0x3a, 0x7d, 0xa7, 0xfb, 0x24, 0x6e, 0xd0, 0xfa, 0x6a, 0x18, 0x68, 0xd5, 0x61, 0x4c, + 0x34, 0x12, 0x7e, 0x94, 0x09, 0x5c, 0x95, 0xed, 0xb1, 0xc0, 0x33, 0xc1, 0x63, 0x14, 0x43, 0x70, + 0x1a, 0x7f, 0x53, 0x60, 0x7d, 0x6a, 0xc8, 0xe7, 0xc4, 0xa8, 0x73, 0xa7, 0x2f, 0x14, 0xac, 0x73, + 0x8b, 0x0b, 0x45, 0x72, 0x8d, 0xd0, 0xa0, 0xfc, 0x60, 0x48, 0xba, 0x3d, 0x11, 0xc7, 0x6a, 0x18, + 0x68, 0x65, 0x1c, 0x11, 0x0c, 0x4e, 0x47, 0x1e, 0x6c, 0x64, 0xb1, 0x59, 0x7d, 0xf0, 0xb3, 0x61, + 0x5c, 0x84, 0x39, 0xfb, 0xe4, 0x47, 0xd0, 0x93, 0x1c, 0x5d, 0xf9, 0x08, 0x9a, 0x87, 0xdd, 0xf8, + 0x5d, 0x01, 0xaa, 0x06, 0x19, 0xb9, 0x3c, 0x65, 0x35, 0x28, 0xb3, 0x17, 0x91, 0x18, 0x6c, 0x89, + 0x5e, 0x44, 0x30, 0x38, 0x3d, 0x8a, 0x51, 0xe6, 0x66, 0x5a, 0x60, 0x37, 0x53, 0x16, 0xa3, 0xf4, + 0xcd, 0x74, 0xe6, 0x3e, 0xfa, 0x1d, 0x58, 0x67, 0xc1, 0xfa, 0x80, 0x25, 0xd7, 0x90, 0xf8, 0x22, + 0x33, 0x96, 0x78, 0x21, 0x74, 0x32, 0x3c, 0x63, 0x46, 0x3a, 0x71, 0x34, 0xef, 0xfc, 0x29, 0x47, + 0x5b, 0xb1, 0xa3, 0xad, 0xc4, 0xd1, 0xe5, 0x33, 0x1c, 0x7d, 0x1d, 0xaa, 0x87, 0xce, 0x00, 0xfb, + 0xd4, 0x1c, 0x0c, 0xd5, 0x45, 0xb6, 0x55, 0x96, 0x16, 0x34, 0x26, 0x1a, 0x09, 0xbf, 0xf1, 0x73, + 0x00, 0xb6, 0x77, 0x3f, 0x9e, 0xd2, 0xf3, 0xc4, 0xfa, 0xbb, 0xb2, 0x92, 0xb8, 0x59, 0xc4, 0x57, + 0xa8, 0xa9, 0xbb, 0xf9, 0x99, 0xd8, 0x9b, 0xca, 0xc9, 0x67, 0xe2, 0x44, 0xbb, 0xf1, 0x2e, 0x54, + 0xf6, 0x47, 0x9d, 0x27, 0x78, 0xe2, 0xa3, 0x77, 0xa0, 0x14, 0xfd, 0xb2, 0xdb, 0xd1, 0x0a, 0x77, + 0xfa, 0x0b, 0x3c, 0x49, 0x1d, 0x87, 0x23, 0x7e, 0xe3, 0x2f, 0x05, 0xb8, 0x90, 0x84, 0x3b, 0xd6, + 0x9e, 0x73, 0xed, 0x1f, 0x2b, 0xb0, 0xc9, 0x9e, 0x67, 0x10, 0xc4, 0x46, 0x6e, 0x65, 0x33, 0x31, + 0xe6, 0x37, 0xf3, 0xd5, 0xf8, 0x05, 0x40, 0x0b, 0x03, 0xed, 0xca, 0x49, 0x96, 0x27, 0x7f, 0x49, + 0xc9, 0xd7, 0x4e, 0xc2, 0x59, 0xcc, 0x0f, 0xe7, 0xd6, 0x11, 0x5c, 0xf9, 0x14, 0xc3, 0xf2, 0xf9, + 0x6c, 0xf5, 0x53, 0x8f, 0x7b, 0x42, 0x4b, 0x3e, 0xa0, 0xfd, 0xa9, 0x00, 0x4b, 0xd3, 0x0f, 0x46, + 0x73, 0xfa, 0xef, 0x0e, 0xd4, 0x58, 0xe6, 0x26, 0x29, 0x56, 0x48, 0xfa, 0x58, 0x27, 0xc5, 0x31, + 0x32, 0x92, 0x68, 0x30, 0xfb, 0x19, 0xac, 0x98, 0xba, 0xc2, 0xc5, 0xe4, 0xff, 0xcb, 0x27, 0xb0, + 0xcf, 0xf3, 0x9b, 0x8b, 0x0d, 0x35, 0xf6, 0x81, 0x27, 0x6a, 0xed, 0xfc, 0x6a, 0x34, 0xa7, 0xfb, + 0x9a, 0xa9, 0xcf, 0x1e, 0xfc, 0x9c, 0x5b, 0x0b, 0x03, 0x0d, 0x92, 0xcf, 0x1e, 0xf2, 0xc7, 0x8e, + 0x46, 0x13, 0xca, 0x4c, 0x75, 0x4e, 0x7c, 0x7d, 0xf4, 0xf2, 0x75, 0x7d, 0xe1, 0xd5, 0xeb, 0xfa, + 0xc2, 0x27, 0xaf, 0xeb, 0xca, 0x2f, 0x4e, 0xeb, 0xca, 0x1f, 0x4e, 0xeb, 0xca, 0x5f, 0x4f, 0xeb, + 0xca, 0xcb, 0xd3, 0xba, 0xf2, 0xea, 0xb4, 0xae, 0xfc, 0xf3, 0xb4, 0xae, 0xfc, 0xeb, 0xb4, 0xbe, + 0xf0, 0xc9, 0x69, 0x5d, 0xf9, 0xcd, 0x9b, 0xfa, 0xc2, 0xcb, 0x37, 0xf5, 0x85, 0x57, 0x6f, 0xea, + 0x0b, 0x1f, 0x9e, 0xe7, 0x18, 0xdb, 0x12, 0xff, 0x7b, 0xb8, 0x2b, 0x7e, 0x3b, 0x8b, 0xcc, 0x61, + 0xef, 0xfd, 0x37, 0x00, 0x00, 0xff, 0xff, 0x7f, 0x51, 0x54, 0x02, 0x95, 0x18, 0x00, 0x00, } func (this *OutportBlock) Equal(that interface{}) bool { @@ -1491,6 +1509,12 @@ func (this *FeeInfo) Equal(that interface{}) bool { return false } } + if this.GasRefunded != that1.GasRefunded { + return false + } + if this.HadRefund != that1.HadRefund { + return false + } return true } func (this *TxInfo) Equal(that interface{}) bool { @@ -2067,11 +2091,13 @@ func (this *FeeInfo) GoString() string { if this == nil { return "nil" } - s := make([]string, 0, 7) + s := make([]string, 0, 9) s = append(s, "&outport.FeeInfo{") s = append(s, "GasUsed: "+fmt.Sprintf("%#v", this.GasUsed)+",\n") s = append(s, "Fee: "+fmt.Sprintf("%#v", this.Fee)+",\n") s = append(s, "InitialPaidFee: "+fmt.Sprintf("%#v", this.InitialPaidFee)+",\n") + s = append(s, "GasRefunded: "+fmt.Sprintf("%#v", this.GasRefunded)+",\n") + s = append(s, "HadRefund: "+fmt.Sprintf("%#v", this.HadRefund)+",\n") s = append(s, "}") return strings.Join(s, "") } @@ -2730,6 +2756,21 @@ func (m *FeeInfo) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + if m.HadRefund { + i-- + if m.HadRefund { + dAtA[i] = 1 + } else { + dAtA[i] = 0 + } + i-- + dAtA[i] = 0x28 + } + if m.GasRefunded != 0 { + i = encodeVarintOutportBlock(dAtA, i, uint64(m.GasRefunded)) + i-- + dAtA[i] = 0x20 + } { __caster := &github_com_multiversx_mx_chain_core_go_data.BigIntCaster{} size := __caster.Size(m.InitialPaidFee) @@ -3622,6 +3663,12 @@ func (m *FeeInfo) Size() (n int) { l = __caster.Size(m.InitialPaidFee) n += 1 + l + sovOutportBlock(uint64(l)) } + if m.GasRefunded != 0 { + n += 1 + sovOutportBlock(uint64(m.GasRefunded)) + } + if m.HadRefund { + n += 2 + } return n } @@ -4039,6 +4086,8 @@ func (this *FeeInfo) String() string { `GasUsed:` + fmt.Sprintf("%v", this.GasUsed) + `,`, `Fee:` + fmt.Sprintf("%v", this.Fee) + `,`, `InitialPaidFee:` + fmt.Sprintf("%v", this.InitialPaidFee) + `,`, + `GasRefunded:` + fmt.Sprintf("%v", this.GasRefunded) + `,`, + `HadRefund:` + fmt.Sprintf("%v", this.HadRefund) + `,`, `}`, }, "") return s @@ -5895,6 +5944,45 @@ func (m *FeeInfo) Unmarshal(dAtA []byte) error { } } iNdEx = postIndex + case 4: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field GasRefunded", wireType) + } + m.GasRefunded = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowOutportBlock + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.GasRefunded |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 5: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field HadRefund", wireType) + } + var v int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowOutportBlock + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + v |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + m.HadRefund = bool(v != 0) default: iNdEx = preIndex skippy, err := skipOutportBlock(dAtA[iNdEx:]) diff --git a/data/outport/outportBlock.proto b/data/outport/outportBlock.proto index dfad100a..c26c0c6f 100644 --- a/data/outport/outportBlock.proto +++ b/data/outport/outportBlock.proto @@ -51,6 +51,8 @@ message FeeInfo { uint64 GasUsed = 1 [(gogoproto.jsontag) = "gasUsed"]; bytes Fee = 2 [(gogoproto.jsontag) = "fee,omitempty", (gogoproto.casttypewith) = "math/big.Int;github.com/multiversx/mx-chain-core-go/data.BigIntCaster"]; bytes InitialPaidFee = 3 [(gogoproto.jsontag) = "initialPaidFee,omitempty", (gogoproto.casttypewith) = "math/big.Int;github.com/multiversx/mx-chain-core-go/data.BigIntCaster"]; + uint64 GasRefunded = 4 [(gogoproto.jsontag) = "gasRefunded,omitempty"]; + bool HadRefund = 5 [(gogoproto.jsontag) = "hadRefund,omitempty"]; } message TxInfo { diff --git a/data/transaction/apiTransactionResult.go b/data/transaction/apiTransactionResult.go index ca9671b1..624b0713 100644 --- a/data/transaction/apiTransactionResult.go +++ b/data/transaction/apiTransactionResult.go @@ -63,6 +63,7 @@ type ApiTransactionResult struct { IsRefund bool `json:"isRefund,omitempty"` CallType string `json:"callType,omitempty"` RelayerAddress string `json:"relayerAddress,omitempty"` + RelayerSignature string `json:"relayerSignature,omitempty"` RelayedValue string `json:"relayedValue,omitempty"` ChainID string `json:"chainID,omitempty"` Version uint32 `json:"version,omitempty"` diff --git a/data/transaction/frontendTransaction.go b/data/transaction/frontendTransaction.go index b5b55c2a..1330c15b 100644 --- a/data/transaction/frontendTransaction.go +++ b/data/transaction/frontendTransaction.go @@ -17,4 +17,6 @@ type FrontendTransaction struct { Options uint32 `json:"options,omitempty"` GuardianAddr string `json:"guardian,omitempty"` GuardianSignature string `json:"guardianSignature,omitempty"` + RelayerAddr string `json:"relayer,omitempty"` + RelayerSignature string `json:"relayerSignature,omitempty"` } diff --git a/data/transaction/transaction.go b/data/transaction/transaction.go index b5b42531..16275bd8 100644 --- a/data/transaction/transaction.go +++ b/data/transaction/transaction.go @@ -102,6 +102,15 @@ func (tx *Transaction) GetDataForSigning(encoder data.Encoder, marshaller data.M ftx.GuardianAddr = guardianAddr } + if len(tx.RelayerAddr) > 0 { + relayerAddr, errRelayer := encoder.Encode(tx.RelayerAddr) + if errRelayer != nil { + return nil, errRelayer + } + + ftx.RelayerAddr = relayerAddr + } + ftxBytes, err := marshaller.Marshal(ftx) if err != nil { return nil, err diff --git a/data/transaction/transaction.pb.go b/data/transaction/transaction.pb.go index a8b2dd87..e9a3670a 100644 --- a/data/transaction/transaction.pb.go +++ b/data/transaction/transaction.pb.go @@ -45,6 +45,8 @@ type Transaction struct { 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"` + RelayerSignature []byte `protobuf:"bytes,17,opt,name=RelayerSignature,proto3" json:"relayerSignature,omitempty"` } func (m *Transaction) Reset() { *m = Transaction{} } @@ -180,6 +182,20 @@ func (m *Transaction) GetGuardianSignature() []byte { return nil } +func (m *Transaction) GetRelayerAddr() []byte { + if m != nil { + return m.RelayerAddr + } + return nil +} + +func (m *Transaction) GetRelayerSignature() []byte { + if m != nil { + return m.RelayerSignature + } + return nil +} + func init() { proto.RegisterType((*Transaction)(nil), "proto.Transaction") } @@ -187,43 +203,46 @@ func init() { func init() { proto.RegisterFile("transaction.proto", fileDescriptor_2cc4e03d2c28c490) } var fileDescriptor_2cc4e03d2c28c490 = []byte{ - // 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, + // 615 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x54, 0xcf, 0x4e, 0xd4, 0x40, + 0x18, 0xdf, 0x2a, 0x4b, 0x61, 0x76, 0x41, 0x76, 0x0c, 0x5a, 0x31, 0x99, 0x21, 0x46, 0x09, 0x07, + 0x77, 0x9b, 0x68, 0x8c, 0x89, 0x9c, 0x5c, 0x30, 0x04, 0xa3, 0x68, 0x8a, 0x72, 0xf0, 0x36, 0xdb, + 0x8e, 0xdd, 0x49, 0xe8, 0x94, 0x4c, 0x67, 0x37, 0x70, 0x30, 0xf1, 0x11, 0x7c, 0x0c, 0xe3, 0x03, + 0xf8, 0x0c, 0x1e, 0x39, 0x72, 0xaa, 0x52, 0x2e, 0xa6, 0x27, 0x1e, 0xc1, 0xf4, 0xeb, 0x96, 0x0e, + 0xcb, 0xc9, 0x53, 0xe7, 0xfb, 0x7d, 0xbf, 0x3f, 0x5f, 0x66, 0xa6, 0x83, 0x3a, 0x5a, 0x31, 0x99, + 0x30, 0x5f, 0x8b, 0x58, 0xf6, 0x0e, 0x55, 0xac, 0x63, 0xdc, 0x84, 0xcf, 0x4a, 0x37, 0x14, 0x7a, + 0x38, 0x1a, 0xf4, 0xfc, 0x38, 0x72, 0xc3, 0x38, 0x8c, 0x5d, 0x80, 0x07, 0xa3, 0xcf, 0x50, 0x41, + 0x01, 0xab, 0x52, 0xf5, 0xe0, 0xa7, 0x8d, 0x5a, 0x1f, 0x6a, 0x2f, 0x4c, 0x51, 0x73, 0x37, 0x96, + 0x3e, 0x77, 0xac, 0x55, 0x6b, 0x7d, 0xa6, 0x3f, 0x9f, 0xa7, 0xb4, 0x29, 0x0b, 0xc0, 0x2b, 0x71, + 0x3c, 0x44, 0xcd, 0x7d, 0x76, 0x30, 0xe2, 0xce, 0x8d, 0x55, 0x6b, 0xbd, 0xdd, 0xf7, 0x0a, 0xc2, + 0xb8, 0x00, 0x7e, 0xfc, 0xa6, 0xaf, 0x22, 0xa6, 0x87, 0xee, 0x40, 0x84, 0xbd, 0x1d, 0xa9, 0x37, + 0x8c, 0x41, 0xa2, 0xd1, 0x81, 0x16, 0x63, 0xae, 0x92, 0x23, 0x37, 0x3a, 0xea, 0xfa, 0x43, 0x26, + 0x64, 0xd7, 0x8f, 0x15, 0xef, 0x86, 0xb1, 0x1b, 0x30, 0xcd, 0x7a, 0x7d, 0x11, 0xee, 0x48, 0xbd, + 0xc9, 0x12, 0xcd, 0x95, 0x57, 0x06, 0xe0, 0x35, 0x64, 0x7b, 0xfe, 0xf8, 0x65, 0x10, 0x28, 0xe7, + 0x26, 0x64, 0xb5, 0xf3, 0x94, 0xce, 0x29, 0xee, 0xf3, 0xc2, 0xca, 0xab, 0x9a, 0x78, 0x03, 0xb5, + 0x3c, 0x7f, 0xfc, 0x31, 0xe1, 0x6a, 0x97, 0x45, 0xdc, 0x99, 0x01, 0xee, 0xbd, 0x3c, 0xa5, 0xcb, + 0xaa, 0x86, 0x1f, 0xc7, 0x91, 0xd0, 0x3c, 0x3a, 0xd4, 0xc7, 0x9e, 0xc9, 0xc6, 0x0f, 0x91, 0xbd, + 0x27, 0x03, 0x08, 0x69, 0x82, 0x10, 0xe5, 0x29, 0x9d, 0x4d, 0xb8, 0x0c, 0x8a, 0x88, 0x49, 0xab, + 0x88, 0xd8, 0x93, 0xc1, 0x65, 0xc4, 0x6c, 0x1d, 0x91, 0xd4, 0xb0, 0x19, 0x61, 0xb0, 0xf1, 0x13, + 0x34, 0xb7, 0xcd, 0x92, 0xf7, 0x4a, 0xf8, 0xdc, 0xb1, 0x61, 0x57, 0xef, 0xe4, 0x29, 0xc5, 0xe1, + 0x04, 0x33, 0x64, 0x97, 0xbc, 0x89, 0xe6, 0x8d, 0x88, 0x84, 0x76, 0xe6, 0xae, 0x68, 0x00, 0x9b, + 0xd2, 0x00, 0x86, 0xd7, 0xd0, 0xcc, 0x16, 0xd3, 0xcc, 0x99, 0x87, 0xe9, 0x70, 0x9e, 0xd2, 0xc5, + 0x62, 0x6f, 0x0d, 0x2e, 0xf4, 0xf1, 0x23, 0x64, 0x6f, 0x16, 0x27, 0xb0, 0xb3, 0xe5, 0x20, 0xa0, + 0xb6, 0xf2, 0x94, 0xda, 0x7e, 0x09, 0x79, 0x55, 0xaf, 0xa0, 0xed, 0x73, 0x95, 0x88, 0x58, 0x3a, + 0xad, 0x55, 0x6b, 0x7d, 0xa1, 0xa4, 0x8d, 0x4b, 0xc8, 0xab, 0x7a, 0xf8, 0x19, 0x9a, 0xdf, 0x13, + 0xa1, 0x64, 0x7a, 0xa4, 0xb8, 0xd3, 0x06, 0xbf, 0xbb, 0x79, 0x4a, 0x6f, 0x27, 0x15, 0x68, 0xe4, + 0xd7, 0x4c, 0xec, 0x22, 0xfb, 0xdd, 0x61, 0x71, 0xe3, 0x12, 0x67, 0x01, 0xdc, 0x97, 0xf3, 0x94, + 0x76, 0xe2, 0x12, 0x32, 0x24, 0x15, 0x0b, 0xbf, 0x40, 0xed, 0xed, 0x11, 0x53, 0x81, 0x60, 0x12, + 0x4e, 0x6b, 0x11, 0xa2, 0xca, 0x5d, 0x99, 0xe0, 0x86, 0xec, 0x0a, 0x17, 0xbf, 0x45, 0x9d, 0xaa, + 0xae, 0x67, 0xbd, 0x05, 0x06, 0x34, 0x4f, 0xe9, 0xfd, 0x70, 0xba, 0x69, 0x38, 0x5d, 0x57, 0xe2, + 0xe7, 0xa8, 0xe5, 0xf1, 0x03, 0x76, 0xcc, 0x15, 0x4c, 0xb2, 0x04, 0x46, 0x30, 0xbf, 0x2a, 0xe1, + 0x2b, 0x97, 0xad, 0x66, 0xe2, 0xd7, 0x68, 0x69, 0x52, 0xd6, 0x63, 0x74, 0x40, 0x4d, 0xf2, 0x94, + 0xae, 0xa8, 0xa9, 0x9e, 0x61, 0x73, 0x4d, 0xd7, 0xff, 0x72, 0x72, 0x46, 0x1a, 0xa7, 0x67, 0xa4, + 0x71, 0x71, 0x46, 0xac, 0xaf, 0x19, 0xb1, 0xbe, 0x67, 0xc4, 0xfa, 0x95, 0x11, 0xeb, 0x24, 0x23, + 0xd6, 0x69, 0x46, 0xac, 0x3f, 0x19, 0xb1, 0xfe, 0x66, 0xa4, 0x71, 0x91, 0x11, 0xeb, 0xdb, 0x39, + 0x69, 0x9c, 0x9c, 0x93, 0xc6, 0xe9, 0x39, 0x69, 0x7c, 0xda, 0xfc, 0x8f, 0x1f, 0xd3, 0x35, 0xde, + 0x99, 0x0d, 0x63, 0x3d, 0x98, 0x85, 0xe7, 0xe3, 0xe9, 0xbf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x8b, + 0xe9, 0x09, 0xf0, 0x89, 0x04, 0x00, 0x00, } func (this *Transaction) Equal(that interface{}) bool { @@ -293,13 +312,19 @@ 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 !bytes.Equal(this.RelayerSignature, that1.RelayerSignature) { + return false + } return true } func (this *Transaction) GoString() string { if this == nil { return "nil" } - s := make([]string, 0, 19) + s := make([]string, 0, 21) 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") @@ -316,6 +341,8 @@ 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") + s = append(s, "RelayerSignature: "+fmt.Sprintf("%#v", this.RelayerSignature)+",\n") s = append(s, "}") return strings.Join(s, "") } @@ -347,6 +374,24 @@ func (m *Transaction) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + if len(m.RelayerSignature) > 0 { + i -= len(m.RelayerSignature) + copy(dAtA[i:], m.RelayerSignature) + i = encodeVarintTransaction(dAtA, i, uint64(len(m.RelayerSignature))) + 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) @@ -522,6 +567,14 @@ 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)) + } + l = len(m.RelayerSignature) + if l > 0 { + n += 2 + l + sovTransaction(uint64(l)) + } return n } @@ -551,6 +604,8 @@ 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) + `,`, + `RelayerSignature:` + fmt.Sprintf("%v", this.RelayerSignature) + `,`, `}`, }, "") return s @@ -1031,6 +1086,74 @@ 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 RelayerSignature", 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.RelayerSignature = append(m.RelayerSignature[:0], dAtA[iNdEx:postIndex]...) + if m.RelayerSignature == nil { + m.RelayerSignature = []byte{} + } + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipTransaction(dAtA[iNdEx:]) diff --git a/data/transaction/transaction.proto b/data/transaction/transaction.proto index e9026a45..2a263f5d 100644 --- a/data/transaction/transaction.proto +++ b/data/transaction/transaction.proto @@ -30,4 +30,6 @@ 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"]; + bytes RelayerSignature = 17 [(gogoproto.jsontag) = "relayerSignature,omitempty"]; }