Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: enable new reactor in the e2e test #1657

Open
wants to merge 15 commits into
base: feature/recovery
Choose a base branch
from
Next Next commit
feat: enable the new block prop reactor
evan-forbes committed Mar 6, 2025
commit 3c012d8d122f945ad240e6a95143b4eb4384f79c
2 changes: 1 addition & 1 deletion node/node.go
Original file line number Diff line number Diff line change
@@ -1506,7 +1506,7 @@ func makeNodeInfo(
mempl.MempoolChannel,
evidence.EvidenceChannel,
statesync.SnapshotChannel, statesync.ChunkChannel,
// propagation.DataChannel, propagation.WantChannel, // todo: reenable when new reactor is actually working
propagation.DataChannel, propagation.WantChannel, // todo: reenable when new reactor is actually working
},
Moniker: config.Moniker,
Other: p2p.DefaultNodeInfoOther{