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
I believe it was previously possible to select a timezone for rewards calculation. Is this no longer possible?
The text was updated successfully, but these errors were encountered:
This is no longer possible. The space required by the database for storing this data was getting too big for me to maintain for all timezones.
If you absolutely need data for a specific timezone, you can always run the tool yourself and adjust the timezones in the following places:
https://github.com/eth2353/eth2.tax/blob/main/src/indexer/balances.py#L22 (indexer change) https://github.com/eth2353/eth2.tax/blob/main/src/api/api_v1/endpoints/rewards.py#L29 (API change)
Sorry, something went wrong.
No branches or pull requests
I believe it was previously possible to select a timezone for rewards calculation. Is this no longer possible?
The text was updated successfully, but these errors were encountered: