Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-25 | [tests] Rename feature_* functional tests. | Anthony Towns | |
2017-11-17 | Remove unused imports | practicalswift | |
2017-10-26 | Disconnecting from bad outbound peers in IBD | Suhas 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 nMinimumChainWork | Suhas 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. |