Page MenuHomePhabricator

Update seeds
ClosedPublic

Authored by jasonbcox on Aug 8 2019, 17:58.

Details

Reviewers
deadalnix
Fabien
Group Reviewers
Restricted Project
Commits
rSTAGINGd68d2d9e613f: Update seeds
rABCd68d2d9e613f: Update seeds
Summary

See title.

Test Plan

Used the script from D3809 on my local machine.

Mainnet:

T=$(cat nodes_main.txt | wc -l); N=$(./test-seeds.sh < nodes_main.txt | wc -l); echo "scale=3; $N / $T" | bc

% of connectable seeds before patch -> after patch:
84.7% -> 90.5%

Testnet:

T=$(cat nodes_test.txt | wc -l); N=$(./test-seeds.sh --testnet < nodes_test.txt | wc -l); echo "scale=3; $N / $T" | bc

% of connectable seeds before patch -> after patch:
82.8% -> 84.2%

Diff Detail

Repository
rABC Bitcoin ABC
Branch
seeds
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 7085
Build 12216: Bitcoin ABC Buildbot (legacy)
Build 12215: arc lint + arc unit