aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/p2p-acceptblock.py
AgeCommit message (Collapse)Author
2016-04-05[qa] Bug fixes and refactorMarcoFalke
Github-Pull: #7778 Rebased-From: fa524d9ddbad0a03f9eb974100fb3b6001045645 fa2cea163b49a97e2a18aa125e41170d60ce59cc faaa3c9b6546d9a64cece4ff0223f0b167feb6ff 444480649f08e6037f8ac178224b30a82e9ad72e
2015-12-07test: remove necessity to call create_callback_mapWladimir J. van der Laan
Remove necessity to call create_callback_map (as well as the function itself) from the Python P2P test framework. Invoke the appropriate methods directly. - Easy to forget to call it and wonder why it doesn't work - Simplifies the code - This makes it easier to handle new messages in subclasses Github-Pull: #7171 Rebased-From: 2f601d215da1683ae99ab9973219044c32fa2093
2015-08-21Add p2p-fullblocktest.pyCasey Rodarmor
2015-06-30Replace sleep with syncing using pingsSuhas Daftuar
2015-06-03Ignore unrequested blocks too far ahead of tipSuhas Daftuar
2015-06-02P2P regression test for new AcceptBlock behaviorSuhas Daftuar