mirror of
https://github.com/logos-messaging/specs.git
synced 2026-01-05 23:53:12 +00:00
clarify scope
This commit is contained in:
parent
82181bf2c1
commit
09e3ade109
@ -41,6 +41,8 @@ and for consumers to use as a single entry point to its functionalities.
|
|||||||
This API defines the RECOMMENDED interface for leveraging Waku protocols to send and receive messages.
|
This API defines the RECOMMENDED interface for leveraging Waku protocols to send and receive messages.
|
||||||
Application developers SHOULD use it to access capabilities for peer discovery, message routing, and peer-to-peer reliability.
|
Application developers SHOULD use it to access capabilities for peer discovery, message routing, and peer-to-peer reliability.
|
||||||
|
|
||||||
|
TODO: This spec must be further extended to include connection health inspection, message sending, subscription and store hash queries.
|
||||||
|
|
||||||
## Motivation
|
## Motivation
|
||||||
|
|
||||||
The accessibility of Waku protocols is capped by the accessibility of their implementations, and hence API.
|
The accessibility of Waku protocols is capped by the accessibility of their implementations, and hence API.
|
||||||
@ -135,7 +137,7 @@ types:
|
|||||||
default: DefaultNetworkingConfig
|
default: DefaultNetworkingConfig
|
||||||
eth_rpc_endpoints:
|
eth_rpc_endpoints:
|
||||||
type: array<string>
|
type: array<string>
|
||||||
description: "Eth/Web3 RPC endpoint URLs, required for RLN message validation. Accepting an object for ETH RPC will be added at a later stage. Fail-over available by passing multiple URLs"
|
description: "Eth/Web3 RPC endpoint URLs, onlyrequired for RLN message validation. Accepting an object for ETH RPC will be added at a later stage. Fail-over available by passing multiple URLs"
|
||||||
|
|
||||||
WakuConfig:
|
WakuConfig:
|
||||||
type: object
|
type: object
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user