Skip to content

Commit 9d50c58

Browse files
Copilotmanan19
andauthored
add reserved field for removed shard_id in BlocksRequest
Agent-Logs-Url: https://github.com/farcasterxyz/snapchain/sessions/741cd664-4ac4-411d-8aed-3aedf4652071 Co-authored-by: manan19 <377624+manan19@users.noreply.github.com>
1 parent 402c6f8 commit 9d50c58

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

proto/definitions/request_response.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import "onchain_event.proto";
88

99

1010
message BlocksRequest {
11+
reserved 1;
12+
reserved "shard_id";
1113
uint64 start_block_number = 2;
1214
optional uint64 stop_block_number = 3;
1315
}

0 commit comments

Comments
 (0)