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
fix: move subnet filtering to p2p subscription layer, not node import level
Per @anshalshukla review: when no explicit --aggregate-subnet-ids filter is set,
trust the p2p subscription (node.zig already subscribes only to validator-derived
subnets at libp2p level). Removing the redundant computeSubnetId loop in chain.zig
that was rejecting at the node level instead of preventing bandwidth use at the
network layer.
0 commit comments