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

贡献者指南