mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
The following messages are now only broadcast to peers (inbound/ manual/ outbound session) and not seed or refinery connections: * EventGraph DAG sync * OutboundSession `GetAddrs` The following changes have been made to the p2p API: * p2p.broadcast() now only sends to peers, not seeds or refine connections. * p2p.is_connected() only reports peer connections, not all (seed, refinery) connections.