Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add chunk service event count field #1531

Merged
merged 3 commits into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions protobuf/flow/entities/execution_result.proto
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ 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
uint32 service_event_count =
11; // number of service events emitted in this chunk (present in Protocol Version 2+)
}

message ServiceEvent {
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.

Loading