See title.
Details
Details
- Reviewers
deadalnix Fabien - Group Reviewers
Restricted Project - Commits
- rSTAGINGf484b6e277d2: Update seeds
rABCf484b6e277d2: Update seeds
make check
TOTAL=$(cat nodes_main.txt | wc -l); NUM=$(./test-seeds.sh < nodes_main.txt | wc -l); echo "scale=3; $NUM / $TOTAL" | bc
94.2% connectivity from my local machine
TOTAL=$(cat nodes_test.txt | wc -l); NUM=$(./test-seeds.sh --testnet < nodes_test.txt | wc -l); echo "scale=3; $NUM / $TOTAL" | bc
100% connectivity from my local machine
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- seeds
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 8219 Build 14464: Default Diff Build & Tests Build 14463: arc lint + arc unit