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
Currently the daily nonce renewal is created randomly by the first node of the election.
But the daily nonce seed is not verified allowing the first node to manipulate the seed and put a specific one it wants.
Describe the solution you'd like
We should find a mechanism to ensure the randomness of the seed created by the node.
We could use VRF (Verifiable Randomess Function) to do so.
Additional context
No response
Epic
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
Currently the daily nonce renewal is created randomly by the first node of the election.
But the daily nonce seed is not verified allowing the first node to manipulate the seed and put a specific one it wants.
Describe the solution you'd like
We should find a mechanism to ensure the randomness of the seed created by the node.
We could use VRF (Verifiable Randomess Function) to do so.
Additional context
No response
Epic
No response
The text was updated successfully, but these errors were encountered: