Skip to content

Commit

Permalink
Merge pull request #1353 from treethought/fix/executiondata-proto-pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
peterargue authored Oct 17, 2023
2 parents 8e462ad + 822661b commit 5d0f9b6
Show file tree
Hide file tree
Showing 8 changed files with 85 additions and 64 deletions.
1 change: 1 addition & 0 deletions protobuf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
go install google.golang.org/grpc/cmd/[email protected]
```

Expand Down
6 changes: 3 additions & 3 deletions protobuf/flow/executiondata/executiondata.proto
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
4 changes: 4 additions & 0 deletions protobuf/go/flow/access/access_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions protobuf/go/flow/execution/execution_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

106 changes: 53 additions & 53 deletions protobuf/go/flow/executiondata/executiondata.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 12 additions & 8 deletions protobuf/go/flow/executiondata/executiondata_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions protobuf/go/flow/legacy/access/access_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions protobuf/go/flow/legacy/execution/execution_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5d0f9b6

Please sign in to comment.