From cf672b764bdcb6c33361203c206d5d52270c22ec Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Tue, 17 Oct 2023 07:38:53 -0300 Subject: [PATCH 1/2] remove useless "block" tag on OTS. --- 03.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/03.md b/03.md index 4faf3f15..680cc8b2 100644 --- a/03.md +++ b/03.md @@ -13,7 +13,6 @@ This NIP defines an event with `kind:1040` that can contain an [OpenTimestamps]( "kind": 1040 "tags": [ ["e", , ], - ["block", , ], ["alt", "opentimestamps attestation"] ], "content": @@ -21,7 +20,6 @@ This NIP defines an event with `kind:1040` that can contain an [OpenTimestamps]( ``` - The OpenTimestamps proof MUST prove the referenced `e` event id as its digest. -- The `block` tag is optional, it exists to establish a minimum date since which the given event has existed. - The `content` MUST be the full content of an `.ots` file containing at least one Bitcoin attestation. This file SHOULD contain a **single** Bitcoin attestation and no reference to "pending" attestations since they are useless in this context. ### Example OpenTimestamps proof verification flow From 4216f0bf2f73b4a395568b6874132aca94f55094 Mon Sep 17 00:00:00 2001 From: Egge Date: Thu, 19 Oct 2023 14:27:56 +0200 Subject: [PATCH 2/2] added nodestr --- 07.md | 1 + 1 file changed, 1 insertion(+) diff --git a/07.md b/07.md index 0c8c4027..a9b6b343 100644 --- a/07.md +++ b/07.md @@ -34,3 +34,4 @@ async window.nostr.nip04.decrypt(pubkey, ciphertext): string // takes ciphertext - [TokenPocket](https://www.tokenpocket.pro/) (Android, IOS, Chrome and derivatives) - [Nostrmo](https://github.com/haorendashu/nostrmo_faq#download) (Android, IOS) - [Spring Browser](https://spring.site) (Android) +- [nodestr](https://github.com/lightning-digital-entertainment/nodestr) (NodeJS polyfill)