summaryrefslogtreecommitdiffstats
path: root/internal/handler/grpc/server_test.go
Commit message (Collapse)AuthorAgeFilesLines
* feat: add gRPC handler with event validation and publishingbndw4 days1-0/+281
Handler implementation: - EventStore interface (consumer-side) - Server with PublishEvent, QueryEvents, CountEvents, PublishBatch - pb.Event <-> nostr.Event conversion helpers - Signature and ID validation using existing nostr package - Canonical JSON generation for storage 9 tests passing