From b16c8a993bfc5bd725ec1b5015356f6892b68c75 Mon Sep 17 00:00:00 2001 From: Illia Malachyn Date: Tue, 30 Apr 2024 15:52:58 +0300 Subject: [PATCH] Update message index docs --- protobuf/flow/executiondata/executiondata.proto | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/protobuf/flow/executiondata/executiondata.proto b/protobuf/flow/executiondata/executiondata.proto index 8403dc3bb..68a9bdd75 100644 --- a/protobuf/flow/executiondata/executiondata.proto +++ b/protobuf/flow/executiondata/executiondata.proto @@ -388,7 +388,7 @@ message SubscribeEventsResponse { // Timestamp from the block containing the events. google.protobuf.Timestamp block_timestamp = 4; - // The message index of the response message. Used by the client to ensure they received all messages. Starts from "0". + // The message index of the response message. Used by the client to ensure they received all messages. Starts from "1". uint64 message_index = 5; } @@ -540,9 +540,8 @@ message SubscribeAccountStatusesResponse { // Block height of the block containing the events. uint64 block_height = 2; - // The MessageIndex of the response message. - // Used by the client to ensure they have received all messages. - uint64 messageIndex = 3; + // The message index of the response message. Used by the client to ensure they received all messages. Starts from "1". + uint64 message_index = 3; message Result { // Unique identifier for the account being streamed