damus-io / nostrdb

The unfairly fast embedded nostr database backed by lmdb
Other
87 stars 15 forks source link

First-class giftwrap support #31

Open jb55 opened 3 months ago

jb55 commented 3 months ago

If we have first-class giftwrap support we would be able to query sealed giftwraps. This is becoming increasingly important since we now have a double-ratchet spec by JeffG.

Ideally the filter would require some special syntax so that we don't accidently include these unsealed notes in regular queries, as that would be a huge footgun for developers.

Depends on:

alltheseas commented 2 months ago

related to giftwrap DMs https://github.com/damus-io/damus/issues/1737