-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Labels
rpcRelated to the RPC componentRelated to the RPC componentstoreRelated to the store componentRelated to the store component
Milestone
Description
SyncNotes gRPC endpoint currently returns notes from the next applicable block only. This means that syncing notes can take many requests.
Change the endpoint to return as many blocks worth of notes as possible, i.e. a Vec of the current response, while staying within the ~4MB payload limit.
This could be changed at the RPC component only, where it internally does multiple trips to the store until the batch is full. However, I would prefer if we perform this work on the store side and minimize the gRPC trips involved. This also keeps the RPC and store gRPC method definitions aligned.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
rpcRelated to the RPC componentRelated to the RPC componentstoreRelated to the store componentRelated to the store component