New release #275

Merged
b merged 92 commits from staging into main 2024-12-11 16:49:24 +00:00
Showing only changes of commit b7bd922af3 - Show all commits

View File

@ -228,7 +228,7 @@ export const VerifyPage = () => {
parsedSignatureEvents
) {
if (timestamps.every((t) => !!t.verification)) {
toast.success('All timestamps are fully verified.')
console.log('Timestamps are fully verified')
return
}
const upgradeT = async (timestamps: OpenTimestamp[]) => {