Rjected/ranger

feat: ranger receiver

Open

#15 aberto em 6 de set. de 2022

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (20 forks)auto 404
enhancementhelp wantedlarge

Métricas do repositório

Stars
 (204 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

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

Guia do colaborador