Skip to content
Closed
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
4 changes: 2 additions & 2 deletions protobuf/flow/entities/metadata.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ message ExecutorMetadata {
// ID of the ExecutionResult used to serve the request
bytes execution_result_id = 1;
// Node IDs of Execution nodes that produced the result
repeated bytes executor_id = 2;
repeated bytes executor_ids = 2;
}

// Metadata contains data about the node's state at the time of the request.
Expand All @@ -24,6 +24,6 @@ message Metadata {
// Height of the latest block who's execution state data is fully indexed
uint64 highest_indexed_height = 4;
// Metadata about the execution result used to serve the request.
ExecutorMetadata execution_state_query = 5;
ExecutorMetadata executor_metadata = 5;
}

55 changes: 27 additions & 28 deletions protobuf/go/flow/entities/metadata.pb.go

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

Loading