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
We need to integrate that source of randomness into SPARK, so that for each SPARK round, the following components know the randomness value:
spark-api
spark-evaluate
spark (Station module)
If feasible, we think it's better & safer if the IE smart contract can store & emit the randomness value for the current round, instead of trying to find it after the round by mapping the FVM or ETH epoch to the DRAND round using the genesis timestamps.
The text was updated successfully, but these errors were encountered:
ETA: 2024-07-31
Many steps of the decentralised SPARK Protocol rely on a source of deterministic randomness. This can be DRAND or Ethereum opcode
PREVRANDAO
.In my limited understanding:
More info:
We need to integrate that source of randomness into SPARK, so that for each SPARK round, the following components know the randomness value:
If feasible, we think it's better & safer if the IE smart contract can store & emit the randomness value for the current round, instead of trying to find it after the round by mapping the FVM or ETH epoch to the DRAND round using the genesis timestamps.
The text was updated successfully, but these errors were encountered: