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
XOR the random_data field from all contributions in every epoch, and call storeRandom with the result.
We can store the random number in the block header, and make the storeRandom call an implicit system call.
(This is probably less awkward than making an actual transaction with a fake sender somehow.)
The text was updated successfully, but these errors were encountered:
XOR the
random_data
field from all contributions in every epoch, and callstoreRandom
with the result.We can store the random number in the block header, and make the
storeRandom
call an implicit system call.(This is probably less awkward than making an actual transaction with a fake sender somehow.)
The text was updated successfully, but these errors were encountered: