Skip to content

Feat/reverse nostr idx #2332

Fausto Arcidiacono requested to merge feat/reverse-nostr-idx-2332 into master

Ticket(s) / Related Merge Requests

#2332 (closed)

Summary of Changes

  • Created a Pulsar subscription to populate a Cassandra table that links a Nostr hash to an entity URN.
  • Created a new endpoint to fetch a Nostr event from a Nostr hash if it exists in the aforementioned table.

Testing Considerations

Deployment Considerations

Needs to add new table to Cassandra db

Regression Scope

N/A

Platform Affected (web, mobile, etc)

engine

Developer Testing Completed

Screenshots / Screen Recording

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Definition of Done Checklist

  • The Acceptance Criteria has been met
  • Code is tested: Testing includes unit/spec, E2E/automated and manual testing
  • Merge requests description has been filled out

Merge request reports