mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-19 01:34:57 +00:00
release 0.9.3
This commit is contained in:
8
CHANGES
Normal file
8
CHANGES
Normal file
@ -0,0 +1,8 @@
|
||||
0.9.3
|
||||
* Limit on events that can be processed by a sync
|
||||
- Configurable with relay.negentropy.maxSyncEvents
|
||||
* Warn when NIP-11 pubkey is in incorrect format (#52)
|
||||
* Bugfix: Setting rejectEphemeralEventsOlderThanSeconds larger than ephemeralEventsLifetimeSeconds did
|
||||
not work because events were then considered expired
|
||||
* Config parameter to silence "Rejected invalid event" logs: relay.logging.invalidEvents
|
||||
* Detect overflows when rejectEvents* config params are set very large
|
2
TODO
2
TODO
@ -1,8 +1,8 @@
|
||||
1.0 release
|
||||
split plugins for relay/stream
|
||||
test negentropy queries stored in events
|
||||
more config params in negentropy
|
||||
? limit for total number of events, not just per filter
|
||||
? default since limit for sync
|
||||
|
||||
features
|
||||
in sync/stream, log bytes up/down and compression ratios
|
||||
|
Reference in New Issue
Block a user