semaphore
semaphore copied to clipboard
fix: derive proof timestamps from block data
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).