From 89915e0251ec4e5ce3fc00e2f2dfd9106a359b79 Mon Sep 17 00:00:00 2001 From: Viktor Vsk Date: Sun, 20 Aug 2023 14:27:03 +0200 Subject: [PATCH] Remove min_prefix mentions from NIP-11 after prefix search was removed from NIP-01 --- 11.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/11.md b/11.md index c71f89e063..083ae8f355 100644 --- a/11.md +++ b/11.md @@ -75,7 +75,6 @@ are rejected or fail immediately. "max_filters": 100, "max_limit": 5000, "max_subid_length": 100, - "min_prefix": 4, "max_event_tags": 100, "max_content_length": 8196, "min_pow_difficulty": 30, @@ -102,9 +101,6 @@ Must be one or higher. - `max_subid_length`: maximum length of subscription id as a string. -- `min_prefix`: for `authors` and `ids` filters which are to match against -a hex prefix, you must provide at least this many hex digits in the prefix. - - `max_limit`: the relay server will clamp each filter's `limit` value to this number. This means the client won't be able to get more than this number of events from a single subscription filter. This clamping is typically done silently @@ -284,7 +280,6 @@ As of 2 May 2023 the following `curl` command provided these results. "max_filters":2500, "max_limit":5000, "max_subid_length":256, - "min_prefix":4, "max_event_tags":2500, "max_content_length":65536, "min_pow_difficulty":0,