-
Notifications
You must be signed in to change notification settings - Fork 100
Labels
rpcRelated to the RPC componentRelated to the RPC componentstoreRelated to the store componentRelated to the store component
Milestone
Description
After #1224 some follow up took place:
- There are some inconsistencies in the field's name for
TransactionHeaderproto message, e.g. theinput_notesfield is justnullifiers. - After retrieving the txs, we make N queries to get the associated notes. We should should be merging into a single query.
- We should collect the size assumptions for the paginated queries into a single module, were we can be more consistent between endpoint. Also, we should set 4MB as the payload limit for all endpoints.
- Rename transaction_records -> transaction in the proto message.
- Rename transaction_header -> header in the proto message.
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