Epoch transition
How an epoch transition is performed in UniRep smart contract.
While the block.timestamp - latestEpochTransitionTime >= config.epochLength, users can perform user state transition to receive reputation and start using another epoch keys.
function beginEpochTransition() externalLast updated
Was this helpful?