Rjected/ranger

feat: ranger receiver

Open

#15 aperta il 6 set 2022

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Rust (20 fork)auto 404
enhancementhelp wantedlarge

Metriche repository

Star
 (204 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor