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.
source: Unirep.sol/beginEpochTransition
Last updated