You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using flowkit try to GetTransactionsByBlockID() block 55179362
You will get the error message getting transactions: getting transaction results: client: rpc error: code = ResourceExhausted desc = grpc: received message larger than max (26319669 vs. 20971520)
Problem
Flowkit fetches all Transactions in a block (small size) and then TransactionResults (large size) in one got.
Steps to Reproduce
Using flowkit try to GetTransactionsByBlockID() block 55179362
Acceptance Criteria
Guard against the error and manually run GetTransactionResults in a loop for every Transaction in the block.
The text was updated successfully, but these errors were encountered:
Instructions
Using flowkit try to GetTransactionsByBlockID() block 55179362
You will get the error message
getting transactions: getting transaction results: client: rpc error: code = ResourceExhausted desc = grpc: received message larger than max (26319669 vs. 20971520)
Problem
Flowkit fetches all Transactions in a block (small size) and then TransactionResults (large size) in one got.
Steps to Reproduce
Using flowkit try to GetTransactionsByBlockID() block 55179362
Acceptance Criteria
Guard against the error and manually run GetTransactionResults in a loop for every Transaction in the block.
The text was updated successfully, but these errors were encountered: