dskvr/nostrwatch-js

Check for NIP-11 and NIP-05 before connect

dskvr opened this issue · 0 comments

dskvr commented

Presently, NIP-11 and NIP-05 are checked after connection, read and write tests. This introduces a race condition whereby the result payload may or may not include NIP derived data due to network conditions and the inherent nature of event-driven data.

May be mitigated by minor refactor of testing control-flow