After investigating :
nostr-rs-relay has differences in the database structure beetween sqlite and postgresql :/
Thus, migrating data will require a bit more work than expected
nostrss.re has been down this night as i migrated the database from SQLite to postgresql.
Had to rollback. nostr-rs-relay seems to have hard time with postgresql unfortunately 😟
This is a test
Fun thing, for almost 2 weeks now, the lnurl I use for #nostrss accounts receives zaps with advertising (spam) as memo.
Yesterday, while working on my authorization server for my relay, I was wondering :
What would happen in clients if a #nostr #relay were to spoof some events.
Example :
Alice sends an event to relay B and C, let's say a simple "Hello world".
All relays accepts the event and stores it. However, relay C modifies the content of the event. When referring to the note, the content relay C would return would be "Hello Satoshi".
Therefore, a client connecting to those relays would receive two different events with the same Id.
How clients would/should behave ?