Skip to content
New issue

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

Timezone selection #10

Closed
fimp opened this issue Jun 8, 2022 · 1 comment
Closed

Timezone selection #10

fimp opened this issue Jun 8, 2022 · 1 comment

Comments

@fimp
Copy link

fimp commented Jun 8, 2022

I believe it was previously possible to select a timezone for rewards calculation. Is this no longer possible?

@eth2353
Copy link
Member

eth2353 commented Jun 8, 2022

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)

@eth2353 eth2353 closed this as completed Jun 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants