bfgapi: add pagination to pop-txs-for-l2-block
#193
Labels
area: bfg
This is a change to BFG (Bitcoin Finality Governor)
area: bss
This is a change to BSS (Bitcoin Secure Sequencer)
type: enhancement
This improves existing functionality
type: refactor
This refactors existing functionality
Confirmation
Problem
The
pop-txs-for-l2-block
response becomes large when there is a lot of active PoP Miners broadcasting transactions.Suggested solution
I think we should add pagination to the
pop-txs-for-l2-block
request/response, so that BSS can request the all of the transactions in several requests. This should make this a lot more table, while reducing the overall size of each response, preventing us from exceeding the read limit.Additional Information
No response
The text was updated successfully, but these errors were encountered: