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
Branch
nooldmagic
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 1101
Build 1101: arc lint + arc unit

Event Timeline

doc/release-notes.md
7

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

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.