Rjected/ranger

feat: ranger receiver

Open

#15 ouverte le 6 sept. 2022

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Rust (20 forks)auto 404
enhancementhelp wantedlarge

Métriques du dépôt

Stars
 (204 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

Motivation

The ideal configuration of ranger allows for multiple relay nodes which are highly connected in the peer to peer network. Some of these relay nodes will learn about certain transactions first, with others receiving those transactions in the peer to peer network much later.

A receiver node that connects to all ranger relay nodes should be implemented, ideally providing a Stream of transactions after connecting to the ranger nodes.

Design

A minimal viable receiver would need:

  • Static configuration file for incoming ranger nodes.
  • Deduplicating streams

Guide contributeur