Remove dead IDL code, fix sync subscr error text, fix wordslist

This commit is contained in:
Fabiana Cecin
2026-02-04 08:28:57 -03:00
parent 42d860d385
commit aeddb7f9e7
2 changed files with 2 additions and 12 deletions
+1 -4
View File
@@ -95,10 +95,7 @@ rpc
SHARDING
sharding
subnets
SubscribeAction
SubscriptionErrorEvent
subscriptionEvents
SubscriptionEvents
SubscriptionError
TBD
tcp
TCP
+1 -8
View File
@@ -463,13 +463,6 @@ types:
error:
type: string
description: "Error message describing what went wrong"
SubscriptionEvents:
type: event_emitter
description: "Event source for subscription-related events."
events:
"subscription:error":
type: SubscriptionErrorEvent
```
#### Subscriptions function definitions
@@ -509,7 +502,7 @@ Only messages on subscribed content topics SHOULD be emitted by a `MessageEvents
**`error`**:
Only irremediable failures should lead to emitting a `"subscription:error"` for failed subscribe or unsubscribe operations.
Only irremediable failures should lead to synchronously returning a subscription error for failed subscribe or unsubscribe operations.
Failure to reach nodes can be omitted, and should be handled via the health events;
[P2P-RELIABILITY](/standards/application/p2p-reliability.md) SHOULD handle automated re-subscriptions and redundancy.