This is interesting for specific use cases. Have you read the nostr state machines I wrote some time ago? It uses dag as you mentioned Also have you checked cordn by @Besao ? It solves that problem but for mls over nostr which requires strong ordering. In any case you don't need an special relay for this, a cvm acting as ordering oracle gives you that without deployment complexity

Replies (2)

Yes! but I won't really bother fixing it with duck tape (state machines) because it's mathematically impossible to build consistent systems without the relay (db) enforcing a mutex.