From b96f72277b2a5ccd48abdca55c4d922f57dfb9fe Mon Sep 17 00:00:00 2001 From: "Leo Zhang (zhangchiqing)" Date: Thu, 28 Apr 2022 14:15:19 -0700 Subject: [PATCH] update block header, add signer indices --- protobuf/README.md | 12 ++-- protobuf/flow/entities/block_header.proto | 3 +- protobuf/flow/entities/collection.proto | 5 +- protobuf/go/flow/access/access_grpc.pb.go | 4 ++ protobuf/go/flow/entities/block_header.pb.go | 57 +++++++++++-------- protobuf/go/flow/entities/collection.pb.go | 45 +++++++++------ .../go/flow/execution/execution_grpc.pb.go | 4 ++ .../go/flow/legacy/access/access_grpc.pb.go | 4 ++ .../legacy/execution/execution_grpc.pb.go | 4 ++ 9 files changed, 87 insertions(+), 51 deletions(-) diff --git a/protobuf/README.md b/protobuf/README.md index 7135b8b02..6a581a671 100644 --- a/protobuf/README.md +++ b/protobuf/README.md @@ -11,7 +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 google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.1.0 +go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2.0 ``` Running the command below (in the current directory) will generate stubs for Go: @@ -28,10 +28,10 @@ JVM support is in the alpha stage; many steps require manual intervention. ### Publishing -`./gradlew publishToSonatype` prepares and publishes compiled classes into JAR and uploads to OSSRH staging repository. +`./gradlew publishToSonatype` prepares and publishes compiled classes into JAR and uploads to OSSRH staging repository. -This requires signing artifacts which is done by [Signing Gradle plugin](https://docs.gradle.org/current/userguide/signing_plugin.html) - it requires -external configuration and appropriate GPG Keys. Please refer to plugin and [OSSRH](https://central.sonatype.org/pages/working-with-pgp-signatures.html) +This requires signing artifacts which is done by [Signing Gradle plugin](https://docs.gradle.org/current/userguide/signing_plugin.html) - it requires +external configuration and appropriate GPG Keys. Please refer to plugin and [OSSRH](https://central.sonatype.org/pages/working-with-pgp-signatures.html) documentation. -Uploading to staging repo requires an approved Sonatype account. Please refer to [Gradle Nexus Publish Plugin](https://github.com/gradle-nexus/publish-plugin) -documentation how to provide credentials. +Uploading to staging repo requires an approved Sonatype account. Please refer to [Gradle Nexus Publish Plugin](https://github.com/gradle-nexus/publish-plugin) +documentation how to provide credentials. diff --git a/protobuf/flow/entities/block_header.proto b/protobuf/flow/entities/block_header.proto index f1addd631..0afba3497 100644 --- a/protobuf/flow/entities/block_header.proto +++ b/protobuf/flow/entities/block_header.proto @@ -14,9 +14,10 @@ message BlockHeader { google.protobuf.Timestamp timestamp = 4; bytes payload_hash = 5; uint64 view = 6; - repeated bytes parent_voter_ids = 7; + repeated bytes parent_voter_ids = 7; // deprecated!! value will be empty. replaced by parent_vote_indices bytes parent_voter_sig_data = 8; bytes proposer_id = 9; bytes proposer_sig_data = 10; string chain_id = 11; + bytes parent_voter_indices = 12; } diff --git a/protobuf/flow/entities/collection.proto b/protobuf/flow/entities/collection.proto index 70c12e652..bdbe29e45 100644 --- a/protobuf/flow/entities/collection.proto +++ b/protobuf/flow/entities/collection.proto @@ -15,5 +15,6 @@ message CollectionGuarantee { repeated bytes signatures = 2; bytes reference_block_id = 3; bytes signature = 4; - repeated bytes signer_ids = 5; -} \ No newline at end of file + repeated bytes signer_ids = 5; // deprecated!! value will be empty. replaced by signer_indices + bytes signer_indices = 6; +} diff --git a/protobuf/go/flow/access/access_grpc.pb.go b/protobuf/go/flow/access/access_grpc.pb.go index e7858f6f0..77a6175e3 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/entities/block_header.pb.go b/protobuf/go/flow/entities/block_header.pb.go index 5dc4f7d66..11db44719 100644 --- a/protobuf/go/flow/entities/block_header.pb.go +++ b/protobuf/go/flow/entities/block_header.pb.go @@ -33,6 +33,7 @@ type BlockHeader struct { ProposerId []byte `protobuf:"bytes,9,opt,name=proposer_id,json=proposerId,proto3" json:"proposer_id,omitempty"` ProposerSigData []byte `protobuf:"bytes,10,opt,name=proposer_sig_data,json=proposerSigData,proto3" json:"proposer_sig_data,omitempty"` ChainId string `protobuf:"bytes,11,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` + ParentVoterIndices []byte `protobuf:"bytes,12,opt,name=parent_voter_indices,json=parentVoterIndices,proto3" json:"parent_voter_indices,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -140,6 +141,13 @@ func (m *BlockHeader) GetChainId() string { return "" } +func (m *BlockHeader) GetParentVoterIndices() []byte { + if m != nil { + return m.ParentVoterIndices + } + return nil +} + func init() { proto.RegisterType((*BlockHeader)(nil), "flow.entities.BlockHeader") } @@ -147,28 +155,29 @@ func init() { func init() { proto.RegisterFile("flow/entities/block_header.proto", fileDescriptor_b9d8363da0276a74) } var fileDescriptor_b9d8363da0276a74 = []byte{ - // 361 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x54, 0x92, 0x3f, 0x4f, 0xeb, 0x30, - 0x14, 0xc5, 0x95, 0xb6, 0xaf, 0x6d, 0x6e, 0xfa, 0xfa, 0x1e, 0x96, 0x40, 0xa6, 0x20, 0x35, 0x30, - 0x45, 0x0c, 0x09, 0x7f, 0x16, 0xe6, 0x8a, 0xa1, 0xd9, 0x50, 0x40, 0x0c, 0x2c, 0x91, 0x53, 0xbb, - 0xb6, 0x45, 0x1a, 0x47, 0xb1, 0xdb, 0x8a, 0x6f, 0xc0, 0xc7, 0x46, 0x71, 0x9a, 0x40, 0x17, 0xcb, - 0xf7, 0xdc, 0x9f, 0xce, 0xb9, 0xf2, 0x35, 0xf8, 0xeb, 0x5c, 0xed, 0x23, 0x56, 0x18, 0x69, 0x24, - 0xd3, 0x51, 0x96, 0xab, 0xd5, 0x47, 0x2a, 0x18, 0xa1, 0xac, 0x0a, 0xcb, 0x4a, 0x19, 0x85, 0xfe, - 0xd6, 0x44, 0xd8, 0x12, 0xb3, 0x39, 0x57, 0x8a, 0xe7, 0x2c, 0xb2, 0xcd, 0x6c, 0xbb, 0x8e, 0x8c, - 0xdc, 0x30, 0x6d, 0xc8, 0xa6, 0x6c, 0xf8, 0xeb, 0xaf, 0x3e, 0x78, 0x8b, 0xda, 0x66, 0x69, 0x5d, - 0xd0, 0x14, 0x7a, 0x92, 0x62, 0xc7, 0x77, 0x82, 0x49, 0xd2, 0x93, 0x14, 0x5d, 0x80, 0x5b, 0x92, - 0x8a, 0x15, 0x26, 0x95, 0x14, 0xf7, 0xac, 0x3c, 0x6e, 0x84, 0x98, 0xa2, 0x33, 0x18, 0x0a, 0x26, - 0xb9, 0x30, 0xb8, 0xef, 0x3b, 0xc1, 0x20, 0x39, 0x54, 0xe8, 0x11, 0xdc, 0x2e, 0x07, 0x0f, 0x7c, - 0x27, 0xf0, 0xee, 0x67, 0x61, 0x33, 0x49, 0xd8, 0x4e, 0x12, 0xbe, 0xb6, 0x44, 0xf2, 0x03, 0xa3, - 0x2b, 0x98, 0x94, 0xe4, 0x33, 0x57, 0x84, 0xa6, 0x82, 0x68, 0x81, 0xff, 0xd8, 0x44, 0xef, 0xa0, - 0x2d, 0x89, 0x16, 0x08, 0xc1, 0x60, 0x27, 0xd9, 0x1e, 0x0f, 0x6d, 0xa4, 0xbd, 0xa3, 0x00, 0xfe, - 0x1f, 0xa6, 0xdc, 0x29, 0xc3, 0xaa, 0x54, 0x52, 0x8d, 0x47, 0x7e, 0x3f, 0x98, 0x24, 0xd3, 0x46, - 0x7f, 0xab, 0xe5, 0x98, 0x6a, 0x74, 0x07, 0xa7, 0x47, 0xa4, 0x96, 0x3c, 0xa5, 0xc4, 0x10, 0x3c, - 0xb6, 0x49, 0xe8, 0x17, 0xfe, 0x22, 0xf9, 0x13, 0x31, 0x04, 0xcd, 0xc1, 0x2b, 0x2b, 0x55, 0x2a, - 0x6d, 0x8d, 0xb1, 0x6b, 0x41, 0x68, 0xa5, 0x98, 0xa2, 0x1b, 0x38, 0xe9, 0x80, 0xce, 0x0f, 0x2c, - 0xf6, 0xaf, 0x6d, 0xb4, 0x66, 0xe7, 0x30, 0x5e, 0x09, 0x22, 0x8b, 0xda, 0xc9, 0xf3, 0x9d, 0xc0, - 0x4d, 0x46, 0xb6, 0x8e, 0xe9, 0xe2, 0x19, 0x2e, 0x55, 0xc5, 0x43, 0x55, 0xd8, 0x15, 0x76, 0xef, - 0xd4, 0xee, 0xf2, 0xfd, 0x96, 0x4b, 0x23, 0xb6, 0x59, 0xb8, 0x52, 0x9b, 0xa8, 0x81, 0x22, 0x7b, - 0x74, 0xbb, 0xe5, 0x2a, 0x3a, 0xfa, 0x1f, 0xd9, 0xd0, 0xb6, 0x1e, 0xbe, 0x03, 0x00, 0x00, 0xff, - 0xff, 0x27, 0x91, 0x67, 0xac, 0x37, 0x02, 0x00, 0x00, + // 379 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x92, 0xc1, 0x6f, 0x9b, 0x30, + 0x18, 0xc5, 0x45, 0x92, 0x25, 0xe1, 0x83, 0x65, 0x9b, 0xb5, 0x4d, 0x5e, 0x36, 0x29, 0x6c, 0x27, + 0xb4, 0x03, 0x64, 0xdb, 0x65, 0xe7, 0xa8, 0x87, 0x70, 0xab, 0x68, 0xd5, 0x43, 0x2f, 0xc8, 0x60, + 0xc7, 0xb6, 0x4a, 0x30, 0xc2, 0x4e, 0xa2, 0xfe, 0x6b, 0xfd, 0xeb, 0x2a, 0x4c, 0xa0, 0x8d, 0x7a, + 0x41, 0xf8, 0x7d, 0x3f, 0xbd, 0xf7, 0xc0, 0x1f, 0x04, 0xbb, 0x52, 0x9d, 0x62, 0x56, 0x19, 0x69, + 0x24, 0xd3, 0x71, 0x5e, 0xaa, 0xe2, 0x21, 0x13, 0x8c, 0x50, 0xd6, 0x44, 0x75, 0xa3, 0x8c, 0x42, + 0xef, 0x5b, 0x22, 0xea, 0x89, 0xe5, 0x8a, 0x2b, 0xc5, 0x4b, 0x16, 0xdb, 0x61, 0x7e, 0xd8, 0xc5, + 0x46, 0xee, 0x99, 0x36, 0x64, 0x5f, 0x77, 0xfc, 0xaf, 0xa7, 0x31, 0x78, 0x9b, 0xd6, 0x66, 0x6b, + 0x5d, 0xd0, 0x02, 0x46, 0x92, 0x62, 0x27, 0x70, 0x42, 0x3f, 0x1d, 0x49, 0x8a, 0xbe, 0x83, 0x5b, + 0x93, 0x86, 0x55, 0x26, 0x93, 0x14, 0x8f, 0xac, 0x3c, 0xef, 0x84, 0x84, 0xa2, 0xaf, 0x30, 0x15, + 0x4c, 0x72, 0x61, 0xf0, 0x38, 0x70, 0xc2, 0x49, 0x7a, 0x3e, 0xa1, 0xff, 0xe0, 0x0e, 0x39, 0x78, + 0x12, 0x38, 0xa1, 0xf7, 0x77, 0x19, 0x75, 0x4d, 0xa2, 0xbe, 0x49, 0x74, 0xdb, 0x13, 0xe9, 0x0b, + 0x8c, 0x7e, 0x82, 0x5f, 0x93, 0xc7, 0x52, 0x11, 0x9a, 0x09, 0xa2, 0x05, 0x7e, 0x67, 0x13, 0xbd, + 0xb3, 0xb6, 0x25, 0x5a, 0x20, 0x04, 0x93, 0xa3, 0x64, 0x27, 0x3c, 0xb5, 0x91, 0xf6, 0x1d, 0x85, + 0xf0, 0xf1, 0xdc, 0xf2, 0xa8, 0x0c, 0x6b, 0x32, 0x49, 0x35, 0x9e, 0x05, 0xe3, 0xd0, 0x4f, 0x17, + 0x9d, 0x7e, 0xd7, 0xca, 0x09, 0xd5, 0xe8, 0x0f, 0x7c, 0xb9, 0x20, 0xb5, 0xe4, 0x19, 0x25, 0x86, + 0xe0, 0xb9, 0x4d, 0x42, 0xaf, 0xf0, 0x1b, 0xc9, 0xaf, 0x88, 0x21, 0x68, 0x05, 0x5e, 0xdd, 0xa8, + 0x5a, 0x69, 0x6b, 0x8c, 0x5d, 0x0b, 0x42, 0x2f, 0x25, 0x14, 0xfd, 0x86, 0x4f, 0x03, 0x30, 0xf8, + 0x81, 0xc5, 0x3e, 0xf4, 0x83, 0xde, 0xec, 0x1b, 0xcc, 0x0b, 0x41, 0x64, 0xd5, 0x3a, 0x79, 0x81, + 0x13, 0xba, 0xe9, 0xcc, 0x9e, 0x13, 0x8a, 0xd6, 0xf0, 0xf9, 0xf2, 0x23, 0x2a, 0x2a, 0x0b, 0xa6, + 0xb1, 0xff, 0xa6, 0x59, 0xd2, 0x4d, 0x36, 0xd7, 0xf0, 0x43, 0x35, 0x3c, 0x52, 0x95, 0xbd, 0xf4, + 0xe1, 0xcf, 0xf6, 0xb7, 0x7f, 0xbf, 0xe6, 0xd2, 0x88, 0x43, 0x1e, 0x15, 0x6a, 0x1f, 0x77, 0x50, + 0x6c, 0x1f, 0xc3, 0x36, 0x70, 0x15, 0x5f, 0x6c, 0x54, 0x3e, 0xb5, 0xa3, 0x7f, 0xcf, 0x01, 0x00, + 0x00, 0xff, 0xff, 0x43, 0x25, 0xe0, 0xc8, 0x69, 0x02, 0x00, 0x00, } diff --git a/protobuf/go/flow/entities/collection.pb.go b/protobuf/go/flow/entities/collection.pb.go index 0b92ff894..d526f3044 100644 --- a/protobuf/go/flow/entities/collection.pb.go +++ b/protobuf/go/flow/entities/collection.pb.go @@ -73,6 +73,7 @@ type CollectionGuarantee struct { ReferenceBlockId []byte `protobuf:"bytes,3,opt,name=reference_block_id,json=referenceBlockId,proto3" json:"reference_block_id,omitempty"` Signature []byte `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature,omitempty"` SignerIds [][]byte `protobuf:"bytes,5,rep,name=signer_ids,json=signerIds,proto3" json:"signer_ids,omitempty"` + SignerIndices []byte `protobuf:"bytes,6,opt,name=signer_indices,json=signerIndices,proto3" json:"signer_indices,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -138,6 +139,13 @@ func (m *CollectionGuarantee) GetSignerIds() [][]byte { return nil } +func (m *CollectionGuarantee) GetSignerIndices() []byte { + if m != nil { + return m.SignerIndices + } + return nil +} + func init() { proto.RegisterType((*Collection)(nil), "flow.entities.Collection") proto.RegisterType((*CollectionGuarantee)(nil), "flow.entities.CollectionGuarantee") @@ -146,22 +154,23 @@ func init() { func init() { proto.RegisterFile("flow/entities/collection.proto", fileDescriptor_b302551359ed99bf) } var fileDescriptor_b302551359ed99bf = []byte{ - // 264 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x54, 0x91, 0xb1, 0x4e, 0xf3, 0x30, - 0x14, 0x85, 0x95, 0xf4, 0xff, 0x91, 0x7a, 0x95, 0x16, 0x64, 0x96, 0x0c, 0xa5, 0xaa, 0xca, 0x40, - 0x07, 0x14, 0x23, 0xf1, 0x06, 0x45, 0x08, 0x65, 0x43, 0x1d, 0x59, 0x22, 0xc7, 0xbe, 0x09, 0x16, - 0xc1, 0x17, 0xd9, 0x8e, 0x78, 0x42, 0xde, 0x0b, 0xc5, 0x51, 0x9c, 0xb2, 0x64, 0x38, 0xdf, 0xc9, - 0x39, 0xf6, 0x31, 0x6c, 0x9b, 0x8e, 0xbe, 0x39, 0x1a, 0xaf, 0xbd, 0x46, 0xc7, 0x25, 0x75, 0x1d, - 0x4a, 0xaf, 0xc9, 0x14, 0x5f, 0x96, 0x3c, 0xb1, 0xd5, 0xc0, 0x8b, 0x89, 0xef, 0x9f, 0x01, 0x9e, - 0xa2, 0x85, 0xad, 0x21, 0xd5, 0x2a, 0x4f, 0x76, 0xc9, 0x21, 0x3b, 0xa5, 0x5a, 0xb1, 0x3b, 0xb8, - 0xf4, 0x56, 0x18, 0x27, 0x02, 0xae, 0xb4, 0x72, 0x79, 0xba, 0x5b, 0x1c, 0xb2, 0xd3, 0xfa, 0x4c, - 0x2e, 0x95, 0xdb, 0xff, 0x24, 0x70, 0x3d, 0xe7, 0xbc, 0xf4, 0xc2, 0x0a, 0xe3, 0x11, 0xd9, 0x2d, - 0xac, 0xe6, 0x13, 0x54, 0x31, 0x3b, 0x9b, 0xc5, 0x52, 0xb1, 0x2d, 0x80, 0xd3, 0xad, 0x11, 0xbe, - 0xb7, 0x38, 0x15, 0x9c, 0x29, 0xec, 0x1e, 0x98, 0xc5, 0x06, 0x2d, 0x1a, 0x89, 0x55, 0xdd, 0x91, - 0xfc, 0x18, 0x92, 0x16, 0x21, 0xe9, 0x2a, 0x92, 0xe3, 0x00, 0x4a, 0xc5, 0x36, 0xb0, 0x8c, 0xff, - 0xe6, 0xff, 0x82, 0x69, 0x16, 0xd8, 0xcd, 0xd8, 0x85, 0x36, 0x5c, 0xe6, 0x7f, 0xe8, 0x5a, 0x8e, - 0x4a, 0xa9, 0xdc, 0xf1, 0x15, 0x36, 0x64, 0xdb, 0x82, 0x4c, 0x58, 0x29, 0x2c, 0x56, 0xf7, 0x4d, - 0x9c, 0xeb, 0xed, 0xa1, 0xd5, 0xfe, 0xbd, 0xaf, 0x0b, 0x49, 0x9f, 0x7c, 0x34, 0xf1, 0xf0, 0x99, - 0x9c, 0xbc, 0x25, 0xfe, 0xe7, 0x01, 0xea, 0x8b, 0x80, 0x1e, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, - 0x72, 0xcb, 0x07, 0x97, 0x98, 0x01, 0x00, 0x00, + // 278 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x54, 0x91, 0xc1, 0x4e, 0x84, 0x30, + 0x10, 0x86, 0x03, 0xab, 0x9b, 0xec, 0x04, 0xd0, 0xd4, 0x0b, 0x87, 0x75, 0xb3, 0x59, 0x63, 0xdc, + 0x83, 0xa1, 0x26, 0xbe, 0xc1, 0x1a, 0x63, 0xb8, 0x99, 0x3d, 0x7a, 0x21, 0xd0, 0x0e, 0xd8, 0x88, + 0xad, 0x69, 0x4b, 0x7c, 0x69, 0x1f, 0xc2, 0x30, 0x08, 0xac, 0x17, 0x0e, 0xdf, 0xf7, 0xf3, 0x4f, + 0x3b, 0x85, 0x4d, 0xdd, 0x9a, 0x6f, 0x8e, 0xda, 0x2b, 0xaf, 0xd0, 0x71, 0x61, 0xda, 0x16, 0x85, + 0x57, 0x46, 0x67, 0x5f, 0xd6, 0x78, 0xc3, 0xe2, 0xde, 0x67, 0xa3, 0xdf, 0x3d, 0x03, 0x3c, 0x4d, + 0x11, 0x96, 0x40, 0xa8, 0x64, 0x1a, 0x6c, 0x83, 0x7d, 0x74, 0x0c, 0x95, 0x64, 0x77, 0x70, 0xe1, + 0x6d, 0xa9, 0x5d, 0x49, 0xba, 0x50, 0xd2, 0xa5, 0xe1, 0x76, 0xb1, 0x8f, 0x8e, 0xc9, 0x09, 0xce, + 0xa5, 0xdb, 0xfd, 0x04, 0x70, 0x35, 0xf7, 0xbc, 0x74, 0xa5, 0x2d, 0xb5, 0x47, 0x64, 0x37, 0x10, + 0xcf, 0x27, 0x28, 0xa6, 0xee, 0x68, 0x86, 0xb9, 0x64, 0x1b, 0x00, 0xa7, 0x1a, 0x5d, 0xfa, 0xce, + 0xe2, 0x38, 0xe0, 0x84, 0xb0, 0x7b, 0x60, 0x16, 0x6b, 0xb4, 0xa8, 0x05, 0x16, 0x55, 0x6b, 0xc4, + 0x47, 0xdf, 0xb4, 0xa0, 0xa6, 0xcb, 0xc9, 0x1c, 0x7a, 0x91, 0x4b, 0xb6, 0x86, 0xd5, 0xf4, 0x6f, + 0x7a, 0x46, 0xa1, 0x19, 0xb0, 0xeb, 0x61, 0x16, 0x5a, 0xba, 0xcc, 0x39, 0xcd, 0x5a, 0x0d, 0x24, + 0x97, 0x8e, 0xdd, 0x42, 0x32, 0x6a, 0x2d, 0x95, 0x40, 0x97, 0x2e, 0xa9, 0x21, 0xfe, 0x8b, 0x0c, + 0xf0, 0xf0, 0x0a, 0x6b, 0x63, 0x9b, 0xcc, 0x68, 0x5a, 0x26, 0x2d, 0xb6, 0xea, 0xea, 0x69, 0xab, + 0x6f, 0x0f, 0x8d, 0xf2, 0xef, 0x5d, 0x95, 0x09, 0xf3, 0xc9, 0x87, 0x10, 0xa7, 0xcf, 0x98, 0xe4, + 0x8d, 0xe1, 0xff, 0xde, 0xa9, 0x5a, 0x92, 0x7a, 0xfc, 0x0d, 0x00, 0x00, 0xff, 0xff, 0x24, 0x49, + 0x53, 0x1f, 0xbf, 0x01, 0x00, 0x00, } 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/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