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

Limit price history fetching to 365 days #136

Merged
merged 2 commits into from
Mar 28, 2024
Merged

Conversation

Redm4x
Copy link
Contributor

@Redm4x Redm4x commented Mar 28, 2024

  • CoinGecko started limiting free access to their api to 365 days in the past. This PR limits to fetching to 365 days to stop getting errors. It is no longer possible to use the CoinGecko integration as-is to do a full re-indexing of the chain. We will need to either switch to a paid plan or find another free service.
  • Switched to node:18 as base image for the deploy web Dockerfile to fix an issue that randomly started happening during build.

@Redm4x Redm4x merged commit 382b638 into main Mar 28, 2024
5 checks passed
@Redm4x Redm4x deleted the bugfixes/fix-price-fetching branch March 28, 2024 14:06
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

Successfully merging this pull request may close these issues.

2 participants