Skip to content

docs(node-network): add crate README#4070

Open
shaaibu7 wants to merge 2 commits intoProvableHQ:stagingfrom
shaaibu7:docs/add-readme-node-network
Open

docs(node-network): add crate README#4070
shaaibu7 wants to merge 2 commits intoProvableHQ:stagingfrom
shaaibu7:docs/add-readme-node-network

Conversation

@shaaibu7
Copy link

@shaaibu7 shaaibu7 commented Jan 14, 2026

Motivation

This PR adds a README.md to the snarkos-node-network crate to document its purpose and responsibilities.
The goal is to make the networking layer easier to understand for contributors by clearly describing peer management, connection lifecycle handling, bootstrap peer discovery, and address resolution.

Test Plan

This change is documentation-only.

  • Verified the README renders correctly in GitHub.
  • Confirmed no code or build artifacts were modified.

Documentation

This PR introduces crate-level documentation for snarkos-node-network.
No additional external documentation updates are required at this time.

Backwards compatibility

This PR does not affect runtime behavior or consensus logic.
No backwards compatibility concerns and no ConsensusVersion changes are required.

Fixes #4023

@raychu86

# snarkos-node-network

[![Crates.io](https://img.shields.io/crates/v/snarkos-node-network.svg?color=neon)](https://crates.io/crates/snarkos-node-network)
[![Authors](https://img.shields.io/badge/authors-Aleo-orange.svg)](https://aleo.org)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add License like every crate has?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vicsn I have added a license and updated the readme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Docs] Add README.md to new node-network crate

2 participants