Page MenuHomePhabricator

Do not connect to peers that do not use the cash magic anymore.
ClosedPublic

Authored by deadalnix on Nov 13 2017, 15:25.

Details

Summary

All major implemention now are compatible with the cash magic. It does make sense to start to enforce its use rather than just accepting it.

Test Plan
make check
../qa/pull-tester/rpc-tests.py

Run a node.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

doc/release-notes.md
7 ↗(On Diff #1717)

Doing release notes like this is going to be a pain as we scale up. Merge conflicts and reorderings will happen.

src/rpc/net.cpp
199 ↗(On Diff #1717)

Why is this part of the node statistics?

This revision is now accepted and ready to land.Nov 16 2017, 12:46
This revision was automatically updated to reflect the committed changes.