nostr-dev-kit / ndk

Nostr Development Kit with outbox-model support
https://nostr-dev-kit.github.io/ndk/
MIT License
366 stars 99 forks source link

Problem: signature is sometimes missing from event when using Dexie cache #253

Open gsovereignty opened 3 months ago

gsovereignty commented 3 months ago

Signatures are very often missing on events whenever Dexie cache is used.

I thought it may have been something retarded in my implementation at https://github.com/nostrocket/hypergolic/ but this is now reproduced with https://github.com/bob2402/reproduce-lost-signature

The events do have valid signatures, but NDK is stripping them out somewhere.