Skip to content

Commit

Permalink
make generate
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanschalm committed Dec 11, 2024
1 parent 52b0b07 commit 27bd143
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 36 deletions.
2 changes: 1 addition & 1 deletion protobuf/flow/entities/execution_result.proto
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ message Chunk {
bytes end_state = 8; // EndState inferred from next chunk or from the ER
bytes execution_data_id = 9;
bytes state_delta_commitment = 10; // a commitment over sorted list of register changes
optional uint32 service_event_count =
uint32 service_event_count =
11; // number of service events emitted in this chunk (present in Protocol Version 2+)
}

Expand Down
80 changes: 45 additions & 35 deletions protobuf/go/flow/entities/execution_result.pb.go

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

0 comments on commit 27bd143

Please sign in to comment.