FilOzone / pdp

Smart contracts and utilities for Proof of Data Possession
Other
2 stars 2 forks source link

Fetch proper randomness seed from chain #44

Closed anorth closed 3 weeks ago

anorth commented 2 months ago

41 implements proof verification using the challenge epoch itself as the random seed. Fetch randomness instead from the new syscall introduced in builtin-actors, when it's available.