Allows querying the txs of a block in paginated fashion.
The NNG Chronik returned these as part of the Block protobuf message, but it now is clear that this poses a DoS vector for larger blocks.
Depends on D13857.
Differential D13858
[Chronik] Add `/block-txs/:hash_or_height` HTTP endpoint tobias_ruck on May 3 2023, 22:43. Authored by
Details
Allows querying the txs of a block in paginated fashion. The NNG Chronik returned these as part of the Block protobuf message, but it now is clear that this poses a DoS vector for larger blocks. Depends on D13857. ninja && ./test/functional/test_runner.py chronik_block_txs
Diff Detail
|