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
All have MonadRandom constraints. We should re-evaluate whether or not this is really required, and if so, document why. Currently this constraint trickles through to consensus for block production, both for the leadership check and for block production itself, and it's not at all clear why those functions should require access to system random data; after all, entropy should come from the blockchain itself.
The text was updated successfully, but these errors were encountered:
The generic crypto classes
All have
MonadRandom
constraints. We should re-evaluate whether or not this is really required, and if so, document why. Currently this constraint trickles through to consensus for block production, both for the leadership check and for block production itself, and it's not at all clear why those functions should require access to system random data; after all, entropy should come from the blockchain itself.The text was updated successfully, but these errors were encountered: