Page MenuHomePhabricator

Do not require NODE_BITCOIN_CASH (fix IBD)
ClosedPublic

Authored by freetrader on Nov 23 2017, 21:11.

Details

Summary

IBD was stuck after 'dnsseed thread exit',
broken by D669 as found by bisection.

This commit removes NODE_BITCOIN_CASH from REQUIRED_SERVICES
so that nodes without it can become connected.

Test Plan

make check
../qa/pull-tester/rpc-tests.py -extended
clear datadir, run IBD to completion

Diff Detail

Repository
rABC Bitcoin ABC
Branch
fix_d669_ibd_stuck_at_beginning
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 1161
Build 1161: arc lint + arc unit

Event Timeline

Herald added 1 blocking reviewer(s): Restricted Project. · View Herald TranscriptNov 23 2017, 21:11
This revision is now accepted and ready to land.Nov 23 2017, 21:21
This revision was automatically updated to reflect the committed changes.