coinbase / mesh-specifications

Specification files for the Mesh Blockchain Standard
Apache License 2.0
327 stars 93 forks source link

Improve `/block/transaction` description regarding pagination #32

Closed AlanVerbner closed 4 years ago

AlanVerbner commented 4 years ago

Motivation

The only way to paginate transactions in case the BlockResponse might get too big if returning all of them, is to just return the metadata and use BlockTransactionRequest to do so.

See https://community.rosetta-api.org/t/how-to-return-data-without-being-able-to-paginate/98/4?u=alan.verbner

Solution

Just added a brief description

Open questions

N/A

patrick-ogrady commented 4 years ago

@AlanVerbner would you mind running make gen? This will fix the test failures here.

AlanVerbner commented 4 years ago

@patrick-ogrady I addressed all your comments :smile: