How to speed up transaction receipts fetching? #12978
Unanswered
formingform
asked this question in
Q&A
Replies: 2 comments 1 reply
-
My private chain produces 2 blocks per second, each containing 10000 transactions. Therefore, a few minutes of stress testing can generate millions of trades. This is a huge challenge for BlockScout to get transaction receipts quickly. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I found that the new version of blockscout supports eth_getBlockReceipts, and it seems that I should upgrade my chain client to provide the corresponding API. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My private chain is undergoing stress testing and contains up to 10,000 transactions per block. Then when I started blockscout to synchronize chain data, I found that fetching transaction receipts was very slow, is there any way to improve performance?
thanks
Beta Was this translation helpful? Give feedback.
All reactions