filecoin-station / spark-stats

API exposing public statistics about Spark
Other
0 stars 1 forks source link

deps: upgrade spark-evaluate to d2fe8ca7 #215

Closed bajtos closed 2 weeks ago

bajtos commented 2 weeks ago

We made several breaking chanages in the spark-evaluate database schema & the code writing stats.

In this pull request, I am upgrading spark-evaluate to the latest version (d2fe8ca7) and fixing the test suite to pass.

This pull request DOES NOT fix the affected endpoints to return correct data, that needs to be done in #210 and another pull request I'll create soon.

Most notable spark-evaluate changes we are bringing in:

See also:

bajtos commented 2 weeks ago

https://github.com/filecoin-station/spark-stats/actions/runs/10771377112/job/29866763397?pr=215

CI is red

Sorry for that. I would swear I did run npm test to check all workspaces 🙈

All CI is green, shall I go ahead and land this?