You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dash: wire NodeImpl::handle() version routing so slice-B reception is reachable
The slice-A handle() was a no-op that dropped all inbound messages, leaving the
new handle_version() reception (and its live #646 min-protocol gate) unreachable
-- a dormant seam. Route the unknown-peer version handshake into handle_version()
(mirrors pool::NodeBridge), close on self/dup, and mark the peer stable on the
negotiated type. Full Legacy/Actual established-peer dispatch rides a later
slice. This makes the #646 discrimination genuinely live on the handshake path.
test_dash_node 9/9.
0 commit comments