Rjected/ranger

feat: ranger receiver

Open

#15 建立於 2022年9月6日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Rust (20 fork)auto 404
enhancementhelp wantedlarge

倉庫指標

Star
 (204 star)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南