davidgasquez / filecoin-data-portal

🧮 Open and local-first data hub for Filecoin!
https://filecoindataportal.xyz
MIT License
26 stars 8 forks source link

Deal slashes not appearing #70

Open davidgasquez opened 3 months ago

davidgasquez commented 3 months ago

Seems there are not deal slashes after April 20th.

select
    deal_id,
    max(sector_start_epoch) as sector_start_epoch,
    max(slash_epoch) as slash_epoch
from `lily-data.lily.market_deal_states`
group by 1
order by 3 desc

The last state market deal slashed was at 3854616 (2024-04-24 07:48:00 UTC).

davidgasquez commented 1 month ago

Waiting for nv25. Starboard team will backfill things once that is deployed.