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
eth_getUserOperationReceipt and eth_getUserOperationByHash endpoints on the bundler take an additional optional parameter that users can use to specify block ranges. However the user may not be aware of the exact block ranges.
Suggested Fix
Store the event logs in a db, and make the bundler query events from the db
Other solution is to use a subgraph, if it is effective
(There may be other solutions)
The text was updated successfully, but these errors were encountered:
Issue Type
Current Behavior
eth_getUserOperationReceipt and eth_getUserOperationByHash endpoints on the bundler take an additional optional parameter that users can use to specify block ranges. However the user may not be aware of the exact block ranges.
Suggested Fix
Store the event logs in a db, and make the bundler query events from the db
Other solution is to use a subgraph, if it is effective
(There may be other solutions)
The text was updated successfully, but these errors were encountered: