filecoin-station / spark

💥 Storage Provider Retrieval Checker as a Filecoin Station Module 🛰️
https://filspark.com
Other
5 stars 1 forks source link

Deterministic task<->node assignment #38

Open bajtos opened 8 months ago

bajtos commented 8 months ago

At the moment, SPARK nodes pick tasks from the list of per-round tasks at random and the evaluation service rewards all measurements completed.

Let's rework this part to follow what we designed in SPARK Tasking v2.

At a high level:

Prerequisites:

Tasks

bajtos commented 1 month ago

Design proposal: https://www.notion.so/spacemeridian/Spark-Tasking-v3-745b0e1020bb4000ac77acafee09e683

bajtos commented 5 minutes ago

Proof of concept: https://github.com/filecoin-station/spark-evaluate/pull/287