Enhance aggregator functionality for Nostr event collection
Some checks failed
Go / build (push) Has been cancelled
Go / release (push) Has been cancelled

- Updated the aggregator to support both public (npub) and private (nsec) key inputs for event searching, enabling authentication for relays that require it.
- Implemented bloom filter loading and appending capabilities for efficient incremental data collection.
- Added timeout parameters for maximum runtime and stuck progress detection to improve reliability.
- Enhanced README with detailed usage instructions, authentication behavior, and examples for incremental collection.
- Bumped version to v0.17.16.
This commit is contained in:
2025-10-23 13:00:01 +01:00
parent 4c53709e2d
commit da1119db7c
3 changed files with 460 additions and 30 deletions

View File

@@ -1 +1 @@
v0.17.15
v0.17.16