-
Notifications
You must be signed in to change notification settings - Fork 99
Closed
Description
I think we should adapt a convention where all "sync" requests specify block from/to as the first two fields. For this message this would look something like:
message CheckNullifiersByPrefixRequest {
fixed32 block_from = 1;
optional fixed32 block_to = 2;
uint32 prefix_len = 3;
repeated uint32 nullifiers = 3;
}This is already the case for SyncStorageMapsRequest and SyncAccountVaultRequest, and we should make it the same for SyncNotesRequest (in a different PR - let's make an issue for this).
Originally posted by @bobbinth in #1191 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
rpcRelated to the RPC componentRelated to the RPC component