-
Notifications
You must be signed in to change notification settings - Fork 1
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
Link retrievals to miners #65
Comments
This was referenced Feb 1, 2024
This was referenced Mar 6, 2024
This was referenced Mar 25, 2024
I feel the name "task id" better describes the value, so I am going to keep it as it is now. |
This was referenced Mar 26, 2024
Closed
This was referenced May 2, 2024
This will be a series of posts. |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, SPARK checks the retrieval of CIDs stored in Filecoin but does not know which deal it deal it is testing and which miner is expected to serve the retrieval.
We need to link the retrieval tasks to deals and miners.
There are different ways how to accomplish this.
After a bit of exploration in CheckerNetwork/fil-deal-context-id#1, I decided to use a different approach:
Filecoin.StateMinerInfo
) to find miner's libp2p identity. This identity should be the same as the identity provided in the IPNI response.Tasks
Cleanup/refactoring opportunities
RenamegetTaskId
togetDealId
, see feat: new statrate_of_deals_advertising_http
spark-evaluate#151 (comment)Out of scope
The text was updated successfully, but these errors were encountered: