727 B
727 B
Changelog — nu-p2p
All notable changes to this project will be documented in this file. Format: Keep a Changelog
[Unreleased]
[0.1.0] — 2026-04-24
Added
src/behaviour.rs—NuBehaviourcompositing Gossipsub + Kademlia DHT + Identify + Ping via#[derive(NetworkBehaviour)]src/messages.rs—NetworkMessageenum:BlockAnnounce,BlockRequest,BlockResponse,TxGossip,PeerExchange,ValidatorHeartbeat,VoteAnnounce- Gossip topics:
nu/blocks/1,nu/txs/1,nu/votes/1,nu/validators/1 src/node.rs—P2pNodestruct withstart()stub; wired in Faz 1- libp2p 0.54 dependency with Gossipsub, Kademlia, Identify, Ping