We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently we rely on just the explorers to fetch last 30 days of claim. Because of rate-limits this might cause the history to not load.
We want a shuffle flow to attempt calls to different explorers. We want to have a fallback flow where we fetch the data through the rpc's.
fallback
GoodWalletClass
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Motivation
Currently we rely on just the explorers to fetch last 30 days of claim.
Because of rate-limits this might cause the history to not load.
We want a shuffle flow to attempt calls to different explorers.
We want to have a fallback flow where we fetch the data through the rpc's.
Details
fallback
: https://github.com/GoodDollar/GoodDAPP/blob/db354879c39a20f29bfea73f7dd7fb2c855124f7/src/lib/utils/async.js#L80GoodWalletClass
The text was updated successfully, but these errors were encountered: