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
Some queries are heavy via Etherscan API, so we will want to add rate limit logic to the query engine in order to bypass selecting it (or modify the request) so it doesn't fail with a EtherscanTooManyRequestsError
Specification
Update EtherscanQueryEngine.estimate_query to factor in the rate limit
Update EtherscanQueryEngine.perform_query to respect the rate limit when performing queries
Dependencies
n/a
The text was updated successfully, but these errors were encountered:
NotPeopling2day
changed the title
Integrate Rate Limit into Etherscan query engine .estimate_query method
Integrate Rate Limit into Etherscan query engine .estimate_query method [APE-738]
Mar 21, 2023
Overview
Some queries are heavy via Etherscan API, so we will want to add rate limit logic to the query engine in order to bypass selecting it (or modify the request) so it doesn't fail with a
EtherscanTooManyRequestsError
Specification
EtherscanQueryEngine.estimate_query
to factor in the rate limitEtherscanQueryEngine.perform_query
to respect the rate limit when performing queriesDependencies
n/a
The text was updated successfully, but these errors were encountered: