You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now filecoin-CID-checker gets all deals from lotus RPC call - Filecoin.StateMarketDeals - which cant be filtered by height,dealID
The method responses about 9GB data - which we have to sync every time range(I think 30min), then cache them to our DB
As the result - some lag with syncing such huge data
Example: lotus creates DealID from NextID - it means that if previous deal was with 222 - that next will be 223
For now on https://filecoin.tools/ - latest dealID is 27442975
But if we investigate last dealID - for example on https://filfox.info/en/deal
we will see last dealId is - 27455730
For now filecoin-CID-checker gets all deals from lotus RPC call - Filecoin.StateMarketDeals - which cant be filtered by height,dealID
The method responses about 9GB data - which we have to sync every time range(I think 30min), then cache them to our DB
As the result - some lag with syncing such huge data
Available solution
The text was updated successfully, but these errors were encountered: