1 个仓库
Coordinates asynchronous communication between internal node modules using worker threads and event dispatchers.
Distinct from Message Queue Workers: Focuses on internal node component coordination rather than external message queue infrastructure
Explore 1 awesome GitHub repository matching devops & infrastructure · Node Component Messaging. Refine with filters or upvote what's useful.
This project is a blockchain node software implementation that maintains a decentralized ledger using the Ouroboros proof-of-stake consensus protocol. It provides a complete environment for operating a distributed record, including a cryptocurrency wallet backend and a peer-to-peer network layer. The system is distinguished by its use of a UTXO-based ledger model and a diffusion-based state synchronization layer for node communication. It integrates a Public Key Infrastructure with TLS-authenticated communication to secure inter-node traffic and employs hierarchical deterministic key derivati
Coordinates one-way and bi-directional communication between node components using event dispatching threads.