mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-03-15 21:43:09 +00:00
* chore: remove v1 code * chore: deprecate support for v1 compatibility from JSON-RPC API * chore: remove v1 tests from JSON-RPC suite * chore: remove wakubridge code * chore: remove v1 compatibility functions * chore: remove support for v1 payloads from chat2 app * chore: remove v1 from CI processes * fix: lingering references to private API functions * fix: remove v1 compat from chat2 * fix: some more lingering references in tests
10 lines
463 B
Nim
10 lines
463 B
Nim
# Relay API
|
|
proc post_waku_v2_relay_v1_subscriptions(topics: seq[PubsubTopic]): bool
|
|
proc delete_waku_v2_relay_v1_subscriptions(topics: seq[PubsubTopic]): bool
|
|
proc post_waku_v2_relay_v1_message(topic: PubsubTopic, message: WakuMessageRPC): bool
|
|
proc get_waku_v2_relay_v1_messages(topic: PubsubTopic): seq[WakuMessageRPC]
|
|
|
|
|
|
# Support for the Relay Private API has been deprecated.
|
|
# This API existed for compatibility with the Waku v1 spec and encryption scheme.
|