aboutsummaryrefslogtreecommitdiff
path: root/test/functional/minchainwork.py
AgeCommit message (Collapse)Author
2018-01-25[tests] Rename feature_* functional tests.Anthony Towns
2017-11-17Remove unused importspracticalswift
2017-10-26Disconnecting from bad outbound peers in IBDSuhas Daftuar
When in IBD, we'd like to use all our outbound peers to help us sync the chain. Disconnect any outbound peers whose headers have insufficient work.
2017-09-05[qa] Test nMinimumChainWorkSuhas Daftuar
Nodes don't consider themselves out of "initial block download" until their active chain has more work than nMinimumChainWork. While in initial block download, nodes won't relay blocks to their peers, so test that this parameter functions as intended by verifying that block relay only succeeds past a given node once its nMinimumChainWork has been exceeded.