diff --git a/protobuf/README.md b/protobuf/README.md index 6a581a671..48937c341 100644 --- a/protobuf/README.md +++ b/protobuf/README.md @@ -11,6 +11,7 @@ Check out the [Flow Access API specification](/docs/content/access-api.md). You can use [buf](https://github.com/bufbuild/buf) to generate gRPC client stubs in a variety of languages. Please make sure you have `protoc-gen-go-grpc` installed, for example using command ```shell script +go install github.com/golang/protobuf/protoc-gen-go@v1.3.2 go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2.0 ``` diff --git a/protobuf/flow/executiondata/executiondata.proto b/protobuf/flow/executiondata/executiondata.proto index 98fc423ee..703d35649 100644 --- a/protobuf/flow/executiondata/executiondata.proto +++ b/protobuf/flow/executiondata/executiondata.proto @@ -1,9 +1,9 @@ syntax = "proto3"; -package flow.access; +package flow.executiondata; -option go_package = "github.com/onflow/flow/protobuf/go/flow/access"; -option java_package = "org.onflow.protobuf.access"; +option go_package = "github.com/onflow/flow/protobuf/go/flow/executiondata"; +option java_package = "org.onflow.protobuf.executiondata"; import "flow/entities/block_execution_data.proto"; import "flow/entities/event.proto"; diff --git a/protobuf/go/flow/access/access_grpc.pb.go b/protobuf/go/flow/access/access_grpc.pb.go index 17e7de2fd..ed132247b 100644 --- a/protobuf/go/flow/access/access_grpc.pb.go +++ b/protobuf/go/flow/access/access_grpc.pb.go @@ -1,4 +1,8 @@ // Code generated by protoc-gen-go-grpc. DO NOT EDIT. +// versions: +// - protoc-gen-go-grpc v1.2.0 +// - protoc (unknown) +// source: flow/access/access.proto package access diff --git a/protobuf/go/flow/execution/execution_grpc.pb.go b/protobuf/go/flow/execution/execution_grpc.pb.go index 4e168283e..4d28a8959 100644 --- a/protobuf/go/flow/execution/execution_grpc.pb.go +++ b/protobuf/go/flow/execution/execution_grpc.pb.go @@ -1,4 +1,8 @@ // Code generated by protoc-gen-go-grpc. DO NOT EDIT. +// versions: +// - protoc-gen-go-grpc v1.2.0 +// - protoc (unknown) +// source: flow/execution/execution.proto package execution diff --git a/protobuf/go/flow/executiondata/executiondata.pb.go b/protobuf/go/flow/executiondata/executiondata.pb.go index 3ab02e4a6..c3f110e3f 100644 --- a/protobuf/go/flow/executiondata/executiondata.pb.go +++ b/protobuf/go/flow/executiondata/executiondata.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // source: flow/executiondata/executiondata.proto -package access +package executiondata import ( fmt "fmt" @@ -554,15 +554,15 @@ func (m *GetRegisterValuesResponse) GetValues() [][]byte { } func init() { - proto.RegisterType((*GetExecutionDataByBlockIDRequest)(nil), "flow.access.GetExecutionDataByBlockIDRequest") - proto.RegisterType((*GetExecutionDataByBlockIDResponse)(nil), "flow.access.GetExecutionDataByBlockIDResponse") - proto.RegisterType((*SubscribeExecutionDataRequest)(nil), "flow.access.SubscribeExecutionDataRequest") - proto.RegisterType((*SubscribeExecutionDataResponse)(nil), "flow.access.SubscribeExecutionDataResponse") - proto.RegisterType((*SubscribeEventsRequest)(nil), "flow.access.SubscribeEventsRequest") - proto.RegisterType((*SubscribeEventsResponse)(nil), "flow.access.SubscribeEventsResponse") - proto.RegisterType((*EventFilter)(nil), "flow.access.EventFilter") - proto.RegisterType((*GetRegisterValuesRequest)(nil), "flow.access.GetRegisterValuesRequest") - proto.RegisterType((*GetRegisterValuesResponse)(nil), "flow.access.GetRegisterValuesResponse") + proto.RegisterType((*GetExecutionDataByBlockIDRequest)(nil), "flow.executiondata.GetExecutionDataByBlockIDRequest") + proto.RegisterType((*GetExecutionDataByBlockIDResponse)(nil), "flow.executiondata.GetExecutionDataByBlockIDResponse") + proto.RegisterType((*SubscribeExecutionDataRequest)(nil), "flow.executiondata.SubscribeExecutionDataRequest") + proto.RegisterType((*SubscribeExecutionDataResponse)(nil), "flow.executiondata.SubscribeExecutionDataResponse") + proto.RegisterType((*SubscribeEventsRequest)(nil), "flow.executiondata.SubscribeEventsRequest") + proto.RegisterType((*SubscribeEventsResponse)(nil), "flow.executiondata.SubscribeEventsResponse") + proto.RegisterType((*EventFilter)(nil), "flow.executiondata.EventFilter") + proto.RegisterType((*GetRegisterValuesRequest)(nil), "flow.executiondata.GetRegisterValuesRequest") + proto.RegisterType((*GetRegisterValuesResponse)(nil), "flow.executiondata.GetRegisterValuesResponse") } func init() { @@ -570,47 +570,47 @@ func init() { } var fileDescriptor_da469632570513fb = []byte{ - // 661 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x55, 0x4d, 0x4f, 0xdb, 0x4c, - 0x10, 0x96, 0x09, 0x0a, 0x30, 0x89, 0xf8, 0x58, 0x21, 0x5e, 0x63, 0x89, 0xb7, 0x89, 0x4b, 0x51, - 0xd4, 0xc2, 0x06, 0xc1, 0xb9, 0x87, 0x52, 0x5a, 0x1a, 0xa9, 0x87, 0xca, 0xa0, 0x1e, 0x7a, 0x68, - 0xba, 0xb6, 0x07, 0xc7, 0x6a, 0xf0, 0xa6, 0xde, 0x0d, 0x85, 0xfe, 0xc1, 0x4a, 0x95, 0xfa, 0x13, - 0xfa, 0x5f, 0xaa, 0xcc, 0x3a, 0x4e, 0x9c, 0x0f, 0xa0, 0xaa, 0x7a, 0x89, 0x34, 0x33, 0xcf, 0x3c, - 0x33, 0x3b, 0xf3, 0x8c, 0x03, 0x7b, 0x97, 0x5d, 0xf9, 0xb5, 0x89, 0x37, 0x18, 0xf4, 0x75, 0x2c, - 0x93, 0x50, 0x68, 0x51, 0xb4, 0x78, 0x2f, 0x95, 0x5a, 0xb2, 0xca, 0x00, 0xc7, 0x45, 0x10, 0xa0, - 0x52, 0x4e, 0xc3, 0x24, 0x25, 0x3a, 0xd6, 0x31, 0xaa, 0xa6, 0xdf, 0x95, 0xc1, 0xe7, 0x76, 0x9e, - 0xd5, 0x1e, 0xa5, 0x39, 0xdb, 0x45, 0x24, 0x5e, 0x63, 0xa2, 0xb3, 0xd0, 0xa3, 0x48, 0xca, 0xa8, - 0x8b, 0x4d, 0xb2, 0xfc, 0xfe, 0x65, 0x53, 0xc7, 0x57, 0xa8, 0xb4, 0xb8, 0xea, 0x19, 0x80, 0xfb, - 0x1c, 0x6a, 0x67, 0xa8, 0x5f, 0x0d, 0x69, 0x4f, 0x85, 0x16, 0x27, 0xb7, 0x27, 0x83, 0x5a, 0xad, - 0x53, 0x0f, 0xbf, 0xf4, 0x51, 0x69, 0xb6, 0x0d, 0xcb, 0xa6, 0x7a, 0x1c, 0xda, 0x56, 0xcd, 0x6a, - 0x54, 0xbd, 0x25, 0xb2, 0x5b, 0xa1, 0x7b, 0x03, 0xf5, 0x3b, 0xd2, 0x55, 0x4f, 0x26, 0x0a, 0xd9, - 0x39, 0x6c, 0xce, 0xea, 0x9e, 0xb8, 0x2a, 0x47, 0x75, 0x4e, 0xaf, 0x1e, 0xb6, 0xcf, 0x29, 0xbb, - 0xc0, 0xe8, 0x31, 0x7f, 0xca, 0xe7, 0x2a, 0xd8, 0x39, 0xef, 0xfb, 0x2a, 0x48, 0x63, 0x1f, 0x8b, - 0xe8, 0xac, 0xeb, 0x5d, 0x58, 0x55, 0x5a, 0xa4, 0xba, 0x3d, 0xd1, 0x7b, 0x95, 0xbc, 0xa6, 0xc7, - 0x90, 0xed, 0x03, 0x1b, 0x47, 0x75, 0x30, 0x8e, 0x3a, 0xda, 0x5e, 0xa8, 0x59, 0x8d, 0x45, 0x6f, - 0x7d, 0x84, 0x7c, 0x43, 0x7e, 0xf7, 0x97, 0x05, 0xff, 0xcf, 0xab, 0x9a, 0x3d, 0xb6, 0x0e, 0xd5, - 0x02, 0x95, 0x45, 0x54, 0x15, 0x7f, 0xc4, 0x32, 0x77, 0x1e, 0x0b, 0x7f, 0x31, 0x0f, 0xf6, 0x12, - 0xd6, 0x0c, 0x69, 0xbe, 0x61, 0xbb, 0x44, 0x7c, 0x0e, 0x37, 0x1a, 0xe0, 0x43, 0x0d, 0xf0, 0x8b, - 0x21, 0xc2, 0x5b, 0xa5, 0x94, 0xdc, 0x76, 0x7f, 0x5a, 0xb0, 0x35, 0x7a, 0xdf, 0x40, 0x47, 0xea, - 0x1f, 0x8e, 0x93, 0x1d, 0x42, 0xf9, 0x32, 0xee, 0x6a, 0x4c, 0xb3, 0x56, 0x6d, 0x3e, 0x76, 0x00, - 0x9c, 0xea, 0xbf, 0xa6, 0xb8, 0x97, 0xe1, 0xd8, 0x01, 0xb0, 0x0e, 0x8a, 0x54, 0xfb, 0x28, 0x74, - 0x3b, 0x4e, 0x34, 0xa6, 0xd7, 0xa2, 0x6b, 0x2f, 0x12, 0xff, 0x46, 0x1e, 0x69, 0x65, 0x01, 0xf7, - 0x87, 0x05, 0xff, 0x4d, 0xbd, 0x27, 0x5b, 0xd4, 0x7c, 0x55, 0x4f, 0xed, 0x70, 0x61, 0x7a, 0x87, - 0xfb, 0x50, 0xa6, 0x3b, 0x53, 0x76, 0xa9, 0x56, 0x6a, 0x54, 0x8e, 0x36, 0x27, 0xb6, 0x46, 0xc5, - 0xbc, 0x0c, 0x33, 0x6b, 0x39, 0x8b, 0x7f, 0xbc, 0x1c, 0x1f, 0x2a, 0x63, 0x23, 0x61, 0x3b, 0x00, - 0xc4, 0xde, 0xd6, 0xb7, 0x3d, 0xb4, 0xad, 0x5a, 0xa9, 0xb1, 0xe2, 0xad, 0x90, 0xe7, 0xe2, 0xb6, - 0x87, 0xcc, 0x81, 0xe5, 0x40, 0x26, 0x3a, 0x15, 0xc1, 0xa0, 0xff, 0x41, 0x30, 0xb7, 0x99, 0x0d, - 0x4b, 0x22, 0x0c, 0x53, 0x54, 0xa6, 0xfb, 0x15, 0x6f, 0x68, 0xba, 0x9f, 0xc0, 0x3e, 0x43, 0xed, - 0x61, 0x14, 0x2b, 0x8d, 0xe9, 0x7b, 0xd1, 0xed, 0x63, 0xae, 0x80, 0x07, 0x28, 0xbb, 0x0e, 0xd5, - 0x34, 0xcb, 0x6d, 0xc7, 0xa1, 0xa2, 0xc2, 0x55, 0xaf, 0x32, 0xf4, 0xb5, 0x42, 0xe5, 0x1e, 0xc3, - 0xf6, 0x8c, 0x0a, 0xd9, 0x4e, 0xb6, 0xa0, 0x7c, 0x4d, 0x1e, 0x7a, 0x4f, 0xd5, 0xcb, 0xac, 0xa3, - 0xef, 0x25, 0x58, 0x2f, 0xc8, 0xfd, 0xc5, 0xbb, 0x16, 0xfb, 0x46, 0x4c, 0xb3, 0xbf, 0x3d, 0xec, - 0xa0, 0x20, 0xa5, 0xfb, 0x3e, 0x71, 0x0e, 0x7f, 0x28, 0x3c, 0x6b, 0x54, 0x8d, 0xdf, 0x49, 0xe1, - 0x0e, 0x9f, 0x16, 0x98, 0xee, 0xfc, 0x44, 0x39, 0xcf, 0x1e, 0x84, 0x35, 0x25, 0x0f, 0x2d, 0xf6, - 0x11, 0xd6, 0x26, 0xc4, 0xcc, 0x1e, 0xcf, 0x61, 0x18, 0x3f, 0x5d, 0x67, 0xf7, 0x6e, 0x50, 0xce, - 0xef, 0xc3, 0xc6, 0xd4, 0x6a, 0xd8, 0x93, 0xc9, 0xc9, 0xcc, 0x14, 0x87, 0xb3, 0x77, 0x1f, 0xcc, - 0x54, 0x39, 0x79, 0x0b, 0x8e, 0x4c, 0x23, 0x2e, 0x13, 0x82, 0xe7, 0xaa, 0x37, 0x79, 0x1f, 0x78, - 0x14, 0xeb, 0x4e, 0xdf, 0xe7, 0x81, 0xbc, 0x6a, 0x1a, 0x48, 0x93, 0x7e, 0xf2, 0xbf, 0xaf, 0x48, - 0x1a, 0x87, 0xc1, 0xfb, 0x65, 0x0a, 0x1c, 0xff, 0x0e, 0x00, 0x00, 0xff, 0xff, 0xe5, 0x09, 0x33, - 0x0f, 0x61, 0x07, 0x00, 0x00, + // 662 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x55, 0x4d, 0x6f, 0xd3, 0x40, + 0x10, 0x95, 0x9b, 0x28, 0x6d, 0x27, 0x51, 0x3f, 0x56, 0x55, 0x71, 0x2d, 0x95, 0x26, 0x16, 0x42, + 0x11, 0xb4, 0x36, 0xa4, 0x54, 0x9c, 0x38, 0x50, 0x0a, 0x25, 0x37, 0xe4, 0x56, 0x1c, 0x7a, 0x09, + 0xeb, 0x78, 0xea, 0xac, 0x70, 0xbd, 0xc1, 0xbb, 0x29, 0xed, 0xb1, 0x37, 0x7e, 0x1b, 0x67, 0xae, + 0xfc, 0x17, 0x94, 0xf5, 0xc6, 0xa9, 0x6b, 0xa7, 0x34, 0x42, 0x5c, 0x2c, 0xcd, 0xcc, 0x9b, 0x37, + 0x6f, 0x77, 0x66, 0xd6, 0xf0, 0xf4, 0x3c, 0xe2, 0xdf, 0x5d, 0xbc, 0xc2, 0xfe, 0x48, 0x32, 0x1e, + 0x07, 0x54, 0xd2, 0xbc, 0xe5, 0x0c, 0x13, 0x2e, 0x39, 0x21, 0x63, 0x9c, 0x93, 0x8b, 0x58, 0xed, + 0x34, 0x37, 0x96, 0x4c, 0x32, 0x14, 0xae, 0x1f, 0xf1, 0xfe, 0xd7, 0x5e, 0x06, 0xe9, 0x4d, 0xb3, + 0xad, 0xad, 0x3c, 0x12, 0x2f, 0x31, 0x96, 0x3a, 0xb4, 0x13, 0x72, 0x1e, 0x46, 0xe8, 0x2a, 0xcb, + 0x1f, 0x9d, 0xbb, 0x92, 0x5d, 0xa0, 0x90, 0xf4, 0x62, 0x98, 0x02, 0xec, 0x37, 0xd0, 0x3c, 0x46, + 0xf9, 0x7e, 0x42, 0x7b, 0x44, 0x25, 0x3d, 0xbc, 0x3e, 0x1c, 0xd7, 0xea, 0x1e, 0x79, 0xf8, 0x6d, + 0x84, 0x42, 0x92, 0x2d, 0x58, 0x4a, 0xab, 0xb3, 0xc0, 0x34, 0x9a, 0x46, 0xbb, 0xe1, 0x2d, 0x2a, + 0xbb, 0x1b, 0xd8, 0x57, 0xd0, 0xba, 0x27, 0x5d, 0x0c, 0x79, 0x2c, 0x90, 0x9c, 0xc0, 0x46, 0x99, + 0x7a, 0xc5, 0x55, 0xef, 0xb4, 0x9c, 0xf4, 0xf0, 0x5a, 0xbe, 0xa3, 0xb2, 0x73, 0x8c, 0x1e, 0xf1, + 0x0b, 0x3e, 0x5b, 0xc0, 0xf6, 0xc9, 0xc8, 0x17, 0xfd, 0x84, 0xf9, 0x98, 0x47, 0x6b, 0xd5, 0x4f, + 0x60, 0x45, 0x48, 0x9a, 0xc8, 0xde, 0x1d, 0xed, 0x0d, 0xe5, 0x4d, 0x35, 0x06, 0x64, 0x17, 0xc8, + 0x6d, 0xd4, 0x00, 0x59, 0x38, 0x90, 0xe6, 0x42, 0xd3, 0x68, 0x57, 0xbd, 0xb5, 0x29, 0xf2, 0xa3, + 0xf2, 0xdb, 0xbf, 0x0d, 0x78, 0x3c, 0xab, 0xaa, 0x3e, 0x6c, 0x0b, 0x1a, 0x39, 0x2a, 0x43, 0x51, + 0xd5, 0xfd, 0x29, 0xcb, 0xcc, 0xfb, 0x58, 0xf8, 0x87, 0xfb, 0x20, 0xef, 0x60, 0x35, 0x25, 0xcd, + 0x3a, 0x6c, 0x56, 0x14, 0x9f, 0xe5, 0xa4, 0x33, 0xe0, 0x4c, 0x66, 0xc0, 0x39, 0x9d, 0x20, 0xbc, + 0x15, 0x95, 0x92, 0xd9, 0xf6, 0x2f, 0x03, 0x36, 0xa7, 0xe7, 0x1b, 0xcf, 0x91, 0xf8, 0x8f, 0xd7, + 0x49, 0x5e, 0x43, 0xed, 0x9c, 0x45, 0x12, 0x13, 0x2d, 0x75, 0xc7, 0x29, 0xee, 0x81, 0xa3, 0x64, + 0x7c, 0x50, 0x30, 0x4f, 0xc3, 0xc9, 0x1e, 0x90, 0x01, 0xd2, 0x44, 0xfa, 0x48, 0x65, 0x8f, 0xc5, + 0x12, 0x93, 0x4b, 0x1a, 0x99, 0x55, 0x55, 0x66, 0x3d, 0x8b, 0x74, 0x75, 0xc0, 0xfe, 0x69, 0xc0, + 0xa3, 0xc2, 0xb1, 0x74, 0xbf, 0x66, 0x0f, 0x77, 0xa1, 0x95, 0x0b, 0xc5, 0x56, 0xee, 0x42, 0x4d, + 0xad, 0x9b, 0x30, 0x2b, 0xcd, 0x4a, 0xbb, 0xde, 0xd9, 0xb8, 0xd3, 0x3c, 0x55, 0xcc, 0xd3, 0x98, + 0xb2, 0x1e, 0x55, 0xe7, 0xee, 0x91, 0x0f, 0xf5, 0x5b, 0x57, 0x42, 0xb6, 0x01, 0x14, 0x7b, 0x4f, + 0x5e, 0x0f, 0xd1, 0x34, 0x9a, 0x95, 0xf6, 0xb2, 0xb7, 0xac, 0x3c, 0xa7, 0xd7, 0x43, 0x24, 0x16, + 0x2c, 0xf5, 0x79, 0x2c, 0x13, 0xda, 0x1f, 0xeb, 0x1f, 0x07, 0x33, 0x9b, 0x98, 0xb0, 0x48, 0x83, + 0x20, 0x41, 0x91, 0xaa, 0x5f, 0xf6, 0x26, 0xa6, 0xfd, 0x05, 0xcc, 0x63, 0x94, 0x1e, 0x86, 0x4c, + 0x48, 0x4c, 0x3e, 0xd3, 0x68, 0x84, 0xd9, 0x20, 0x3c, 0x60, 0xc0, 0x5b, 0xd0, 0x48, 0x74, 0x6e, + 0x8f, 0x05, 0x42, 0x15, 0x6e, 0x78, 0xf5, 0x89, 0xaf, 0x1b, 0x08, 0x7b, 0x1f, 0xb6, 0x4a, 0x2a, + 0xe8, 0x9e, 0x6c, 0x42, 0xed, 0x52, 0x79, 0xd4, 0x79, 0x1a, 0x9e, 0xb6, 0x3a, 0x37, 0x55, 0x58, + 0xcb, 0x4d, 0xfd, 0xdb, 0x4f, 0x5d, 0xf2, 0xc3, 0x50, 0x54, 0xe5, 0x6f, 0x10, 0x79, 0x55, 0x36, + 0x52, 0x7f, 0x7b, 0xf1, 0xac, 0x83, 0x39, 0xb3, 0xb4, 0xee, 0x9b, 0xdc, 0xfa, 0xe4, 0xd6, 0xf3, + 0x65, 0x19, 0xe3, 0xbd, 0x0f, 0x98, 0xd5, 0x99, 0x27, 0x25, 0x55, 0xf0, 0xc2, 0x20, 0x11, 0xac, + 0xde, 0x19, 0x75, 0xf2, 0xec, 0x7e, 0xa2, 0xdb, 0x6b, 0x6e, 0x3d, 0x7f, 0x10, 0x36, 0xab, 0x36, + 0x84, 0xf5, 0x42, 0x1b, 0xc9, 0xee, 0x8c, 0xdb, 0x2b, 0x9d, 0x27, 0x6b, 0xef, 0x81, 0xe8, 0xb4, + 0xe6, 0xe1, 0x19, 0xb4, 0x78, 0x12, 0x3a, 0x3c, 0x56, 0x59, 0xd9, 0xbe, 0xe4, 0xd2, 0xcf, 0x0e, + 0x42, 0x26, 0x07, 0x23, 0xdf, 0xe9, 0xf3, 0x0b, 0x37, 0x45, 0xba, 0xea, 0x93, 0xfd, 0x06, 0x43, + 0xee, 0x16, 0x7f, 0xcd, 0x7e, 0x4d, 0xc5, 0xf7, 0xff, 0x04, 0x00, 0x00, 0xff, 0xff, 0xb3, 0x91, + 0x63, 0x3b, 0xb7, 0x07, 0x00, 0x00, } diff --git a/protobuf/go/flow/executiondata/executiondata_grpc.pb.go b/protobuf/go/flow/executiondata/executiondata_grpc.pb.go index a35d30da9..7ebf00d07 100644 --- a/protobuf/go/flow/executiondata/executiondata_grpc.pb.go +++ b/protobuf/go/flow/executiondata/executiondata_grpc.pb.go @@ -1,6 +1,10 @@ // Code generated by protoc-gen-go-grpc. DO NOT EDIT. +// versions: +// - protoc-gen-go-grpc v1.2.0 +// - protoc (unknown) +// source: flow/executiondata/executiondata.proto -package access +package executiondata import ( context "context" @@ -80,7 +84,7 @@ func NewExecutionDataAPIClient(cc grpc.ClientConnInterface) ExecutionDataAPIClie func (c *executionDataAPIClient) GetExecutionDataByBlockID(ctx context.Context, in *GetExecutionDataByBlockIDRequest, opts ...grpc.CallOption) (*GetExecutionDataByBlockIDResponse, error) { out := new(GetExecutionDataByBlockIDResponse) - err := c.cc.Invoke(ctx, "/flow.access.ExecutionDataAPI/GetExecutionDataByBlockID", in, out, opts...) + err := c.cc.Invoke(ctx, "/flow.executiondata.ExecutionDataAPI/GetExecutionDataByBlockID", in, out, opts...) if err != nil { return nil, err } @@ -88,7 +92,7 @@ func (c *executionDataAPIClient) GetExecutionDataByBlockID(ctx context.Context, } func (c *executionDataAPIClient) SubscribeExecutionData(ctx context.Context, in *SubscribeExecutionDataRequest, opts ...grpc.CallOption) (ExecutionDataAPI_SubscribeExecutionDataClient, error) { - stream, err := c.cc.NewStream(ctx, &ExecutionDataAPI_ServiceDesc.Streams[0], "/flow.access.ExecutionDataAPI/SubscribeExecutionData", opts...) + stream, err := c.cc.NewStream(ctx, &ExecutionDataAPI_ServiceDesc.Streams[0], "/flow.executiondata.ExecutionDataAPI/SubscribeExecutionData", opts...) if err != nil { return nil, err } @@ -120,7 +124,7 @@ func (x *executionDataAPISubscribeExecutionDataClient) Recv() (*SubscribeExecuti } func (c *executionDataAPIClient) SubscribeEvents(ctx context.Context, in *SubscribeEventsRequest, opts ...grpc.CallOption) (ExecutionDataAPI_SubscribeEventsClient, error) { - stream, err := c.cc.NewStream(ctx, &ExecutionDataAPI_ServiceDesc.Streams[1], "/flow.access.ExecutionDataAPI/SubscribeEvents", opts...) + stream, err := c.cc.NewStream(ctx, &ExecutionDataAPI_ServiceDesc.Streams[1], "/flow.executiondata.ExecutionDataAPI/SubscribeEvents", opts...) if err != nil { return nil, err } @@ -153,7 +157,7 @@ func (x *executionDataAPISubscribeEventsClient) Recv() (*SubscribeEventsResponse func (c *executionDataAPIClient) GetRegisterValues(ctx context.Context, in *GetRegisterValuesRequest, opts ...grpc.CallOption) (*GetRegisterValuesResponse, error) { out := new(GetRegisterValuesResponse) - err := c.cc.Invoke(ctx, "/flow.access.ExecutionDataAPI/GetRegisterValues", in, out, opts...) + err := c.cc.Invoke(ctx, "/flow.executiondata.ExecutionDataAPI/GetRegisterValues", in, out, opts...) if err != nil { return nil, err } @@ -254,7 +258,7 @@ func _ExecutionDataAPI_GetExecutionDataByBlockID_Handler(srv interface{}, ctx co } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/flow.access.ExecutionDataAPI/GetExecutionDataByBlockID", + FullMethod: "/flow.executiondata.ExecutionDataAPI/GetExecutionDataByBlockID", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ExecutionDataAPIServer).GetExecutionDataByBlockID(ctx, req.(*GetExecutionDataByBlockIDRequest)) @@ -314,7 +318,7 @@ func _ExecutionDataAPI_GetRegisterValues_Handler(srv interface{}, ctx context.Co } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/flow.access.ExecutionDataAPI/GetRegisterValues", + FullMethod: "/flow.executiondata.ExecutionDataAPI/GetRegisterValues", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(ExecutionDataAPIServer).GetRegisterValues(ctx, req.(*GetRegisterValuesRequest)) @@ -326,7 +330,7 @@ func _ExecutionDataAPI_GetRegisterValues_Handler(srv interface{}, ctx context.Co // It's only intended for direct use with grpc.RegisterService, // and not to be introspected or modified (even as a copy) var ExecutionDataAPI_ServiceDesc = grpc.ServiceDesc{ - ServiceName: "flow.access.ExecutionDataAPI", + ServiceName: "flow.executiondata.ExecutionDataAPI", HandlerType: (*ExecutionDataAPIServer)(nil), Methods: []grpc.MethodDesc{ { diff --git a/protobuf/go/flow/legacy/access/access_grpc.pb.go b/protobuf/go/flow/legacy/access/access_grpc.pb.go index 6231b6310..35afbce0b 100644 --- a/protobuf/go/flow/legacy/access/access_grpc.pb.go +++ b/protobuf/go/flow/legacy/access/access_grpc.pb.go @@ -1,4 +1,8 @@ // Code generated by protoc-gen-go-grpc. DO NOT EDIT. +// versions: +// - protoc-gen-go-grpc v1.2.0 +// - protoc (unknown) +// source: flow/legacy/access/access.proto package access diff --git a/protobuf/go/flow/legacy/execution/execution_grpc.pb.go b/protobuf/go/flow/legacy/execution/execution_grpc.pb.go index ea1f9fd00..78c62fe6a 100644 --- a/protobuf/go/flow/legacy/execution/execution_grpc.pb.go +++ b/protobuf/go/flow/legacy/execution/execution_grpc.pb.go @@ -1,4 +1,8 @@ // Code generated by protoc-gen-go-grpc. DO NOT EDIT. +// versions: +// - protoc-gen-go-grpc v1.2.0 +// - protoc (unknown) +// source: flow/legacy/execution/execution.proto package execution