pow-co / boostpow-api

**With Boost Server Your Apps Cut Straight To the Signal That Bitcoin Values** - full index of all boosted content - apps and services access the blockchain without need for a node - your miners can manage and submit their proof of work to the network - your apps can easily buy proof of work
https://pow.co/api
6 stars 8 forks source link

Fix multi-days-feed #86

Open 1aristotelis opened 1 year ago

1aristotelis commented 1 year ago

now should get the right amount of data into the multi day feed

owenkellogg commented 1 year ago

I suspect this issue is deeper than this, and it also appears to me that your change will return only the first day of rankings.

1aristotelis commented 1 year ago

Unless im mistaken getCachedMultiDayFeed() returns an array of array of rankings for the past 7 days. the query returns rankings which should be the ranking of the past day (it is not) and days which is an array of rankings in the past other days. I don't see why i would be wrong on this