v0.7.32 - Implement ephemeral event bypass (NIP-01) - events with kinds 20000-29999 are now broadcast to subscriptions but never stored in database, preventing recursive monitoring event loops

This commit is contained in:
Your Name
2025-10-19 09:38:02 -04:00
parent 53f7608872
commit 57a0089664
4 changed files with 55 additions and 12 deletions

View File

@@ -10,10 +10,10 @@
#define MAIN_H
// Version information (auto-updated by build system)
#define VERSION "v0.7.31"
#define VERSION "v0.7.32"
#define VERSION_MAJOR 0
#define VERSION_MINOR 7
#define VERSION_PATCH 31
#define VERSION_PATCH 32
// Relay metadata (authoritative source for NIP-11 information)
#define RELAY_NAME "C-Relay"