Skip to content

Commit

Permalink
add service event count field
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanschalm committed Dec 11, 2024
1 parent 79f0fae commit 52b0b07
Showing 1 changed file with 2 additions and 0 deletions.
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
optional uint32 service_event_count =
11; // number of service events emitted in this chunk (present in Protocol Version 2+)
}

message ServiceEvent {
Expand Down

0 comments on commit 52b0b07

Please sign in to comment.