43 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

2024-01-30 13:17:14 -05:00
---
title: TOR-PUSH
name: Waku v2 Tor Push
category: Best Current Practice
tags: [waku/application]
2024-01-30 13:17:14 -05:00
editor: Daniel Kaiser <danielkaiser@status.im>
contributors:
---
## Abstract
2024-07-09 06:26:27 -04:00
This document extends the [11/WAKU2-RELAY](https://github.com/vacp2p/rfc-index/blob/main/waku/standards/core/11/relay.md), specifying Waku Tor Push,
2024-01-30 13:17:14 -05:00
which allows nodes to push messages via Tor into the Waku relay network.
2024-07-09 06:26:27 -04:00
Waku Tor Push builds on [GOSSIPSUB-TOR-PUSH](https://github.com/vacp2p/rfc-index/blob/main/vac/raw/gossipsub-tor-push.md).
2024-01-30 13:17:14 -05:00
**Protocol identifier**: /vac/waku/relay/2.0.0
Note: Waku Tor Push does not have a dedicated protocol identifier.
It uses the same identifier as Waku relay.
This allows Waku relay nodes that are oblivious to Tor Push to process messages received via Tor Push.
## Functional Operation
2024-07-09 06:26:27 -04:00
In its current version, Waku Tor Push corresponds to [GOSSIPSUB-TOR-PUSH](https://github.com/vacp2p/rfc-index/blob/main/vac/raw/gossipsub-tor-push.md)
applied to [11/WAKU2-RELAY](https://github.com/vacp2p/rfc-index/blob/main/waku/standards/core/11/relay.md),
2024-01-30 13:17:14 -05:00
instead of [libp2p gossipsub](https://github.com/libp2p/specs/blob/master/pubsub/gossipsub/README.md).
## Security/Privacy Considerations
2024-07-09 06:26:27 -04:00
see [GOSSIPSUB-TOR-PUSH](https://github.com/vacp2p/rfc-index/blob/main/vac/raw/gossipsub-tor-push.md)
2024-01-30 13:17:14 -05:00
## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
## References
2024-07-09 06:26:27 -04:00
- [11/WAKU2-RELAY](https://github.com/vacp2p/rfc-index/blob/main/waku/standards/core/11/relay.md)
- [libp2p gossipsub](https://github.com/libp2p/specs/blob/master/pubsub/gossipsub/README.md)
2024-07-09 06:26:27 -04:00
- [GOSSIPSUB-TOR-PUSH](https://github.com/vacp2p/rfc-index/blob/main/vac/raw/gossipsub-tor-push.md)
- [Tor](https://www.torproject.org/)