From 72ea7d0dcdc0d042ec43df23e34f083d7d551753 Mon Sep 17 00:00:00 2001 From: Scott Fairclough Date: Wed, 31 Jul 2024 14:44:05 +0100 Subject: [PATCH] new datastream entry enum - end l2 block --- zk/datastream/proto/datastream.proto | 1 + .../state/datastream/datastream.pb.go | 79 ++++++++++--------- .../runtime/executor/process_batch.pb.go | 62 +++++++-------- 3 files changed, 74 insertions(+), 68 deletions(-) diff --git a/zk/datastream/proto/datastream.proto b/zk/datastream/proto/datastream.proto index 7d7b16f4861..4dfce78ffd9 100644 --- a/zk/datastream/proto/datastream.proto +++ b/zk/datastream/proto/datastream.proto @@ -84,6 +84,7 @@ enum EntryType { ENTRY_TYPE_TRANSACTION = 3; ENTRY_TYPE_BATCH_END = 4; ENTRY_TYPE_UPDATE_GER = 5; + ENTRY_TYPE_L2_BLOCK_END = 6; } enum BatchType { diff --git a/zk/datastream/proto/github.com/0xPolygonHermez/zkevm-node/state/datastream/datastream.pb.go b/zk/datastream/proto/github.com/0xPolygonHermez/zkevm-node/state/datastream/datastream.pb.go index cd905cf0719..be8c75c5e92 100644 --- a/zk/datastream/proto/github.com/0xPolygonHermez/zkevm-node/state/datastream/datastream.pb.go +++ b/zk/datastream/proto/github.com/0xPolygonHermez/zkevm-node/state/datastream/datastream.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 -// protoc v3.21.12 +// protoc-gen-go v1.28.1 +// protoc v4.25.3 // source: datastream.proto package datastream @@ -72,12 +72,13 @@ func (BookmarkType) EnumDescriptor() ([]byte, []int) { type EntryType int32 const ( - EntryType_ENTRY_TYPE_UNSPECIFIED EntryType = 0 - EntryType_ENTRY_TYPE_BATCH_START EntryType = 1 - EntryType_ENTRY_TYPE_L2_BLOCK EntryType = 2 - EntryType_ENTRY_TYPE_TRANSACTION EntryType = 3 - EntryType_ENTRY_TYPE_BATCH_END EntryType = 4 - EntryType_ENTRY_TYPE_UPDATE_GER EntryType = 5 + EntryType_ENTRY_TYPE_UNSPECIFIED EntryType = 0 + EntryType_ENTRY_TYPE_BATCH_START EntryType = 1 + EntryType_ENTRY_TYPE_L2_BLOCK EntryType = 2 + EntryType_ENTRY_TYPE_TRANSACTION EntryType = 3 + EntryType_ENTRY_TYPE_BATCH_END EntryType = 4 + EntryType_ENTRY_TYPE_UPDATE_GER EntryType = 5 + EntryType_ENTRY_TYPE_L2_BLOCK_END EntryType = 6 ) // Enum value maps for EntryType. @@ -89,14 +90,16 @@ var ( 3: "ENTRY_TYPE_TRANSACTION", 4: "ENTRY_TYPE_BATCH_END", 5: "ENTRY_TYPE_UPDATE_GER", + 6: "ENTRY_TYPE_L2_BLOCK_END", } EntryType_value = map[string]int32{ - "ENTRY_TYPE_UNSPECIFIED": 0, - "ENTRY_TYPE_BATCH_START": 1, - "ENTRY_TYPE_L2_BLOCK": 2, - "ENTRY_TYPE_TRANSACTION": 3, - "ENTRY_TYPE_BATCH_END": 4, - "ENTRY_TYPE_UPDATE_GER": 5, + "ENTRY_TYPE_UNSPECIFIED": 0, + "ENTRY_TYPE_BATCH_START": 1, + "ENTRY_TYPE_L2_BLOCK": 2, + "ENTRY_TYPE_TRANSACTION": 3, + "ENTRY_TYPE_BATCH_END": 4, + "ENTRY_TYPE_UPDATE_GER": 5, + "ENTRY_TYPE_L2_BLOCK_END": 6, } ) @@ -938,7 +941,7 @@ var file_datastream_proto_rawDesc = []byte{ 0x4f, 0x4f, 0x4b, 0x4d, 0x41, 0x52, 0x4b, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x42, 0x41, 0x54, 0x43, 0x48, 0x10, 0x01, 0x12, 0x1a, 0x0a, 0x16, 0x42, 0x4f, 0x4f, 0x4b, 0x4d, 0x41, 0x52, 0x4b, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x4c, 0x32, 0x5f, 0x42, 0x4c, 0x4f, 0x43, 0x4b, 0x10, 0x02, - 0x2a, 0xad, 0x01, 0x0a, 0x09, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, + 0x2a, 0xca, 0x01, 0x0a, 0x09, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x16, 0x45, 0x4e, 0x54, 0x52, 0x59, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x1a, 0x0a, 0x16, 0x45, 0x4e, 0x54, 0x52, 0x59, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x42, 0x41, 0x54, 0x43, 0x48, 0x5f, 0x53, @@ -949,19 +952,21 @@ var file_datastream_proto_rawDesc = []byte{ 0x4e, 0x54, 0x52, 0x59, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x42, 0x41, 0x54, 0x43, 0x48, 0x5f, 0x45, 0x4e, 0x44, 0x10, 0x04, 0x12, 0x19, 0x0a, 0x15, 0x45, 0x4e, 0x54, 0x52, 0x59, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x50, 0x44, 0x41, 0x54, 0x45, 0x5f, 0x47, 0x45, 0x52, 0x10, 0x05, - 0x2a, 0x87, 0x01, 0x0a, 0x09, 0x42, 0x61, 0x74, 0x63, 0x68, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, - 0x0a, 0x16, 0x42, 0x41, 0x54, 0x43, 0x48, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x53, - 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x16, 0x0a, 0x12, 0x42, 0x41, - 0x54, 0x43, 0x48, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x52, 0x45, 0x47, 0x55, 0x4c, 0x41, 0x52, - 0x10, 0x01, 0x12, 0x15, 0x0a, 0x11, 0x42, 0x41, 0x54, 0x43, 0x48, 0x5f, 0x54, 0x59, 0x50, 0x45, - 0x5f, 0x46, 0x4f, 0x52, 0x43, 0x45, 0x44, 0x10, 0x02, 0x12, 0x17, 0x0a, 0x13, 0x42, 0x41, 0x54, - 0x43, 0x48, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x49, 0x4e, 0x4a, 0x45, 0x43, 0x54, 0x45, 0x44, - 0x10, 0x03, 0x12, 0x16, 0x0a, 0x12, 0x42, 0x41, 0x54, 0x43, 0x48, 0x5f, 0x54, 0x59, 0x50, 0x45, - 0x5f, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x10, 0x04, 0x42, 0x38, 0x5a, 0x36, 0x67, 0x69, - 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x30, 0x78, 0x50, 0x6f, 0x6c, 0x79, 0x67, - 0x6f, 0x6e, 0x48, 0x65, 0x72, 0x6d, 0x65, 0x7a, 0x2f, 0x7a, 0x6b, 0x65, 0x76, 0x6d, 0x2d, 0x6e, - 0x6f, 0x64, 0x65, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x73, 0x74, - 0x72, 0x65, 0x61, 0x6d, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x12, 0x1b, 0x0a, 0x17, 0x45, 0x4e, 0x54, 0x52, 0x59, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x4c, + 0x32, 0x5f, 0x42, 0x4c, 0x4f, 0x43, 0x4b, 0x5f, 0x45, 0x4e, 0x44, 0x10, 0x06, 0x2a, 0x87, 0x01, + 0x0a, 0x09, 0x42, 0x61, 0x74, 0x63, 0x68, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x16, 0x42, + 0x41, 0x54, 0x43, 0x48, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, + 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x16, 0x0a, 0x12, 0x42, 0x41, 0x54, 0x43, 0x48, + 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x52, 0x45, 0x47, 0x55, 0x4c, 0x41, 0x52, 0x10, 0x01, 0x12, + 0x15, 0x0a, 0x11, 0x42, 0x41, 0x54, 0x43, 0x48, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x46, 0x4f, + 0x52, 0x43, 0x45, 0x44, 0x10, 0x02, 0x12, 0x17, 0x0a, 0x13, 0x42, 0x41, 0x54, 0x43, 0x48, 0x5f, + 0x54, 0x59, 0x50, 0x45, 0x5f, 0x49, 0x4e, 0x4a, 0x45, 0x43, 0x54, 0x45, 0x44, 0x10, 0x03, 0x12, + 0x16, 0x0a, 0x12, 0x42, 0x41, 0x54, 0x43, 0x48, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x49, 0x4e, + 0x56, 0x41, 0x4c, 0x49, 0x44, 0x10, 0x04, 0x42, 0x38, 0x5a, 0x36, 0x67, 0x69, 0x74, 0x68, 0x75, + 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x30, 0x78, 0x50, 0x6f, 0x6c, 0x79, 0x67, 0x6f, 0x6e, 0x48, + 0x65, 0x72, 0x6d, 0x65, 0x7a, 0x2f, 0x7a, 0x6b, 0x65, 0x76, 0x6d, 0x2d, 0x6e, 0x6f, 0x64, 0x65, + 0x2f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x73, 0x74, 0x72, 0x65, 0x61, + 0x6d, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( @@ -978,7 +983,7 @@ func file_datastream_proto_rawDescGZIP() []byte { var file_datastream_proto_enumTypes = make([]protoimpl.EnumInfo, 3) var file_datastream_proto_msgTypes = make([]protoimpl.MessageInfo, 8) -var file_datastream_proto_goTypes = []any{ +var file_datastream_proto_goTypes = []interface{}{ (BookmarkType)(0), // 0: datastream.v1.BookmarkType (EntryType)(0), // 1: datastream.v1.EntryType (BatchType)(0), // 2: datastream.v1.BatchType @@ -1012,7 +1017,7 @@ func file_datastream_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_datastream_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_datastream_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*BatchStart); i { case 0: return &v.state @@ -1024,7 +1029,7 @@ func file_datastream_proto_init() { return nil } } - file_datastream_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_datastream_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*BatchEnd); i { case 0: return &v.state @@ -1036,7 +1041,7 @@ func file_datastream_proto_init() { return nil } } - file_datastream_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_datastream_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*L2Block); i { case 0: return &v.state @@ -1048,7 +1053,7 @@ func file_datastream_proto_init() { return nil } } - file_datastream_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_datastream_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*L2BlockEnd); i { case 0: return &v.state @@ -1060,7 +1065,7 @@ func file_datastream_proto_init() { return nil } } - file_datastream_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_datastream_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Transaction); i { case 0: return &v.state @@ -1072,7 +1077,7 @@ func file_datastream_proto_init() { return nil } } - file_datastream_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_datastream_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateGER); i { case 0: return &v.state @@ -1084,7 +1089,7 @@ func file_datastream_proto_init() { return nil } } - file_datastream_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_datastream_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*BookMark); i { case 0: return &v.state @@ -1096,7 +1101,7 @@ func file_datastream_proto_init() { return nil } } - file_datastream_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_datastream_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Debug); i { case 0: return &v.state diff --git a/zk/legacy_executor_verifier/proto/github.com/0xPolygonHermez/zkevm-node/state/runtime/executor/process_batch.pb.go b/zk/legacy_executor_verifier/proto/github.com/0xPolygonHermez/zkevm-node/state/runtime/executor/process_batch.pb.go index a8654c19f22..87e44baadfe 100644 --- a/zk/legacy_executor_verifier/proto/github.com/0xPolygonHermez/zkevm-node/state/runtime/executor/process_batch.pb.go +++ b/zk/legacy_executor_verifier/proto/github.com/0xPolygonHermez/zkevm-node/state/runtime/executor/process_batch.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.34.2 -// protoc v3.21.12 +// protoc-gen-go v1.28.1 +// protoc v4.25.3 // source: process_batch.proto package executor @@ -5612,7 +5612,7 @@ func file_process_batch_proto_rawDescGZIP() []byte { var file_process_batch_proto_enumTypes = make([]protoimpl.EnumInfo, 2) var file_process_batch_proto_msgTypes = make([]protoimpl.MessageInfo, 45) -var file_process_batch_proto_goTypes = []any{ +var file_process_batch_proto_goTypes = []interface{}{ (RomError)(0), // 0: executor.v1.RomError (ExecutorError)(0), // 1: executor.v1.ExecutorError (*ProcessBatchRequest)(nil), // 2: executor.v1.ProcessBatchRequest @@ -5733,7 +5733,7 @@ func file_process_batch_proto_init() { return } if !protoimpl.UnsafeEnabled { - file_process_batch_proto_msgTypes[0].Exporter = func(v any, i int) any { + file_process_batch_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProcessBatchRequest); i { case 0: return &v.state @@ -5745,7 +5745,7 @@ func file_process_batch_proto_init() { return nil } } - file_process_batch_proto_msgTypes[1].Exporter = func(v any, i int) any { + file_process_batch_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProcessBatchResponse); i { case 0: return &v.state @@ -5757,7 +5757,7 @@ func file_process_batch_proto_init() { return nil } } - file_process_batch_proto_msgTypes[2].Exporter = func(v any, i int) any { + file_process_batch_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetFlushStatusResponse); i { case 0: return &v.state @@ -5769,7 +5769,7 @@ func file_process_batch_proto_init() { return nil } } - file_process_batch_proto_msgTypes[3].Exporter = func(v any, i int) any { + file_process_batch_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*TraceConfig); i { case 0: return &v.state @@ -5781,7 +5781,7 @@ func file_process_batch_proto_init() { return nil } } - file_process_batch_proto_msgTypes[4].Exporter = func(v any, i int) any { + file_process_batch_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*OverrideAccount); i { case 0: return &v.state @@ -5793,7 +5793,7 @@ func file_process_batch_proto_init() { return nil } } - file_process_batch_proto_msgTypes[5].Exporter = func(v any, i int) any { + file_process_batch_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*InfoReadWrite); i { case 0: return &v.state @@ -5805,7 +5805,7 @@ func file_process_batch_proto_init() { return nil } } - file_process_batch_proto_msgTypes[6].Exporter = func(v any, i int) any { + file_process_batch_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*FullTrace); i { case 0: return &v.state @@ -5817,7 +5817,7 @@ func file_process_batch_proto_init() { return nil } } - file_process_batch_proto_msgTypes[7].Exporter = func(v any, i int) any { + file_process_batch_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*TransactionContext); i { case 0: return &v.state @@ -5829,7 +5829,7 @@ func file_process_batch_proto_init() { return nil } } - file_process_batch_proto_msgTypes[8].Exporter = func(v any, i int) any { + file_process_batch_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*TransactionStep); i { case 0: return &v.state @@ -5841,7 +5841,7 @@ func file_process_batch_proto_init() { return nil } } - file_process_batch_proto_msgTypes[9].Exporter = func(v any, i int) any { + file_process_batch_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Contract); i { case 0: return &v.state @@ -5853,7 +5853,7 @@ func file_process_batch_proto_init() { return nil } } - file_process_batch_proto_msgTypes[10].Exporter = func(v any, i int) any { + file_process_batch_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProcessTransactionResponse); i { case 0: return &v.state @@ -5865,7 +5865,7 @@ func file_process_batch_proto_init() { return nil } } - file_process_batch_proto_msgTypes[11].Exporter = func(v any, i int) any { + file_process_batch_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Log); i { case 0: return &v.state @@ -5877,7 +5877,7 @@ func file_process_batch_proto_init() { return nil } } - file_process_batch_proto_msgTypes[12].Exporter = func(v any, i int) any { + file_process_batch_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProcessBatchRequestV2); i { case 0: return &v.state @@ -5889,7 +5889,7 @@ func file_process_batch_proto_init() { return nil } } - file_process_batch_proto_msgTypes[13].Exporter = func(v any, i int) any { + file_process_batch_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProcessStatelessBatchRequestV2); i { case 0: return &v.state @@ -5901,7 +5901,7 @@ func file_process_batch_proto_init() { return nil } } - file_process_batch_proto_msgTypes[14].Exporter = func(v any, i int) any { + file_process_batch_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*L1DataV2); i { case 0: return &v.state @@ -5913,7 +5913,7 @@ func file_process_batch_proto_init() { return nil } } - file_process_batch_proto_msgTypes[15].Exporter = func(v any, i int) any { + file_process_batch_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DebugV2); i { case 0: return &v.state @@ -5925,7 +5925,7 @@ func file_process_batch_proto_init() { return nil } } - file_process_batch_proto_msgTypes[16].Exporter = func(v any, i int) any { + file_process_batch_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProcessBatchResponseV2); i { case 0: return &v.state @@ -5937,7 +5937,7 @@ func file_process_batch_proto_init() { return nil } } - file_process_batch_proto_msgTypes[17].Exporter = func(v any, i int) any { + file_process_batch_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ResponseDebug); i { case 0: return &v.state @@ -5949,7 +5949,7 @@ func file_process_batch_proto_init() { return nil } } - file_process_batch_proto_msgTypes[18].Exporter = func(v any, i int) any { + file_process_batch_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*TraceConfigV2); i { case 0: return &v.state @@ -5961,7 +5961,7 @@ func file_process_batch_proto_init() { return nil } } - file_process_batch_proto_msgTypes[19].Exporter = func(v any, i int) any { + file_process_batch_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*OverrideAccountV2); i { case 0: return &v.state @@ -5973,7 +5973,7 @@ func file_process_batch_proto_init() { return nil } } - file_process_batch_proto_msgTypes[20].Exporter = func(v any, i int) any { + file_process_batch_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*InfoReadWriteV2); i { case 0: return &v.state @@ -5985,7 +5985,7 @@ func file_process_batch_proto_init() { return nil } } - file_process_batch_proto_msgTypes[21].Exporter = func(v any, i int) any { + file_process_batch_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*FullTraceV2); i { case 0: return &v.state @@ -5997,7 +5997,7 @@ func file_process_batch_proto_init() { return nil } } - file_process_batch_proto_msgTypes[22].Exporter = func(v any, i int) any { + file_process_batch_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*TransactionContextV2); i { case 0: return &v.state @@ -6009,7 +6009,7 @@ func file_process_batch_proto_init() { return nil } } - file_process_batch_proto_msgTypes[23].Exporter = func(v any, i int) any { + file_process_batch_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*TransactionStepV2); i { case 0: return &v.state @@ -6021,7 +6021,7 @@ func file_process_batch_proto_init() { return nil } } - file_process_batch_proto_msgTypes[24].Exporter = func(v any, i int) any { + file_process_batch_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ContractV2); i { case 0: return &v.state @@ -6033,7 +6033,7 @@ func file_process_batch_proto_init() { return nil } } - file_process_batch_proto_msgTypes[25].Exporter = func(v any, i int) any { + file_process_batch_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProcessBlockResponseV2); i { case 0: return &v.state @@ -6045,7 +6045,7 @@ func file_process_batch_proto_init() { return nil } } - file_process_batch_proto_msgTypes[26].Exporter = func(v any, i int) any { + file_process_batch_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ProcessTransactionResponseV2); i { case 0: return &v.state @@ -6057,7 +6057,7 @@ func file_process_batch_proto_init() { return nil } } - file_process_batch_proto_msgTypes[27].Exporter = func(v any, i int) any { + file_process_batch_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*LogV2); i { case 0: return &v.state