This allow connecting to peers that have the flag set.
Complete p2p_node_network_limited.py test for the new
behavior.
Partial backport of core PR10387
commits 31c45a9, 6fe57bd, 3f56df5 and eb91835
Differential D2390
Connect to peers with NODE_NETWORK_LIMITED flag Fabien on Jan 23 2019, 11:18. Authored by
Details
This allow connecting to peers that have the flag set. Partial backport of core PR10387 ./test/functional/test_runner.py p2p_node_network_limited.py
Diff Detail
Event TimelineComment Actions The way you went at this makes it very difficult to review. This diff introduce plenty of temporary state; most of it actually bad and to immediately refactored in subsequent diffs. This i not just bad because it introduce bad code, but also because this temporary state is hard to compare with any source as it doesn't correspond to a specific commit or PR. There are no good way to check that the code correspond to the PR it is backporting.
|