Page MenuHomePhabricator

Updated seeds
ClosedPublic

Authored by jasonbcox on Sep 12 2019, 15:58.

Details

Reviewers
deadalnix
Fabien
Group Reviewers
Restricted Project
Commits
rSTAGING111c41e1b8f9: Updated seeds
rABC111c41e1b8f9: Updated seeds
Summary

See title.

Test Plan
make check

# Gives 84.1%
TOTAL=$(cat nodes_main.txt | wc -l); NUM=$(./test-seeds.sh < nodes_main.txt | wc -l); echo "scale=3; $NUM / $TOTAL" | bc
# Gives 90%
TOTAL=$(cat nodes_test.txt | wc -l); NUM=$(./test-seeds.sh --testnet < nodes_test.txt | wc -l); echo "scale=3; $NUM / $TOTAL" | bc

Diff Detail

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