New release #275

Merged
b merged 92 commits from staging into main 2024-12-11 16:49:24 +00:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 69f67fc812 - Show all commits

View File

@ -353,6 +353,7 @@ export const VerifyPage = () => {
}
upgradeT(timestamps)
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [timestamps, submittedBy, parsedSignatureEvents])
useEffect(() => {

View File

@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
interface OpenTimestamps {
// Create a detached timestamp file from a buffer or file hash
DetachedTimestampFile: {