semaphore icon indicating copy to clipboard operation
semaphore copied to clipboard

fix: derive proof timestamps from block data

Open Fallengirl opened this issue 1 month ago • 0 comments

Adjusted getGroupValidatedProofs to request block data for each ProofValidated event so the returned timestamp uses the block’s real UNIX time instead of blockNumber * 1000. Local check: yarn test:library data (fails because workspace deps like @semaphore-protocol/utils aren’t built in this environment).

Fallengirl avatar Nov 20 '25 13:11 Fallengirl